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 ErrorProneFlagsErrorProneFlags.empty()static ErrorProneFlagsErrorProneOptions.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 ConstantExpressionsConstantExpressions.fromFlags(ErrorProneFlags flags) static WellKnownMutabilityWellKnownMutability.fromFlags(ErrorProneFlags flags) static WellKnownThreadSafetyWellKnownThreadSafety.fromFlags(ErrorProneFlags flags) -
Uses of ErrorProneFlags in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner that return ErrorProneFlags