Class BadInstanceof

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.BadInstanceof
All Implemented Interfaces:
BugChecker.InstanceOfTreeMatcher, Suppressible, Serializable

public final class BadInstanceof extends BugChecker implements BugChecker.InstanceOfTreeMatcher
Matches instanceof checks where the expression is a subtype of the checked type.
Author:
ghm@google.com (Graeme Morgan)
See Also: