Class NonCanonicalStaticMemberImport

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

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