Class DifferentNameButSame

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

public final class DifferentNameButSame extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Discourages using multiple names to refer to the same type within a file (e.g. both OuterClass.InnerClass and InnerClass).
See Also: