added more content to description

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@24 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland 2002-06-24 18:30:20 +00:00
parent 73aea60293
commit 45e2d8ee76

View File

@ -17,10 +17,11 @@
PMD runs through Java source code, and looks for potential problems
in the code. Currently, PMD supports:
<ul>
<li>Unused Local Variables</li>
<li>Unecessary Object Creation</li>
<li>Unused local variables</li>
<li>Unnecessary object creation</li>
<li>Unecessary object creation</li>
</ul>
More tests to come.
For example, here are the problems PMD found in the <a href="jdk14.xml">JDK 1.4 source code</a>
]]>
</description>
<shortDescription>PMD Source Checker</shortDescription>