Class ErrorProneJavaCompiler

java.lang.Object
com.google.errorprone.BaseErrorProneJavaCompiler
com.google.errorprone.ErrorProneJavaCompiler
All Implemented Interfaces:
JavaCompiler, OptionChecker, Tool

public class ErrorProneJavaCompiler extends BaseErrorProneJavaCompiler
An Error Prone compiler that implements JavaCompiler.

Runs all built-in checks by default.

Author:
nik
  • Constructor Details

    • ErrorProneJavaCompiler

      public ErrorProneJavaCompiler()
    • ErrorProneJavaCompiler

      public ErrorProneJavaCompiler(ScannerSupplier scannerSupplier)