Uses of Class
org.apache.maven.plugin.pmd.model.Duplication

Packages that use Duplication
org.apache.maven.plugin.pmd   
org.apache.maven.plugin.pmd.model   
 

Uses of Duplication in org.apache.maven.plugin.pmd
 

Methods in org.apache.maven.plugin.pmd that return types with arguments of type Duplication
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()
           
 

Methods in org.apache.maven.plugin.pmd with parameters of type Duplication
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
 

Uses of Duplication in org.apache.maven.plugin.pmd.model
 

Methods in org.apache.maven.plugin.pmd.model that return types with arguments of type Duplication
 List<Duplication> CpdErrorDetail.getDuplications()
          Method getDuplications.
 

Methods in org.apache.maven.plugin.pmd.model with parameters of type Duplication
 void CpdErrorDetail.addDuplication(Duplication duplication)
          Method addDuplication.
 void CpdErrorDetail.removeDuplication(Duplication duplication)
          Method removeDuplication.
 

Method parameters in org.apache.maven.plugin.pmd.model with type arguments of type Duplication
 void CpdErrorDetail.setDuplications(List<Duplication> duplications)
          Set the duplications field.
 



Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.