Class ErrorProneAnalyzer.RefactoringTask

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

public static class ErrorProneAnalyzer.RefactoringTask extends Object implements com.sun.source.util.TaskListener
A TaskListener that performs refactorings.
  • Constructor Details

    • RefactoringTask

      public RefactoringTask(com.sun.tools.javac.util.Context context, RefactoringCollection refactoringCollection)
  • Method Details

    • started

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

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