updated cpd page

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@650 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-07 17:29:53 +00:00
parent 041861d9a0
commit 3e4799ffe9

View File

@ -8,9 +8,9 @@
<body>
<section name="Copied and pasted code is usually bad">
<p>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.</p>
<p>But it can be hard to find, especially in a large project. So we wrote a utility - CPD - to find it for us.
CPD uses (more or less) Michael Wise's Greedy String Tiling algorithm to find duplicate code. Here's
a <a href="screenshot.jpg">screenshot</a>.</p>
<p>To run CPD as a JNLP application, click <a href="cpd.jnlp">here</a>.</p>
<p>Future plans</p>
<ul>