This rule finds instanceof checks that cannot possibly evaluate to true. For instance, checking that (!variable instanceof String) will never be true because the result of a not expression is always a boolean.
Type | Name and description |
---|---|
Class |
astVisitorClass |
String |
name |
int |
priority |