Class InconsistentCapitalization

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

public class InconsistentCapitalization extends BugChecker implements BugChecker.ClassTreeMatcher
Checker for variables under the same scope that only differ in capitalization.
See Also: