Class ErrorProneJavaCompiler
java.lang.Object
com.google.errorprone.BaseErrorProneJavaCompiler
com.google.errorprone.ErrorProneJavaCompiler
- All Implemented Interfaces:
JavaCompiler
,OptionChecker
,Tool
An Error Prone compiler that implements
JavaCompiler
.
Runs all built-in checks by default.
- Author:
- nik
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.tools.JavaCompiler
JavaCompiler.CompilationTask
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.errorprone.BaseErrorProneJavaCompiler
getSourceVersions, getStandardFileManager, getTask, isSupportedOption, run, setupMessageBundle
-
Constructor Details
-
ErrorProneJavaCompiler
public ErrorProneJavaCompiler() -
ErrorProneJavaCompiler
-