Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.AnnotationTreeMatcher
Packages that use BugChecker.AnnotationTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
Bug patterns related to dependency
injection and JSR 330.
Bug patterns related to Guice.
-
Uses of BugChecker.AnnotationTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.AnnotationTreeMatcherModifier and TypeClassDescriptionclass
class
class
class
Check for the a11y antipattern of setting CSS outline attributes to none or 0.class
class
Check for non-allowlisted callers to RestrictedApiChecker.class
Find uses of SuppressWarnings with "deprecated". -
Uses of BugChecker.AnnotationTreeMatcher in com.google.errorprone.bugpatterns.collectionincompatibletype
Classes in com.google.errorprone.bugpatterns.collectionincompatibletype that implement BugChecker.AnnotationTreeMatcher -
Uses of BugChecker.AnnotationTreeMatcher in com.google.errorprone.bugpatterns.inject
Classes in com.google.errorprone.bugpatterns.inject that implement BugChecker.AnnotationTreeMatcherModifier and TypeClassDescriptionclass
class
class
class
Matches classes that have two or more constructors annotated with @Inject.class
class
-
Uses of BugChecker.AnnotationTreeMatcher in com.google.errorprone.bugpatterns.inject.guice
Classes in com.google.errorprone.bugpatterns.inject.guice that implement BugChecker.AnnotationTreeMatcher