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 ErrorProneOptionsErrorProneOptions.empty()VisitorState.errorProneOptions()static ErrorProneOptionsErrorProneOptions.processArgs(Iterable<String> args) Given a list of command-line arguments, produce the correspondingErrorProneOptionsinstance.static ErrorProneOptionsErrorProneOptions.processArgs(String[] args) Given a list of command-line arguments, produce the correspondingErrorProneOptionsinstance.Methods in com.google.errorprone with parameters of type ErrorProneOptionsModifier and TypeMethodDescriptionstatic ErrorProneAnalyzerErrorProneAnalyzer.createAnalyzer(ScannerSupplier scannerSupplier, ErrorProneOptions epOptions, com.sun.tools.javac.util.Context context, RefactoringCollection[] refactoringCollection) static ErrorProneAnalyzerErrorProneAnalyzer.createByScanningForPlugins(ScannerSupplier scannerSupplier, ErrorProneOptions errorProneOptions, com.sun.tools.javac.util.Context context) static VisitorStateVisitorState.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.SuppressedStateScanner.isSuppressed(Suppressible suppressible, ErrorProneOptions errorProneOptions, VisitorState state) Returns if this checker should be suppressed on the current tree path.
VisitorState.createConfiguredForCompilation(Context, DescriptionListener, Map, ErrorProneOptions).