Class ShortCircuitBoolean

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

public class ShortCircuitBoolean extends BugChecker implements BugChecker.BinaryTreeMatcher
Author:
cushon@google.com (Liam Miller-Cushon), sulku@google.com (Marsela Sulku), mariasam@google.com (Maria Sam)
See Also: