Package net.sourceforge.pmd.reporting
Class Report.SuppressedViolation
java.lang.Object
net.sourceforge.pmd.reporting.Report.SuppressedViolation
- Enclosing class:
- Report
Represents a violation, that has been suppressed.
-
Constructor Summary
ConstructorsConstructorDescriptionSuppressedViolation(RuleViolation rv, ViolationSuppressor suppressor, String userMessage) Creates a suppressed violation. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SuppressedViolation
Creates a suppressed violation.- Parameters:
rv- The violation, that has been suppressedsuppressor- The suppressor which suppressed the violationuserMessage- Any relevant info given by the suppressor
-
-
Method Details
-
getSuppressor
-
getRuleViolation
-
getUserMessage
-