pmdview_求PMDView的使用方法
请详细一点,谢谢啦,有重赏哦
最佳答案
PMD用法 1.要使用PMD,先要下载PMD插件,在Eclipes点HELP,选择Softwareupdates,然后选Available Software而后就点右边的Add Site 将http://pmd.sourceforge.net/eclipse/-输入,-点击http://pmd.sourceforge.net/eclipse/会出现PMD for Eclipse2与 PMD for Eclipse 3 选择其中一个PMD for Eclipse2然后就点Install,这样配置就行了。
2. 但是其规范太过于严格,因尔我们只能采用其相对于大众而言的一些规范,然而我们要去http://www.springside.org.cn/download.php下 载一个springside3.0.4.all.in.one,,然后在项目->属性->PMD中,将 springside.0.4.all.in.one/tools/configures/pmd /springside3_ruleset.xml 导入到项目中。更改设置后,需要重新export文件,并clear原来的标签,重新再check一次。
3.上面这些都弄好了之后,如果你发现他不能在你写代码的时候及时给予提示,那就是你在倒入 springside.0.4.all.in.one/tools/configures/pmd /springside3_ruleset.xml时,然后要把Enable PMD与Include derived files两个都选上就可以了。
4.这些配好了之后,在你选择工程点击右键,选择PMD之后有几个选项:
Generate reports: 生成报告,生成在你的工程目录下的reports里
Clear violation reviews
Find suspect Cut And Paste..:是检查指种后缀的文件。如JAVA,JSP等
Check Code With PMD 就是检查代码。
其他回答
暂无其它回答!