Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ReturnTreeMatcher
Packages that use BugChecker.ReturnTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
Bug patterns related to Dagger.
- 
Uses of BugChecker.ReturnTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.ReturnTreeMatcherModifier and TypeClassDescriptionclassAn abstract base class to match API usages in which the return value is not used.final classChecks thatAsyncCallableimplementations do not directlyreturn null.final classChecks thatAsyncFunctionimplementations do not directlyreturn null.classclassMatches the behaviour of javac's finally Xlint warning.final classSee BugPattern annotation.final classFlags ignored return values from pure getters.classABugChecker; see the associatedBugPatternannotation for details.classChecks methods annotated with@NoAllocationto ensure they really do not allocate.final classHighlights cases where a proto's build method has its return value ignored.classFlags methods with collection return types which returnnullin some cases but don't annotate the method as @Nullable.classA checker which produces an error when a return value is accidentally discarded.final classABugChecker; see the associatedBugPatternfor details.classFinds and fixes unnecessarily boxed return expressions. - 
Uses of BugChecker.ReturnTreeMatcher in com.google.errorprone.bugpatterns.android
Classes in com.google.errorprone.bugpatterns.android that implement BugChecker.ReturnTreeMatcher - 
Uses of BugChecker.ReturnTreeMatcher in com.google.errorprone.bugpatterns.inject.dagger
Classes in com.google.errorprone.bugpatterns.inject.dagger that implement BugChecker.ReturnTreeMatcherModifier and TypeClassDescriptionclassBug checker for null-returning methods annotated with@Providesbut not@Nullable. - 
Uses of BugChecker.ReturnTreeMatcher in com.google.errorprone.bugpatterns.nullness
Classes in com.google.errorprone.bugpatterns.nullness that implement BugChecker.ReturnTreeMatcherModifier and TypeClassDescriptionclassCheck to detect unsafe upcasts ofnullvalues to wildcard types.