Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.CompoundAssignmentTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.CompoundAssignmentTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
An abstract matcher for implicit and explicit calls toObject.toString()
, for use on types that do not have a human-readabletoString()
implementation.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
final class
Flags calls totoString
on lite protos.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
Warns against calling toString() on Objects which don't have toString() method overridden and won't produce meaningful output.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
Flagsjavax.lang.model.element.Element#toString
usage inBugChecker
s.class
Flagscom.sun.source.tree.Tree#toString
usage inBugChecker
s.class
Flagsjavax.lang.model.type.TypeMirror#toString
usage inBugChecker
s.