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 int
CpdViolationCheckMojo.getPriority
(Duplication errorDetail) boolean
ExcludeDuplicationsFromFile.isExcludedFromFailure
(Duplication errorDetail) protected void
CpdViolationCheckMojo.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 TypeMethodDescriptionvoid
CpdReportGenerator.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 TypeMethodDescriptionvoid
CpdErrorDetail.addDuplication
(Duplication duplication) Method addDuplication.void
CpdErrorDetail.removeDuplication
(Duplication duplication) Method removeDuplication.Method parameters in org.apache.maven.plugins.pmd.model with type arguments of type DuplicationModifier and TypeMethodDescriptionvoid
CpdErrorDetail.setDuplications
(List<Duplication> duplications) Set the duplications field.