最近由于项目需要,需要安装find bugs,这个插件还是相当强大,可以帮助找到很多潜在的代码质量问题,例如潜在的sql注入问题等,特记此篇以示敬意!
本文主要结合网络资料和个人经历,在实际安装过程中遇到的问题并处理,亲测成功!本文据于myeclipse10,find bugs 2.0.2.20121204的版本来验证。
我们都知道,在Eclipse或MyEclipse中安装插件有两种方式,一种是在线安装,第二种是先下载插件然后在本地安装。
在这里我们先介绍第一种在线安装。
Eclipse上在线安装findbugs(具体步骤如下,就不再赘述)
In Eclipse, click on Help -> Software Update -> Find and Install...
Choose the Search for new features to install option, and click Next .
Click New Remote Site .
Enter the following:
Name: FindBugs update site
URL: one of the following (note: no final slash on the url)
http://findbugs.cs.umd.edu/eclipse for official releases
http://findbugs.cs.umd.edu/eclipse-candidate for candidate releases and official releases
http://findbugs.cs.umd.edu/eclipse-daily for all releases, including developmental ones and click OK .
"FindBugs update site" should appear under Sites to include in search .
Click the checkbox next to it to select it, and click Finish .
You should see FindBugs Feature under Select features to install .
(You may have to click on one or two triangles to make it visible in the tree.)
Select the checkbox next to it and click next.
Select the I accept option to accept the license and click Next .
Make sure the location is correct where you're installing it. The default (your workspace) should be fine. Click Finish .
The plugin is not digitally signed. Go ahead and install it anyway.
Click Yes to make Eclipse restart itself.
但是我们使用MyEclipse时,一般都是使用的破解版,所以很多插件都无法在线安装,只能先下载然后再安装。
这里我们介绍第二种方法