Class UnnecessarilyFullyQualified

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

public final class UnnecessarilyFullyQualified extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Flags uses of fully qualified names which are not ambiguous if imported.
See Also: