Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ParenthesizedTreeMatcher
Packages that use BugChecker.ParenthesizedTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.ParenthesizedTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.ParenthesizedTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details. -
Uses of BugChecker.ParenthesizedTreeMatcher in com.google.errorprone.bugpatterns.nullness
Classes in com.google.errorprone.bugpatterns.nullness that implement BugChecker.ParenthesizedTreeMatcherModifier and TypeClassDescriptionclassCheck to detect unsafe upcasts ofnullvalues to wildcard types.