Uses of Package
com.google.errorprone.bugpatterns.checkreturnvalue
Packages that use com.google.errorprone.bugpatterns.checkreturnvalue
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Classes in com.google.errorprone.bugpatterns.checkreturnvalue used by com.google.errorprone.bugpatternsClassDescriptionPolicy for use of a method or constructor's result.An object that can report on the behavior of a CRV-related check for analysis purposes.
-
Classes in com.google.errorprone.bugpatterns.checkreturnvalue used by com.google.errorprone.bugpatterns.androidClassDescriptionAn object that can report on the behavior of a CRV-related check for analysis purposes.
-
Classes in com.google.errorprone.bugpatterns.checkreturnvalue used by com.google.errorprone.bugpatterns.checkreturnvalueClassDescriptionRepresents a Java method or constructor.A rule that enables checking for methods belonging to a set of packages or any of their subpackages.Policy for use of a method or constructor's result.Evaluates methods and their enclosing classes and packages to determine a
ResultUsePolicy
for the methods.Builder forResultUsePolicyEvaluator
.Delegate to return information about a method symbol.What kind a method symbol is, and what scopes apply to it.A rule for determiningResultUsePolicy
for methods and/or constructors.An evaluation that a rule makes.A rule that evaluates methods and constructors to determine aResultUsePolicy
for them.Scope to which a rule may apply.A rule that evaluates symbols of any kind to determine aResultUsePolicy
to associate with them.