Class AlreadyChecked

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

public final class AlreadyChecked extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Bugpattern to find conditions which are checked more than once.
See Also: