2003-04-21 19:06:55 +00:00
|
|
|
Files Tested
|
2003-04-28 14:01:00 +00:00
|
|
|
When you invoke PMD, you can choose whether you want to run it on the
|
|
|
|
current file or all the files in your project.
|
2003-04-21 19:06:55 +00:00
|
|
|
|
|
|
|
Rules
|
2003-04-28 14:01:00 +00:00
|
|
|
You can select which rulesets you want to use when you run the PMD plugin.
|
|
|
|
Currently the "imports", "unusedcode", and "basic" rulesets are selected
|
|
|
|
automatically. These rulesets catch things like unused local variables, empty try blocks,
|
|
|
|
unused imports, and so forth.
|
|
|
|
|
|
|
|
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
|