Class CheckstyleModuleRunnerSubResult
java.lang.Object
de.hsh.graja.core.modules.checkstyle.CheckstyleModuleRunnerSubResult
- All Implemented Interfaces:
Serializable
Used to keep track of multiple errors from the same check, e.g. a leftCurly check error in line 3 and 15.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addErrorDescription
(String filename, Content error) int
int
countErrorDescriptionsForFile
(String filename) getGrade()
double
-
Constructor Details
-
CheckstyleModuleRunnerSubResult
-
-
Method Details
-
addErrorDescription
-
iterableErrorDescriptions
-
countErrorDescriptions
public int countErrorDescriptions() -
countErrorDescriptionsForFile
-
getGrade
-
getSuccessRate
public double getSuccessRate() -
getCheckIdentifier
-