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 -
-
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 Iterator<Report.ProcessingError>Report. errors()Returns an iterator of the reported processing errors.Methods in net.sourceforge.pmd with parameters of type Report.ProcessingError Modifier and Type Method Description voidReport. addError(Report.ProcessingError error)Adds a new processing error to the report. -
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. errorsAccumulated processing errors.
-