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 TypeClassDescriptionclassclassTypes shouldn't be statically by their non-canonical name.classMembers shouldn't be statically imported by their non-canonical name.classABugChecker; see the associatedBugPatternannotation 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 classChecker that recommends using ErrorProne's version of@CheckReturnValueover the version in JSR305 (which is defunct).