Uses of Annotation Interface
com.google.errorprone.annotations.CheckReturnValue
Packages that use CheckReturnValue
Package
Description
Checks added to the java compiler which detect common bug patterns.
A predicate DSL for matching javac AST nodes.
- 
Uses of CheckReturnValue in com.google.errorprone
Classes in com.google.errorprone with annotations of type CheckReturnValueModifier and TypeClassDescriptionclassCompare a file transformed as suggested byBugCheckerto an expected source.classHelps test Error Prone bug checkers and compilations.classImmutable container of "suppression signals" - annotations or other information gathered from source - that can be used to determine if a specificSuppressibleobject should be considered suppressed.Methods in com.google.errorprone with annotations of type CheckReturnValueModifier and TypeMethodDescriptionErrorProneFlags.plus(ErrorProneFlags other) Returns a new ErrorProneFlags object with the values of two ErrorProneFlags objects added together. - 
Uses of CheckReturnValue in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns with annotations of type CheckReturnValueModifier and TypeClassDescriptionclassFinds calls to regex-accepting methods with literal strings.Methods in com.google.errorprone.bugpatterns with annotations of type CheckReturnValueModifier and TypeMethodDescriptionBugChecker.buildDescription(Tree node) Returns a Description builder, which allows you to customize the diagnostic with a custom message or multiple fixes.BugChecker.buildDescription(com.sun.tools.javac.tree.JCTree tree) Returns a Description builder, which allows you to customize the diagnostic with a custom message or multiple fixes.BugChecker.buildDescription(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition position) Returns a Description builder, which allows you to customize the diagnostic with a custom message or multiple fixes.BugChecker.describeMatch(Tree node) Helper to create a Description for the common case where there is no fix.BugChecker.describeMatch(Tree node, Fix fix) Helper to create a Description for the common case where there is a fix.BugChecker.describeMatch(com.sun.tools.javac.tree.JCTree node) Helper to create a Description for the common case where there is no fix.BugChecker.describeMatch(com.sun.tools.javac.tree.JCTree node, Fix fix) Helper to create a Description for the common case where there is a fix.BugChecker.describeMatch(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition position) Helper to create a Description for the common case where there is no fix.BugChecker.describeMatch(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition position, Fix fix) Helper to create a Description for the common case where there is a fix. - 
Uses of CheckReturnValue in com.google.errorprone.bugpatterns.threadsafety
Methods in com.google.errorprone.bugpatterns.threadsafety with annotations of type CheckReturnValueModifier and TypeMethodDescriptiondefault DescriptionImmutableAnalysis.ViolationReporter.report(Tree tree, ThreadSafety.Violation info, Optional<SuggestedFix> suggestedFix)  - 
Uses of CheckReturnValue in com.google.errorprone.matchers
Classes in com.google.errorprone.matchers with annotations of type CheckReturnValueModifier and TypeClassDescriptionfinal classMatches expressions that invoke or reference a non-void method or constructor and which do not use their return value and are not in a context where non-use of the return value is allowed.Methods in com.google.errorprone.matchers with annotations of type CheckReturnValueModifier and TypeMethodDescriptionDescription.applySeverityOverride(BugPattern.SeverityLevel severity) Internal-only. - 
Uses of CheckReturnValue in com.google.errorprone.scanner
Classes in com.google.errorprone.scanner with annotations of type CheckReturnValueModifier and TypeClassDescriptionclassTODO(eaftan): I'm worried about this performance of this code, specifically the part that handles SuppressWarnings.Methods in com.google.errorprone.scanner with annotations of type CheckReturnValueModifier and TypeMethodDescriptionScannerSupplier.applyOverrides(ErrorProneOptions errorProneOptions) Applies options to thisScannerSupplier.ScannerSupplier.filter(com.google.common.base.Predicate<? super BugCheckerInfo> predicate) Filters thisScannerSupplierbased on the provided predicate.ScannerSupplier.plus(ScannerSupplier other)