Uses of Class
com.google.errorprone.ErrorProneOptions
Packages that use ErrorProneOptions
-
Uses of ErrorProneOptions in com.google.errorprone
Methods in com.google.errorprone that return ErrorProneOptionsModifier and TypeMethodDescriptionstatic ErrorProneOptions
ErrorProneOptions.empty()
VisitorState.errorProneOptions()
static ErrorProneOptions
ErrorProneOptions.processArgs
(Iterable<String> args) Given a list of command-line arguments, produce the correspondingErrorProneOptions
instance.static ErrorProneOptions
ErrorProneOptions.processArgs
(String[] args) Given a list of command-line arguments, produce the correspondingErrorProneOptions
instance.Methods in com.google.errorprone with parameters of type ErrorProneOptionsModifier and TypeMethodDescriptionstatic ErrorProneAnalyzer
ErrorProneAnalyzer.createAnalyzer
(ScannerSupplier scannerSupplier, ErrorProneOptions epOptions, com.sun.tools.javac.util.Context context, RefactoringCollection[] refactoringCollection) static ErrorProneAnalyzer
ErrorProneAnalyzer.createByScanningForPlugins
(ScannerSupplier scannerSupplier, ErrorProneOptions errorProneOptions, com.sun.tools.javac.util.Context context) static VisitorState
VisitorState.createConfiguredForCompilation
(com.sun.tools.javac.util.Context context, DescriptionListener listener, Map<String, BugPattern.SeverityLevel> severityMap, ErrorProneOptions errorProneOptions) Return a VisitorState configured for a new compilation, including Error Prone configuration.Constructors in com.google.errorprone with parameters of type ErrorProneOptionsModifierConstructorDescriptionVisitorState
(com.sun.tools.javac.util.Context context, DescriptionListener listener, Map<String, BugPattern.SeverityLevel> severityMap, ErrorProneOptions errorProneOptions) Deprecated. -
Uses of ErrorProneOptions in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner with parameters of type ErrorProneOptionsModifier and TypeMethodDescriptionScannerSupplier.applyOverrides
(ErrorProneOptions errorProneOptions) Applies options to thisScannerSupplier
.protected SuppressionInfo.SuppressedState
Scanner.isSuppressed
(Suppressible suppressible, ErrorProneOptions errorProneOptions, VisitorState state) Returns if this checker should be suppressed on the current tree path.
VisitorState.createConfiguredForCompilation(com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener, java.util.Map<java.lang.String, com.google.errorprone.BugPattern.SeverityLevel>, com.google.errorprone.ErrorProneOptions)
.