Package net.sourceforge.pmd.reporting
Class Report.SuppressedViolation
- java.lang.Object
-
- net.sourceforge.pmd.Report.SuppressedViolation
-
- net.sourceforge.pmd.reporting.Report.SuppressedViolation
-
- Enclosing class:
- Report
public static class Report.SuppressedViolation extends Report.SuppressedViolation
-
-
Constructor Summary
Constructors Constructor Description SuppressedViolation(RuleViolation rv, ViolationSuppressor suppressor, String userMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleViolationgetRuleViolation()-
Methods inherited from class net.sourceforge.pmd.Report.SuppressedViolation
getSuppressor, getUserMessage
-
-
-
-
Constructor Detail
-
SuppressedViolation
public SuppressedViolation(RuleViolation rv, ViolationSuppressor suppressor, String userMessage)
-
-
Method Detail
-
getRuleViolation
public RuleViolation getRuleViolation()
- Overrides:
getRuleViolationin classReport.SuppressedViolation
-
-