Uses of Enum Class
de.firemage.autograder.core.ProblemType
Packages that use ProblemType
Package
Description
-
Uses of ProblemType in de.firemage.autograder.core
Methods in de.firemage.autograder.core that return ProblemTypeModifier and TypeMethodDescriptionProblem.getProblemType()ProblemImpl.getProblemType()static ProblemTypeReturns the enum constant of this class with the specified name.static ProblemType[]ProblemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.firemage.autograder.core with type arguments of type ProblemTypeModifier 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) Linter.findChecksForProblemTypes(Collection<ProblemType> problems) Constructors in de.firemage.autograder.core with parameters of type ProblemTypeModifierConstructorDescriptionprotectedProblemImpl(Check check, CodePosition position, Translatable explanation, ProblemType problemType) -
Uses of ProblemType in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone with parameters of type ProblemTypeModifier and TypeMethodDescriptionstatic MessageMessage.of(ProblemType problemType, LocalizedMessage message) -
Uses of ProblemType in de.firemage.autograder.core.integrated
Methods in de.firemage.autograder.core.integrated with parameters of type ProblemTypeModifier and TypeMethodDescriptionprotected voidIntegratedCheck.addLocalProblem(CodePosition position, Translatable explanation, ProblemType problemType) protected voidIntegratedCheck.addLocalProblem(spoon.reflect.declaration.CtElement element, Translatable explanation, ProblemType problemType) Constructors in de.firemage.autograder.core.integrated with parameters of type ProblemTypeModifierConstructorDescriptionIntegratedInCodeProblem(Check check, spoon.reflect.declaration.CtElement element, Translatable explanation, ProblemType problemType, SourceInfo sourceInfo) -
Uses of ProblemType in de.firemage.autograder.core.pmd
Methods in de.firemage.autograder.core.pmd that return ProblemTypeConstructors in de.firemage.autograder.core.pmd with parameters of type ProblemTypeModifierConstructorDescriptionprotectedPMDCheck(Translatable explanation, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) protectedPMDCheck(Translatable explanation, net.sourceforge.pmd.Rule rule, ProblemType problemType) protectedPMDCheck(Function<net.sourceforge.pmd.RuleViolation, Translatable> explanation, List<net.sourceforge.pmd.Rule> rules, ProblemType problemType) protectedPMDCheck(Function<net.sourceforge.pmd.RuleViolation, Translatable> explanation, net.sourceforge.pmd.Rule rule, ProblemType problemType) -
Uses of ProblemType in de.firemage.autograder.core.spotbugs
Methods in de.firemage.autograder.core.spotbugs that return ProblemTypeConstructors in de.firemage.autograder.core.spotbugs with parameters of type ProblemTypeModifierConstructorDescriptionprotectedSpotbugsCheck(LocalizedMessage explanation, String bug, ProblemType problemType)