| Interface | Description |
|---|---|
| CpdReports |
The reports produced by a
CpdTask. |
| CpdRunner |
A
CpdRunner performs copy-paste analysis on a collection of files using the CPD tool, and
writes a report with the result of the analysis. |
| Class | Description |
|---|---|
| CpdParameters |
The parameters that can be passed to A
CpdRunner to control the CPD analysis. |
| CpdPlugin |
Gradle plugin for adding a copy-paste detection task based on CPD to a project.
|
| CpdReportsImpl |
Default implementation of
CpdReports. |
| CpdTask |
Task for performing copy-paste detection using the CPD tool.
|