forked from phoedos/pmd
cbf1a5ea44
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1165 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 a folder or a java file, 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
|
|
------------------------
|
|
NullPointers when double clicking on a output line and the editor is not open. |