Interface | Description |
---|---|
ExcludeFromFile<D> |
Class | Description |
---|---|
AbstractPmdReport |
Base class for the PMD reports.
|
AbstractPmdViolationCheckMojo<D> |
Base class for mojos that check if there were any PMD violations.
|
AggregatorCpdReport |
Creates a report for PMD's Copy/Paste Detector (CPD) tool in an aggregator project.
|
AggregatorCpdViolationCheckMojo |
Fail the build in an aggregator project if there were any CPD violations in the source code.
|
AggregatorPmdNoForkReport |
Creates a PMD site report in an aggregator project without forking the
test-compile phase again. |
AggregatorPmdReport |
Creates a PMD site report in an aggregator project based on the rulesets and configuration set in the plugin.
|
AggregatorPmdViolationCheckMojo |
Fails the build in an aggregator project if there were any PMD violations in the source code.
|
CpdReport |
Creates a report for PMD's Copy/Paste Detector (CPD) tool.
|
CpdReportRenderer |
Class that generated the CPD report.
|
CpdViolationCheckMojo |
Fails the build if there were any CPD violations in the source code.
|
ExcludeDuplicationsFromFile |
This class contains utility methods to load property files which define which files
should be excluded from the CPD duplication results.
|
ExcludeViolationsFromFile |
This class contains utility for loading property files, which define which PMD violations
from which classes should be ignored and not cause a failure.
|
PmdFileInfo | |
PmdReport |
Creates a PMD site report based on the rulesets and configuration set in the plugin.
|
PmdReportRenderer |
Render the PMD violations into Doxia events.
|
PmdViolationCheckMojo |
Fails the build if there were any PMD violations in the source code.
|
ViolationDetails<D> |
Collector of warnings and failures.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.