Class RedundantControlFlow

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

public final class RedundantControlFlow extends BugChecker implements BugChecker.ContinueTreeMatcher
A bug checker; see the summary.
See Also: