*** empty log message ***

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@14 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland 2002-06-24 15:13:24 +00:00
parent 5a6cf7ad06
commit 898a6bbc7b
2 changed files with 1307 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<li>Unused local variables
<li>Unnecessary object creation (i.e., 'new Integer(5).toString()' rather than 'Integer.toString(5)')
</ul>
<p>For example, here's what PMD found in the <a href="jdk.txt">JDK 1.4 source code</a>
<p>There aren't any releases yet, but you can check out the source code and whatnot <a href="http://sourceforge.net/projects/pmd/">here</a>.
<p><b>Usage</b>
<br>

1306
pmd/docs/jdk.txt Normal file

File diff suppressed because it is too large Load Diff