d99b33a6a0
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1198 51baf565-9d33-0410-a72c-fc3788e3496d
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
PMD for netbeans.
|
|
|
|
------------------------
|
|
INSTALL
|
|
------------------------
|
|
|
|
Start netbeans and goto Tools\Update Center and choose
|
|
"Install Manually Downloaded Modules(.nbm Files). Press Next, Add... and go to
|
|
the directory where you downloaded pmd-netbeans and choose the file pmd.nbm.
|
|
Press Next, accept the license and choose to include the pmd module. Press
|
|
Finish, restart the IDE and you're done :)
|
|
|
|
|
|
------------------------
|
|
USE
|
|
------------------------
|
|
|
|
Right click on one or more folders or java files, choose tools, PMD and watch the tool
|
|
find your flawes. The tool is also located under the global tools menu. Double
|
|
click on the errormessages in the output pane to go to the line in the
|
|
java-file to correct the problem PMD discovered.
|
|
|
|
------------------------
|
|
OPTIONS
|
|
------------------------
|
|
|
|
Go to Options/IDE Configuration/Server And External Tool Settings/PMD Settings
|
|
to choose which rulesets to use. Go to the PMD documentation to learn more about
|
|
rulesets.
|
|
|
|
------------------------
|
|
KNOWN BUGS
|
|
------------------------
|
|
633432 - pmd-netbeans can't change settings in Sun ONE Studio 4 |