Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ImportTreeMatcher
Packages that use BugChecker.ImportTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.ImportTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.ImportTreeMatcherModifier 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
Classes in com.google.errorprone.bugpatterns.checkreturnvalue that implement BugChecker.ImportTreeMatcherModifier and TypeClassDescriptionfinal class
Checker that recommends using ErrorProne's version of@CheckReturnValue
over the version in JSR305 (which is defunct).