Class FieldCanBeLocal

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

public final class FieldCanBeLocal extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Flags fields which can be replaced with local variables.
See Also: