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