Class ComparisonOutOfRange

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

public class ComparisonOutOfRange extends BugChecker implements BugChecker.BinaryTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: