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 int
PmdViolationCheckMojo. getPriority(Violation errorDetail)
boolean
ExcludeViolationsFromFile. isExcludedFromFailure(Violation errorDetail)
protected void
PmdViolationCheckMojo. 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 void
PmdReportGenerator. 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 void
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 Violation Modifier and Type Method Description void
PmdFile. setViolations(java.util.List<Violation> violations)
Set the violations field.
-