forked from phoedos/pmd
added new rule
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@39 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
PMD scans Java source code and looks for potential problems:
|
||||
<ul>
|
||||
<li>Unused local variables</li>
|
||||
<li>Unused private instance variables</li>
|
||||
<li>Unnecessary object creation</li>
|
||||
<li>Empty catch blocks</li>
|
||||
<li>Empty if statements</li>
|
||||
|
Reference in New Issue
Block a user