Class ConstantOverflow

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

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