diff --git a/pmd/xdocs/cpd.xml b/pmd/xdocs/cpd.xml index 5ba88318f1..b7fd3edecc 100644 --- a/pmd/xdocs/cpd.xml +++ b/pmd/xdocs/cpd.xml @@ -9,14 +9,16 @@
But it can be hard to find, especially in a large project. So we wrote a utility creatively titled - "CPD - Copy and Paste Detector" - to find it for us. This utility uses (more or less) Michael Wise's Greedy String Tiling Algorithm - to find duplicate code.
+ "CPD - Copy and Paste Detector" - to find it for us. This utility uses (more or less) Michael Wise's Greedy String Tiling algorithm + to find duplicate code.To run CPD as a JNLP application, click here.
Future plans