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 Stringissue()Gets the reason for the configuration error.Rulerule()Gets the wrongly configured rule
-