Package de.firemage.autograder.core.pmd
Class PMDInCodeProblem
java.lang.Object
de.firemage.autograder.core.ProblemImpl
de.firemage.autograder.core.pmd.PMDInCodeProblem
- All Implemented Interfaces:
Problem
-
Constructor Summary
ConstructorsConstructorDescriptionPMDInCodeProblem(PMDCheck check, net.sourceforge.pmd.RuleViolation violation, SourceInfo sourceInfo) -
Method Summary
Methods inherited from class de.firemage.autograder.core.ProblemImpl
getCheck, getDisplayLocation, getExplanation, getPosition, getProblemType
-
Constructor Details
-
PMDInCodeProblem
public PMDInCodeProblem(PMDCheck check, net.sourceforge.pmd.RuleViolation violation, SourceInfo sourceInfo)
-
-
Method Details