Class UnusedVariable

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

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