Package | Description |
---|---|
org.apache.maven.plugin.pmd | |
org.apache.maven.plugin.pmd.model |
Modifier and Type | Method and Description |
---|---|
protected List<Duplication> |
CpdViolationCheckMojo.getErrorDetails(File cpdFile)
Gets the attributes and text for the violation tag and puts them in a HashMap
|
protected ViolationDetails<Duplication> |
CpdViolationCheckMojo.newViolationDetailsInstance() |
Modifier and Type | Method and Description |
---|---|
protected int |
CpdViolationCheckMojo.getPriority(Duplication errorDetail) |
protected boolean |
CpdViolationCheckMojo.isExcludedFromFailure(Duplication errorDetail) |
protected void |
CpdViolationCheckMojo.printError(Duplication item,
String severity)
Formats the failure details and prints them as an INFO message
|
Modifier and Type | Method and Description |
---|---|
List<Duplication> |
CpdErrorDetail.getDuplications()
Method getDuplications.
|
Modifier and Type | Method and Description |
---|---|
void |
CpdErrorDetail.addDuplication(Duplication duplication)
Method addDuplication.
|
void |
CpdErrorDetail.removeDuplication(Duplication duplication)
Method removeDuplication.
|
Modifier and Type | Method and Description |
---|---|
void |
CpdErrorDetail.setDuplications(List<Duplication> duplications)
Set the duplications field.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.