forked from phoedos/pmd
cb3493983c
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2164 51baf565-9d33-0410-a72c-fc3788e3496d
15 lines
552 B
Plaintext
15 lines
552 B
Plaintext
Files Tested
|
|
When you invoke PMD, you can choose whether you want to run it on the
|
|
current file or all the files in your project.
|
|
|
|
Rules
|
|
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
|
|
http://pmd.sf.net/.
|
|
|
|
Future Plans
|
|
Continue to respond to the Gel community's feedback |