Package net.sourceforge.pmd
Class Report.ConfigurationError
- java.lang.Object
-
- net.sourceforge.pmd.Report.ConfigurationError
-
-
Constructor Summary
Constructors Constructor Description ConfigurationError(Rule theRule, String theIssue)
Creates a new configuration error for a specific rule.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
issue()
Gets the reason for the configuration error.Rule
rule()
Gets the wrongly configured rule
-