Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.UnaryTreeMatcher
Packages that use BugChecker.UnaryTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
- 
Uses of BugChecker.UnaryTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.UnaryTreeMatcherModifier and TypeClassDescriptionclassA BugPattern; see the summary.classABugChecker; see the associatedBugPatternannotation for details.classChecks methods annotated with@NoAllocationto ensure they really do not allocate.classDetects non-atomic updates to volatile variables.