Uses of Class
net.sourceforge.pmd.reporting.Report.ConfigurationError
-
Packages that use Report.ConfigurationError Package Description net.sourceforge.pmd.renderers net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
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. configErrorsAccumulated configuration errors. -
Uses of Report.ConfigurationError in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting that return types with arguments of type Report.ConfigurationError Modifier and Type Method Description List<Report.ConfigurationError>Report. getConfigurationErrors()Returns an unmodifiable list of configuration errors that have been recorded until now.Methods in net.sourceforge.pmd.reporting with parameters of type Report.ConfigurationError Modifier and Type Method Description voidDeterministicOutputListenerWrapper. onConfigError(Report.ConfigurationError error)default voidGlobalAnalysisListener. onConfigError(Report.ConfigurationError error)Record a configuration error.voidReport.GlobalReportBuilderListener. onConfigError(Report.ConfigurationError error)
-