Class DuplicateBranches

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.DuplicateBranches
All Implemented Interfaces:
BugChecker.ConditionalExpressionTreeMatcher, BugChecker.IfTreeMatcher, Suppressible, Serializable

public class DuplicateBranches extends BugChecker implements BugChecker.IfTreeMatcher, BugChecker.ConditionalExpressionTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: