Class IntegratedAnalysis
java.lang.Object
de.firemage.autograder.core.integrated.IntegratedAnalysis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlint(List<IntegratedCheck> checks, Consumer<LinterStatus> statusConsumer, AnalysisScheduler scheduler) voidrunDynamicAnalysis(Path tests, Consumer<LinterStatus> statusConsumer)
-
Constructor Details
-
IntegratedAnalysis
-
-
Method Details
-
runDynamicAnalysis
public void runDynamicAnalysis(Path tests, Consumer<LinterStatus> statusConsumer) throws RunnerException, InterruptedException - Throws:
RunnerExceptionInterruptedException
-
lint
public void lint(List<IntegratedCheck> checks, Consumer<LinterStatus> statusConsumer, AnalysisScheduler scheduler) -
getStaticAnalysis
-
getDynamicAnalysis
-