We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://netbeans.org/bugzilla/show_bug.cgi?id=132511
public class NewClass { public void SomeMethod(ArrayList foo) { if (foo instanceof Map) { System.out.println("No compile-time error"); } } }
The text was updated successfully, but these errors were encountered:
Issue #44: Detect dead instanceof-expressions
4aef4a8
#44
[pom] updated version to 1.4.0-SN
e3b6422
[pom] updated description with #44 and other minor changes
Fixed in 1.4.0 - get the snapshot to test it
https://github.com/markiewb/nb-additional-hints/releases/tag/v1.4.0.0
Sorry, something went wrong.
Hint will be removed via #70
No branches or pull requests
See https://netbeans.org/bugzilla/show_bug.cgi?id=132511
The text was updated successfully, but these errors were encountered: