Uses of Class
com.google.errorprone.ErrorProneFlags
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of ErrorProneFlags in com.google.errorprone
Modifier 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.Modifier 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
-
Uses of ErrorProneFlags in com.google.errorprone.bugpatterns.threadsafety
Modifier 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