Package | Description |
---|---|
org.apache.maven.plugin.pmd | |
org.apache.maven.plugin.pmd.model |
Modifier and Type | Method and Description |
---|---|
protected List<Violation> |
PmdViolationCheckMojo.getErrorDetails(File pmdFile) |
protected ViolationDetails<Violation> |
PmdViolationCheckMojo.newViolationDetailsInstance() |
Modifier and Type | Method and Description |
---|---|
protected int |
PmdViolationCheckMojo.getPriority(Violation errorDetail) |
protected boolean |
PmdViolationCheckMojo.isExcludedFromFailure(Violation errorDetail) |
protected void |
PmdViolationCheckMojo.printError(Violation item,
String severity)
Formats the failure details and prints them as an INFO message
|
Modifier and Type | Method and Description |
---|---|
List<Violation> |
PmdFile.getViolations()
Method getViolations.
|
Modifier and Type | Method and Description |
---|---|
void |
PmdFile.addViolation(Violation violation)
Method addViolation.
|
void |
PmdFile.removeViolation(Violation violation)
Method removeViolation.
|
Modifier and Type | Method and Description |
---|---|
void |
PmdFile.setViolations(List<Violation> violations)
Set the violations field.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.