Verwendungen von Klasse
org.apache.maven.plugins.pmd.model.Duplication
Packages, die Duplication verwenden
Package
Beschreibung
-
Verwendungen von Duplication in org.apache.maven.plugins.pmd
Methoden in org.apache.maven.plugins.pmd, die Typen mit Argumenten vom Typ Duplication zurückgebenModifizierer und TypMethodeBeschreibungprotected 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()Methoden in org.apache.maven.plugins.pmd mit Parametern vom Typ DuplicationModifizierer und TypMethodeBeschreibungprotected 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 messageKonstruktorparameter in org.apache.maven.plugins.pmd mit Typargumenten vom Typ DuplicationModifiziererKonstruktorBeschreibungCpdReportRenderer(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, Locale locale, Map<File, PmdFileInfo> files, Collection<Duplication> duplications, boolean aggregate) -
Verwendungen von Duplication in org.apache.maven.plugins.pmd.exec
Methoden in org.apache.maven.plugins.pmd.exec, die Typen mit Argumenten vom Typ Duplication zurückgeben -
Verwendungen von Duplication in org.apache.maven.plugins.pmd.model
Methoden in org.apache.maven.plugins.pmd.model, die Typen mit Argumenten vom Typ Duplication zurückgebenMethoden in org.apache.maven.plugins.pmd.model mit Parametern vom Typ DuplicationModifizierer und TypMethodeBeschreibungvoidCpdErrorDetail.addDuplication(Duplication duplication) Method addDuplication.voidCpdErrorDetail.removeDuplication(Duplication duplication) Method removeDuplication.Methodenparameter in org.apache.maven.plugins.pmd.model mit Typargumenten vom Typ DuplicationModifizierer und TypMethodeBeschreibungvoidCpdErrorDetail.setDuplications(List<Duplication> duplications) Set the duplications field.