Uses of Class
org.apache.maven.plugins.pmd.model.ProcessingError
Packages that use ProcessingError
Package
Description
-
Uses of ProcessingError in org.apache.maven.plugins.pmd
Methods in org.apache.maven.plugins.pmd that return types with arguments of type ProcessingErrorMethod parameters in org.apache.maven.plugins.pmd with type arguments of type ProcessingErrorModifier and TypeMethodDescriptionvoidPmdReportGenerator.setProcessingErrors(Collection<ProcessingError> errors) -
Uses of ProcessingError in org.apache.maven.plugins.pmd.exec
Methods in org.apache.maven.plugins.pmd.exec that return types with arguments of type ProcessingError -
Uses of ProcessingError in org.apache.maven.plugins.pmd.model
Methods in org.apache.maven.plugins.pmd.model that return types with arguments of type ProcessingErrorMethods in org.apache.maven.plugins.pmd.model with parameters of type ProcessingErrorModifier and TypeMethodDescriptionvoidPmdErrorDetail.addError(ProcessingError processingError) Method addError.voidPmdErrorDetail.removeError(ProcessingError processingError) Method removeError.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type ProcessingErrorModifier and TypeMethodDescriptionvoidPmdErrorDetail.setErrors(List<ProcessingError> errors) Set the errors field.