天天看點

php findbugs,myeclipse 9.1 安裝aptana 3.2 及 FindBugs插件

準備工作: aptana下載下傳位址: http://update1.aptana.org/studio/3.2/024747/aptana_update_024747.zip 網頁更新位址:http://update1.aptana.org/studio/3.2/024747/index.html 安裝方法: 1. 在..\MyEclipse\MyEclipse 9\dropins目錄下建立aptana3.2檔案夾 2.

準備工作:

aptana下載下傳位址: http://update1.aptana.org/studio/3.2/024747/aptana_update_024747.zip

網頁更新位址: http://update1.aptana.org/studio/3.2/024747/index.html

安裝方法:

1. 在..\MyEclipse\MyEclipse 9\dropins目錄下建立aptana3.2檔案夾

2. 解壓下載下傳的aptana_update_024747.zip包, 将features和plugins兩個目錄拷貝到aptana3.2檔案夾下(壓縮包中其他檔案就不要了)

3. 在..\MyEclipse\MyEclipse 9\dropins目錄下建立aptana.link檔案, 内容如下(根據自己實際路徑更改)

path=D:\\Coding\\MyEclipse\MyEclipse 9\\dropins\\aptana3.2

4. 重新開機myeclipse即可生效

5. Windows -> Preferences -> File Associations中, 将js, html等預設打開方式改成Aptana JS Editor

6. enjoy it!

參考文章: http://www.cnblogs.com/yinger/archive/2011/08/29/2157193.html

=============================================================================

準備工作:

FindBugs位址: http://sourceforge.net/projects/findbugs/files/findbugs%20eclipse%20plugin/

下載下傳結果的檔案名如: edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.zip

安裝方法:

1. 在..\MyEclipse\MyEclipse 9\dropins目錄下建立findbugs檔案夾

2. 在findbugs檔案夾下建立features和plugins兩個目錄

3. 解壓edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.zip, 将解壓出來的整個edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821檔案夾分别拷貝到features和plugins兩個目錄下

4. 在..\MyEclipse\MyEclipse 9\dropins目錄下建立findbugs.link檔案, 内容如下(根據自己實際路徑更改)

path=D:\\Coding\\MyEclipse\\MyEclipse 9\\dropins\findbugs

5. 重新開機myeclipse即可生效

6. Window -> Show View -> Other.. -> 調出Bug Explore視圖

7. 在項目上右擊 -> Find Bugs -> Find Bugs進行掃描bug, 即可在Bug Explore視圖下看到所有項目中存在的bug了

本文原創釋出php中文網,轉載請注明出處,感謝您的尊重!