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 intPmdViolationCheckMojo.getPriority(Violation errorDetail) booleanExcludeViolationsFromFile.isExcludedFromFailure(Violation errorDetail) protected voidPmdViolationCheckMojo.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 TypeMethodDescriptionvoidPmdReportGenerator.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 TypeMethodDescriptionvoidPmdFile.addViolation(Violation violation) Method addViolation.voidPmdFile.removeViolation(Violation violation) Method removeViolation.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type ViolationModifier and TypeMethodDescriptionvoidPmdFile.setViolations(List<Violation> violations) Set the violations field.