Uses of Class
org.apache.maven.plugins.pmd.model.Duplication
-
Packages that use Duplication Package Description org.apache.maven.plugins.pmd org.apache.maven.plugins.pmd.exec org.apache.maven.plugins.pmd.model -
-
Uses of Duplication in org.apache.maven.plugins.pmd
Methods in org.apache.maven.plugins.pmd that return types with arguments of type Duplication Modifier and Type Method Description protected java.util.List<Duplication>CpdViolationCheckMojo. getErrorDetails(java.io.File cpdFile)Gets the attributes and text for the violation tag and puts them in a HashMapprotected ViolationDetails<Duplication>CpdViolationCheckMojo. newViolationDetailsInstance()Methods in org.apache.maven.plugins.pmd with parameters of type Duplication Modifier and Type Method Description protected intCpdViolationCheckMojo. getPriority(Duplication errorDetail)booleanExcludeDuplicationsFromFile. isExcludedFromFailure(Duplication errorDetail)protected voidCpdViolationCheckMojo. printError(Duplication 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 Duplication Modifier and Type Method Description voidCpdReportGenerator. generate(java.util.List<Duplication> duplications)Method that generates the contents of the CPD report -
Uses of Duplication in org.apache.maven.plugins.pmd.exec
Methods in org.apache.maven.plugins.pmd.exec that return types with arguments of type Duplication Modifier and Type Method Description java.util.List<Duplication>CpdResult. getDuplications() -
Uses of Duplication in org.apache.maven.plugins.pmd.model
Methods in org.apache.maven.plugins.pmd.model that return types with arguments of type Duplication Modifier and Type Method Description java.util.List<Duplication>CpdErrorDetail. getDuplications()Method getDuplications.Methods in org.apache.maven.plugins.pmd.model with parameters of type Duplication Modifier and Type Method Description voidCpdErrorDetail. addDuplication(Duplication duplication)Method addDuplication.voidCpdErrorDetail. removeDuplication(Duplication duplication)Method removeDuplication.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type Duplication Modifier and Type Method Description voidCpdErrorDetail. setDuplications(java.util.List<Duplication> duplications)Set the duplications field.
-