Uses of Class
org.apache.maven.plugins.pmd.model.Duplication
Packages that use Duplication
Package
Description
- 
Uses of Duplication in org.apache.maven.plugins.pmdMethods 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 messageConstructor parameters in org.apache.maven.plugins.pmd with type arguments of type DuplicationModifierConstructorDescriptionCpdReportRenderer(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, Locale locale, Map<File, PmdFileInfo> files, Collection<Duplication> duplications, boolean aggregate) 
- 
Uses of Duplication in org.apache.maven.plugins.pmd.execMethods in org.apache.maven.plugins.pmd.exec that return types with arguments of type Duplication
- 
Uses of Duplication in org.apache.maven.plugins.pmd.modelMethods 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.