Uses of Interface
de.firemage.autograder.core.Problem
Packages that use Problem
Package
Description
-
Uses of Problem in de.firemage.autograder.core
Classes in de.firemage.autograder.core that implement ProblemModifier and TypeClassDescriptionclassclassContains the default implementation of mostProblemmethods.Methods in de.firemage.autograder.core that return types with arguments of type ProblemModifier and TypeMethodDescriptionLinter.checkFile(UploadedFile file, Path tests, Collection<ProblemType> problemsToReport, Iterable<? extends Check> checks, Consumer<LinterStatus> statusConsumer) Linter.checkFile(UploadedFile file, Path tests, List<ProblemType> problemsToReport, Consumer<LinterStatus> statusConsumer) Method parameters in de.firemage.autograder.core with type arguments of type ProblemModifier and TypeMethodDescriptionConstructors in de.firemage.autograder.core with parameters of type ProblemModifierConstructorDescriptionMultiInCodeProblem(Problem firstProblem, Collection<? extends Problem> otherProblems) Constructor parameters in de.firemage.autograder.core with type arguments of type ProblemModifierConstructorDescriptionMultiInCodeProblem(Problem firstProblem, Collection<? extends Problem> otherProblems) -
Uses of Problem in de.firemage.autograder.core.check
Methods in de.firemage.autograder.core.check that return types with arguments of type ProblemModifier and TypeMethodDescriptionMethod parameters in de.firemage.autograder.core.check with type arguments of type Problem -
Uses of Problem in de.firemage.autograder.core.cpd
Methods in de.firemage.autograder.core.cpd that return types with arguments of type Problem -
Uses of Problem in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone that return types with arguments of type ProblemModifier and TypeMethodDescriptionErrorProneLinter.lint(UploadedFile file, TempLocation tempLocation, Iterable<? extends ErrorProneCheck> checks) -
Uses of Problem in de.firemage.autograder.core.integrated
Classes in de.firemage.autograder.core.integrated that implement ProblemMethods in de.firemage.autograder.core.integrated that return types with arguments of type ProblemModifier and TypeMethodDescriptionIntegratedCheck.run(StaticAnalysis staticAnalysis, DynamicAnalysis dynamicAnalysis, SourceInfo sourceInfo) -
Uses of Problem in de.firemage.autograder.core.parallel
Methods in de.firemage.autograder.core.parallel that return types with arguments of type ProblemModifier and TypeMethodDescriptionAnalysisResult.problems()Returns the value of theproblemsrecord component.Methods in de.firemage.autograder.core.parallel with parameters of type ProblemMethod parameters in de.firemage.autograder.core.parallel with type arguments of type ProblemModifier and TypeMethodDescriptionstatic AnalysisResultAnalysisResult.forSuccess(List<Problem> problems) voidProblemReporter.reportProblems(Collection<Problem> problems) Constructor parameters in de.firemage.autograder.core.parallel with type arguments of type ProblemModifierConstructorDescriptionAnalysisResult(List<Problem> problems, Exception thrownException) Creates an instance of aAnalysisResultrecord class. -
Uses of Problem in de.firemage.autograder.core.pmd
Classes in de.firemage.autograder.core.pmd that implement ProblemMethods in de.firemage.autograder.core.pmd that return types with arguments of type ProblemModifier and TypeMethodDescriptionProblemRenderer.getProblems()PMDLinter.lint(UploadedFile file, List<PMDCheck> checks, ClassLoader classLoader) -
Uses of Problem in de.firemage.autograder.core.spotbugs
Methods in de.firemage.autograder.core.spotbugs that return types with arguments of type ProblemModifier and TypeMethodDescriptionInCodeBugReporter.getProblems(List<SpotbugsCheck> checks) SpotbugsLinter.lint(UploadedFile file, Path jar, List<SpotbugsCheck> checks)