Uses of Class
org.apache.maven.plugins.pmd.model.Duplication
Packages that use Duplication
Package
Description
-
Uses of Duplication in org.apache.maven.plugins.pmd
Methods in org.apache.maven.plugins.pmd that return types with arguments of type DuplicationModifier and TypeMethodDescriptionprotected List<Duplication>CpdViolationCheckMojo.getErrorDetails(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 DuplicationModifier and TypeMethodDescriptionprotected intCpdViolationCheckMojo.getPriority(Duplication errorDetail) booleanExcludeDuplicationsFromFile.isExcludedFromFailure(Duplication errorDetail) protected voidCpdViolationCheckMojo.printError(Duplication item, 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 DuplicationModifier and TypeMethodDescriptionvoidCpdReportGenerator.generate(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 -
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 DuplicationMethods in org.apache.maven.plugins.pmd.model with parameters of type DuplicationModifier and TypeMethodDescriptionvoidCpdErrorDetail.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 DuplicationModifier and TypeMethodDescriptionvoidCpdErrorDetail.setDuplications(List<Duplication> duplications) Set the duplications field.