Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.AssignmentTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.AssignmentTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionfinal class
Checker that detects likely time-unit mismatches by looking at identifier names.