Uses of Class
org.apache.maven.plugins.pmd.model.Violation
Packages that use Violation
Package
Description
-
Uses of Violation in org.apache.maven.plugins.pmd
Methods in org.apache.maven.plugins.pmd that return types with arguments of type ViolationModifier and TypeMethodDescriptionPmdViolationCheckMojo.getErrorDetails
(File pmdFile) PmdReportGenerator.getViolations()
protected ViolationDetails<Violation>
PmdViolationCheckMojo.newViolationDetailsInstance()
Methods in org.apache.maven.plugins.pmd with parameters of type ViolationModifier and TypeMethodDescriptionprotected int
PmdViolationCheckMojo.getPriority
(Violation errorDetail) boolean
ExcludeViolationsFromFile.isExcludedFromFailure
(Violation errorDetail) protected void
PmdViolationCheckMojo.printError
(Violation item, String severity) Formats the failure details and prints them as an INFO messageMethod parameters in org.apache.maven.plugins.pmd with type arguments of type ViolationModifier and TypeMethodDescriptionvoid
PmdReportGenerator.setViolations
(Collection<Violation> violations) -
Uses of Violation in org.apache.maven.plugins.pmd.exec
Methods in org.apache.maven.plugins.pmd.exec that return types with arguments of type Violation -
Uses of Violation in org.apache.maven.plugins.pmd.model
Methods in org.apache.maven.plugins.pmd.model that return types with arguments of type ViolationMethods in org.apache.maven.plugins.pmd.model with parameters of type ViolationModifier and TypeMethodDescriptionvoid
PmdFile.addViolation
(Violation violation) Method addViolation.void
PmdFile.removeViolation
(Violation violation) Method removeViolation.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type ViolationModifier and TypeMethodDescriptionvoid
PmdFile.setViolations
(List<Violation> violations) Set the violations field.