Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.AssignmentTreeMatcher
Packages that use BugChecker.AssignmentTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
- 
Uses of BugChecker.AssignmentTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.AssignmentTreeMatcherModifier and TypeClassDescriptionfinal classA BugPattern; see the summary.classA Bugpattern; see the accompanying Markdown documentation.classABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.classChecks methods annotated with@NoAllocationto ensure they really do not allocate.classDetects non-atomic updates to volatile variables.classTODO(eaftan): Consider cases where the parent is not a statement or there is no parent?final classDiscourage manual initialization or assignment to fields annotated with framework annotations.classFinds and fixes unnecessarily boxed return expressions. - 
Uses of BugChecker.AssignmentTreeMatcher in com.google.errorprone.bugpatterns.checkreturnvalue
Classes in com.google.errorprone.bugpatterns.checkreturnvalue that implement BugChecker.AssignmentTreeMatcherModifier and TypeClassDescriptionfinal classChecker that warns when capturing the result of an ignorable API into anunusedvariable. - 
Uses of BugChecker.AssignmentTreeMatcher in com.google.errorprone.bugpatterns.nullness
Classes in com.google.errorprone.bugpatterns.nullness that implement BugChecker.AssignmentTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details.classCheck to detect unsafe upcasts ofnullvalues to wildcard types. - 
Uses of BugChecker.AssignmentTreeMatcher in com.google.errorprone.bugpatterns.time
Classes in com.google.errorprone.bugpatterns.time that implement BugChecker.AssignmentTreeMatcherModifier and TypeClassDescriptionfinal classChecker that detects likely time-unit mismatches by looking at identifier names.