Class ErrorProneAnalyzer

java.lang.Object
com.google.errorprone.ErrorProneAnalyzer
All Implemented Interfaces:
com.sun.source.util.TaskListener

public class ErrorProneAnalyzer extends Object implements com.sun.source.util.TaskListener
A TaskListener that runs Error Prone over attributed compilation units.
  • Method Details

    • createByScanningForPlugins

      public static ErrorProneAnalyzer createByScanningForPlugins(ScannerSupplier scannerSupplier, ErrorProneOptions errorProneOptions, com.sun.tools.javac.util.Context context)
    • finished

      public void finished(com.sun.source.util.TaskEvent taskEvent)
      Specified by:
      finished in interface com.sun.source.util.TaskListener