Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.LambdaExpressionTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.LambdaExpressionTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
A Bugpattern; see the accompanying Markdown documentation.final class
Discouragestream::iterator
to createIterable
s. -
Uses of BugChecker.LambdaExpressionTreeMatcher in com.google.errorprone.bugpatterns.nullness
Modifier and TypeClassDescriptionclass
Check to detect unsafe upcasts ofnull
values to wildcard types. -
Uses of BugChecker.LambdaExpressionTreeMatcher in com.google.errorprone.bugpatterns.threadsafety
Modifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.