Class MethodCanBeStatic

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

public class MethodCanBeStatic extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: