Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit type conversion is redundant #45

Closed
retailcoder opened this issue Nov 19, 2014 · 1 comment
Closed

Explicit type conversion is redundant #45

retailcoder opened this issue Nov 19, 2014 · 1 comment
Labels
feature-inspections status-declined This will not be implemented.

Comments

@retailcoder
Copy link
Member

[Suggestion]

Warn when an identifier of a given type is being explicitly converted to that same type. Conversion can be removed.

Dim a As Integer, b As Integer
a = CInt(b)
@retailcoder
Copy link
Member Author

Too much effort for such little gain. Declined.

retailcoder added a commit that referenced this issue Feb 21, 2016
sync with merged PR's in main repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-inspections status-declined This will not be implemented.
Projects
None yet
Development

No branches or pull requests

2 participants