2003-04-21 19:06:55 +00:00
|
|
|
Files Tested
|
2003-10-15 14:22:48 +00:00
|
|
|
When you invoke PMD, it is run on the current file.
|
2003-04-21 19:06:55 +00:00
|
|
|
|
|
|
|
Rules
|
2003-10-15 14:22:48 +00:00
|
|
|
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.
|
2003-04-28 14:01:00 +00:00
|
|
|
|
|
|
|
You can view all the PMD rules with examples and details at
|
2003-04-21 19:06:55 +00:00
|
|
|
http://pmd.sf.net/.
|
|
|
|
|
2003-08-06 18:16:06 +00:00
|
|
|
Future Plans
|
2003-04-21 19:06:55 +00:00
|
|
|
Continue to respond to the Gel community's feedback
|