Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ConditionalExpressionTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.ConditionalExpressionTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
class
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details. -
Uses of BugChecker.ConditionalExpressionTreeMatcher in com.google.errorprone.bugpatterns.nullness
Modifier and TypeClassDescriptionclass
Check to detect unsafe upcasts ofnull
values to wildcard types.