Class UnusedMethod

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

public final class UnusedMethod extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Bugpattern to detect unused declarations.
See Also: