Package com.google.errorprone.scanner
package com.google.errorprone.scanner
-
ClassDescriptionStatic helper class that provides
ScannerSupplier
s andBugChecker
s for the built-in Error Prone checks, as opposed to plugin checks or checks used in tests.An injector for ErrorProne.Indicates that there was a runtime failure while providing an instance.Scans the parsed AST, looking for violations of any of the enabled checks.Adapter from anErrorProneScanner
to aCodeTransformer
.TODO(eaftan): I'm worried about this performance of this code, specifically the part that handles SuppressWarnings.SuppliesScanner
s and provides access to the backing sets of allBugChecker
s and enabledBugChecker
s.