Package com.google.errorprone.scanner
package com.google.errorprone.scanner
- 
ClassDescriptionStatic helper class that provides
ScannerSuppliers andBugCheckers 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 anErrorProneScannerto aCodeTransformer.TODO(eaftan): I'm worried about this performance of this code, specifically the part that handles SuppressWarnings.SuppliesScanners and provides access to the backing sets of allBugCheckers and enabledBugCheckers.