Class UnnamedVariable

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

public final class UnnamedVariable extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Bugpattern to rename unused variables to _.
See Also: