Uses of Class
org.apache.maven.plugins.pmd.model.SuppressedViolation
Packages that use SuppressedViolation
Package
Description
-
Uses of SuppressedViolation in org.apache.maven.plugins.pmd
Method parameters in org.apache.maven.plugins.pmd with type arguments of type SuppressedViolationModifier and TypeMethodDescriptionvoid
PmdReportGenerator.setSuppressedViolations
(Collection<SuppressedViolation> suppressedViolations) -
Uses of SuppressedViolation in org.apache.maven.plugins.pmd.exec
Methods in org.apache.maven.plugins.pmd.exec that return types with arguments of type SuppressedViolation -
Uses of SuppressedViolation in org.apache.maven.plugins.pmd.model
Methods in org.apache.maven.plugins.pmd.model that return types with arguments of type SuppressedViolationModifier and TypeMethodDescriptionPmdErrorDetail.getSuppressedViolations()
Method getSuppressedViolations.Methods in org.apache.maven.plugins.pmd.model with parameters of type SuppressedViolationModifier and TypeMethodDescriptionvoid
PmdErrorDetail.addSuppressedViolation
(SuppressedViolation suppressedViolation) Method addSuppressedViolation.void
PmdErrorDetail.removeSuppressedViolation
(SuppressedViolation suppressedViolation) Method removeSuppressedViolation.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type SuppressedViolationModifier and TypeMethodDescriptionvoid
PmdErrorDetail.setSuppressedViolations
(List<SuppressedViolation> suppressedViolations) Set the suppressedViolations field.