Class SameNameButDifferent

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

public final class SameNameButDifferent extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Looks for types being shadowed by other types in a way that may be confusing.
See Also: