Package | Description |
---|---|
org.apache.maven.plugins.pmd | |
org.apache.maven.plugins.pmd.exec | |
org.apache.maven.plugins.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) |
boolean |
ExcludeViolationsFromFile.isExcludedFromFailure(Violation errorDetail) |
protected void |
PmdViolationCheckMojo.printError(Violation item,
String severity)
Formats the failure details and prints them as an INFO message
|
Constructor and Description |
---|
PmdReportRenderer(org.apache.maven.plugin.logging.Log log,
org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
Map<File,PmdFileInfo> files,
Collection<Violation> violations,
boolean renderRuleViolationPriority,
boolean renderViolationsByPriority,
boolean aggregate) |
Modifier and Type | Method and Description |
---|---|
Collection<Violation> |
PmdResult.getViolations() |
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–2024 The Apache Software Foundation. All rights reserved.