Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ImportTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.ImportTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
class
Types shouldn't be statically by their non-canonical name.class
Members shouldn't be statically imported by their non-canonical name.class
ABugChecker
; see the associatedBugPattern
annotation for details. -
Uses of BugChecker.ImportTreeMatcher in com.google.errorprone.bugpatterns.checkreturnvalue
Modifier and TypeClassDescriptionfinal class
Checker that recommends using ErrorProne's version of@CheckReturnValue
over the version in JSR305 (which is defunct).