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 class
A BugPattern; see the summary.class
A Bugpattern; see the accompanying Markdown documentation.class
ABugChecker
; see the associatedBugPattern
annotation for details.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.class
TODO(eaftan): Consider cases where the parent is not a statement or there is no parent?final class
Discourage manual initialization or assignment to fields annotated with framework annotations.class
Finds 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 class
Checker that warns when capturing the result of an ignorable API into anunused
variable. -
Uses of BugChecker.AssignmentTreeMatcher in com.google.errorprone.bugpatterns.nullness
Classes in com.google.errorprone.bugpatterns.nullness that implement BugChecker.AssignmentTreeMatcherModifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.class
Check to detect unsafe upcasts ofnull
values 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 class
Checker that detects likely time-unit mismatches by looking at identifier names.