Class ErrorProneLinter
java.lang.Object
de.firemage.autograder.core.errorprone.ErrorProneLinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlint(UploadedFile file, TempLocation tempLocation, Iterable<? extends ErrorProneCheck> checks)
-
Constructor Details
-
ErrorProneLinter
public ErrorProneLinter()
-
-
Method Details
-
lint
public List<Problem> lint(UploadedFile file, TempLocation tempLocation, Iterable<? extends ErrorProneCheck> checks) throws IOException - Throws:
IOException
-