added cpd page

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@644 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-07 15:49:52 +00:00
parent a2d77ee49e
commit 4327b59840
2 changed files with 18 additions and 0 deletions

17
pmd/xdocs/cpd.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<document>
<properties>
<author email="tom@infoether.com">Tom Copeland</author>
<title>Finding copied and pasted code</title>
</properties>
<body>
<section name="Copied and pasted code">
<subsection 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 to
find it for us.
</subsection>
</section>
</body>
</document>

View File

@ -18,6 +18,7 @@
<item name="What does 'PMD' mean?" href="/meaning.html" />
<item name="How to write a PMD rule" href="/howtowritearule.html" />
<item name="How to make a rule set" href="/howtomakearuleset.html" />
<item name="Copy and paste" href="/cpd.html" />
</menu>
<menu name="Demo">
<!-- <item name="Coming Soon! Your Project Here" href="/coming-soon.html" />