Package | Description |
---|---|
org.apache.maven.plugins.pmd |
Modifier and Type | Field and Description |
---|---|
protected Map<File,PmdFileInfo> |
AbstractPmdReport.filesToProcess
The files that are being analyzed.
|
Modifier and Type | Method and Description |
---|---|
protected Map<File,PmdFileInfo> |
AbstractPmdReport.getFilesToProcess()
Convenience method to get the list of files where the PMD tool will be executed
|
Constructor and Description |
---|
CpdReportRenderer(org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
Map<File,PmdFileInfo> files,
Collection<Duplication> duplications,
boolean aggregate) |
PmdReportRenderer(org.apache.maven.plugin.logging.Log log,
org.apache.maven.doxia.sink.Sink sink,
org.codehaus.plexus.i18n.I18N i18n,
Locale locale,
Map<File,PmdFileInfo> files,
Collection<Violation> violations,
boolean renderRuleViolationPriority,
boolean renderViolationsByPriority,
boolean aggregate) |
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.