Uses of Class
org.apache.maven.plugins.pmd.model.Violation
-
Packages that use Violation Package Description org.apache.maven.plugins.pmd org.apache.maven.plugins.pmd.exec org.apache.maven.plugins.pmd.model -
-
Uses of Violation in org.apache.maven.plugins.pmd
Methods in org.apache.maven.plugins.pmd that return types with arguments of type Violation Modifier and Type Method Description protected java.util.List<Violation>PmdViolationCheckMojo. getErrorDetails(java.io.File pmdFile)java.util.List<Violation>PmdReportGenerator. getViolations()protected ViolationDetails<Violation>PmdViolationCheckMojo. newViolationDetailsInstance()Methods in org.apache.maven.plugins.pmd with parameters of type Violation Modifier and Type Method Description protected intPmdViolationCheckMojo. getPriority(Violation errorDetail)booleanExcludeViolationsFromFile. isExcludedFromFailure(Violation errorDetail)protected voidPmdViolationCheckMojo. printError(Violation item, java.lang.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 Violation Modifier and Type Method Description voidPmdReportGenerator. setViolations(java.util.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 Modifier and Type Method Description java.util.Collection<Violation>PmdResult. getViolations() -
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 Violation Modifier and Type Method Description java.util.List<Violation>PmdFile. getViolations()Method getViolations.Methods in org.apache.maven.plugins.pmd.model with parameters of type Violation Modifier and Type Method Description voidPmdFile. 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 Violation Modifier and Type Method Description voidPmdFile. setViolations(java.util.List<Violation> violations)Set the violations field.
-