Andrey Lumyanski c195365a79 bug #973177 fixed
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2792 51baf565-9d33-0410-a72c-fc3788e3496d
2004-07-09 19:27:21 +00:00
..
2003-10-15 14:25:11 +00:00
2004-07-09 19:27:21 +00:00
2003-10-15 14:22:48 +00:00
2003-04-10 02:38:03 +00:00
2003-10-15 14:22:48 +00:00
2003-04-21 19:06:55 +00:00

Files Tested
When you invoke PMD, it is run on the current file.

Rules
The "unused code" and "basic" rulesets are run on the code you select - these rulesets catch things like unused local variables, empty try blocks,
unused imports, empty catch blocks, and so forth.

You can view all the PMD rules with examples and details at
http://pmd.sf.net/.

Future Plans
Continue to respond to the Gel community's feedback