Class NegativeBoolean

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

public final class NegativeBoolean extends BugChecker implements BugChecker.VariableTreeMatcher
Discourages the use of negative boolean names.
See Also: