Package de.hsh.graja.core.modules.pmd
Class PmdModuleRunnerResult
java.lang.Object
de.hsh.graja.core.ModuleRunnerResult
de.hsh.graja.core.modules.pmd.PmdModuleRunnerResult
- All Implemented Interfaces:
ContentLogger
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubResult
(String rule, PmdModuleRunnerSubResult sr) findSubResult
(String rule) getType()
boolean
boolean
void
void
Methods inherited from class de.hsh.graja.core.ModuleRunnerResult
addItem, addLeadingCommentItem, addTrailingCommentItem, getCommentsPerPosition, getLeadingComment, getTrailingComment, isTimeout, prependLeadingCommentItems, registerCommentForCodeOriented, setTimeout
-
Constructor Details
-
PmdModuleRunnerResult
-
-
Method Details
-
getSubResults
-
addSubResult
-
findSubResult
-
setGlobalFailure
public void setGlobalFailure() -
isGlobalFailure
public boolean isGlobalFailure() -
getType
- Specified by:
getType
in classModuleRunnerResult
-
isEmptySubmission
public boolean isEmptySubmission() -
setEmptySubmission
public void setEmptySubmission()
-