Uses of Class
net.sourceforge.pmd.Report.ProcessingError
-
Packages that use Report.ProcessingError Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.renderers net.sourceforge.pmd.renderers.internal.sarif net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of Report.ProcessingError in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return types with arguments of type Report.ProcessingError Modifier and Type Method Description List<Report.ProcessingError>
Report. getProcessingErrors()
Returns an unmodifiable list of processing errors that have been recorded until now.Methods in net.sourceforge.pmd with parameters of type Report.ProcessingError Modifier and Type Method Description void
Report. addError(Report.ProcessingError error)
Deprecated.PMD's way of creating a report is internal and may be changed in pmd 7.void
Report.ReportBuilderListener. onError(Report.ProcessingError error)
-
Uses of Report.ProcessingError in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers with type parameters of type Report.ProcessingError Modifier and Type Field Description protected List<Report.ProcessingError>
AbstractIncrementingRenderer. errors
Accumulated processing errors. -
Uses of Report.ProcessingError in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type Report.ProcessingError Modifier and Type Method Description SarifLogBuilder
SarifLogBuilder. addRunTimeError(Report.ProcessingError error)
-
Uses of Report.ProcessingError in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting with parameters of type Report.ProcessingError Modifier and Type Method Description default void
FileAnalysisListener. onError(Report.ProcessingError error)
Handle an error that occurred while processing a file.
-