added several more 'things checked' list items

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@28 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland 2002-06-24 18:59:52 +00:00
parent b4ed59cf49
commit f0c27bed91

View File

@ -19,7 +19,8 @@ in the code. Currently, PMD supports:
<ul>
<li>Unused local variables</li>
<li>Unnecessary object creation</li>
<li>Unecessary object creation</li>
<li>Empty catch blocks</li>
<li>Empty if statements</li>
</ul>
For example, here are the problems PMD found in the <a href="jdk14.XML">JDK 1.4 source code</a>
]]>