Uses of Class
com.google.errorprone.ErrorProneOptions
-
Uses of ErrorProneOptions in com.google.errorprone
Modifier 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.Modifier 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.ModifierConstructorDescriptionVisitorState
(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
Modifier 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)
.