Uses of Class
com.google.errorprone.ErrorProneFlags
Packages that use ErrorProneFlags
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of ErrorProneFlags in com.google.errorprone
Methods in com.google.errorprone that return ErrorProneFlagsModifier and TypeMethodDescriptionErrorProneFlags.Builder.build()
static ErrorProneFlags
ErrorProneFlags.empty()
static ErrorProneFlags
ErrorProneOptions.getFlags()
ErrorProneFlags.plus
(ErrorProneFlags other) Returns a new ErrorProneFlags object with the values of two ErrorProneFlags objects added together.Methods in com.google.errorprone with parameters of type ErrorProneFlagsModifier and TypeMethodDescriptionErrorProneFlags.plus
(ErrorProneFlags other) Returns a new ErrorProneFlags object with the values of two ErrorProneFlags objects added together. -
Uses of ErrorProneFlags in com.google.errorprone.bugpatterns
Constructors in com.google.errorprone.bugpatterns with parameters of type ErrorProneFlags -
Uses of ErrorProneFlags in com.google.errorprone.bugpatterns.threadsafety
Methods in com.google.errorprone.bugpatterns.threadsafety with parameters of type ErrorProneFlagsModifier and TypeMethodDescriptionstatic ConstantExpressions
ConstantExpressions.fromFlags
(ErrorProneFlags flags) static WellKnownMutability
WellKnownMutability.fromFlags
(ErrorProneFlags flags) static WellKnownThreadSafety
WellKnownThreadSafety.fromFlags
(ErrorProneFlags flags) -
Uses of ErrorProneFlags in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner that return ErrorProneFlags