代码走查工具FindBugs, PMD,CheckStyle

时间:2022-03-16 08:36:58

Eclipse安装findBugs插件

在Eclipse中点击Help-Install New SoftWare,输入下面网址添加

http://findbugs.cs.umd.edu/eclipse

使用方法,可以看这篇博客: http://www.cnblogs.com/doit8791/archive/2012/10/22/2734730.html

findBugs的官网地址:http://findbugs.sourceforge.net/bugDescriptions.html

里面列出了所有bug匹配项


Eclipse中安装PMD插件

Eclipse中点击Help-Install New SoftWare,输入下面网址添加:

ttps://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

使用方法可以看这篇博文 http://blog.csdn.net/ml5271169588/article/details/6975690   


Eclipse中安装CheckStyle

在help-->eclipseMaketpalce里面搜索checkstyle.选择checkstyle plug-in安装即可

使用方法可以参考这篇博文:http://blog.csdn.net/ccboy2009/article/details/32318781