Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.UnaryTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.UnaryTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
A BugPattern; see the summary.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
Checks methods annotated with@NoAllocation
to ensure they really do not allocate.class
Detects non-atomic updates to volatile variables.