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