Uses of Class
com.google.errorprone.scanner.ScannerSupplier
Packages that use ScannerSupplier
-
Uses of ScannerSupplier in com.google.errorprone
Methods in com.google.errorprone that return ScannerSupplierModifier and TypeMethodDescriptionstatic ScannerSupplierErrorPronePlugins.loadPlugins(ScannerSupplier scannerSupplier, com.sun.tools.javac.util.Context context) Methods in com.google.errorprone with parameters of type ScannerSupplierModifier 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 ScannerSupplierErrorPronePlugins.loadPlugins(ScannerSupplier scannerSupplier, com.sun.tools.javac.util.Context context) BugCheckerRefactoringTestHelper.newInstance(ScannerSupplier scannerSupplier, Class<?> clazz) Returns a newCompilationTestHelper.static CompilationTestHelperCompilationTestHelper.newInstance(ScannerSupplier scannerSupplier, Class<?> clazz) Returns a newCompilationTestHelper.Constructors in com.google.errorprone with parameters of type ScannerSupplierModifierConstructorDescriptionBaseErrorProneJavaCompiler(ScannerSupplier scannerSupplier) ErrorProneJavaCompiler(ScannerSupplier scannerSupplier) -
Uses of ScannerSupplier in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner that return ScannerSupplierModifier and TypeMethodDescriptionstatic ScannerSupplierBuiltInCheckerSuppliers.allChecks()Returns aScannerSupplierwith allBugCheckers in Error Prone.ScannerSupplier.applyOverrides(ErrorProneOptions errorProneOptions) Applies options to thisScannerSupplier.static ScannerSupplierBuiltInCheckerSuppliers.defaultChecks()Returns aScannerSupplierwith theBugCheckers that are in the ENABLED lists.static ScannerSupplierBuiltInCheckerSuppliers.errorChecks()Returns aScannerSupplierwith theBugCheckers that are in the ENABLED_ERRORS list.ScannerSupplier.filter(com.google.common.base.Predicate<? super BugCheckerInfo> predicate) Filters thisScannerSupplierbased on the provided predicate.static ScannerSupplierScannerSupplier.fromBugCheckerClasses(Class<? extends BugChecker>... checkerClasses) Returns aScannerSupplierwith a specific list ofBugCheckerclasses.static ScannerSupplierScannerSupplier.fromBugCheckerClasses(Iterable<Class<? extends BugChecker>> checkers) Returns aScannerSupplierwith a specific list ofBugCheckerclasses.static ScannerSupplierScannerSupplier.fromBugCheckerInfos(Iterable<BugCheckerInfo> checkers) Returns aScannerSupplierbuilt from a list ofBugCheckerInfos.static ScannerSupplierScannerSupplier.fromScanner(Scanner scanner) Returns aScannerSupplierthat just returns theScannerthat was passed in.ScannerSupplier.plus(ScannerSupplier other) static ScannerSupplierBuiltInCheckerSuppliers.warningChecks()Returns aScannerSupplierwith theBugCheckers that are in the ENABLED_WARNINGS list.Methods in com.google.errorprone.scanner with parameters of type ScannerSupplier