Class NonCanonicalStaticImport

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

public class NonCanonicalStaticImport extends BugChecker implements BugChecker.ImportTreeMatcher
Types shouldn't be statically by their non-canonical name.
Author:
cushon@google.com (Liam Miller-Cushon)
See Also: