Uses of Class
net.sourceforge.pmd.Report.ConfigurationError
-
Packages that use Report.ConfigurationError Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.renderers -
-
Uses of Report.ConfigurationError in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return types with arguments of type Report.ConfigurationError Modifier and Type Method Description Iterator<Report.ConfigurationError>
Report. configErrors()
Returns an iterator of the reported configuration errors.Methods in net.sourceforge.pmd with parameters of type Report.ConfigurationError Modifier and Type Method Description void
Report. addConfigError(Report.ConfigurationError error)
Adds a new configuration error to the report. -
Uses of Report.ConfigurationError in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers with type parameters of type Report.ConfigurationError Modifier and Type Field Description protected List<Report.ConfigurationError>
AbstractIncrementingRenderer. configErrors
Accumulated configuration errors.
-