1. 程式人生 > >親測在MyEclipse10下安裝FindBugs外掛

親測在MyEclipse10下安裝FindBugs外掛

1、將Zip壓縮包解壓至MyEclipse10的安裝目錄下dropins檔案下
    如,D:\Program Files\MyEclipse10\MyEclipse 10\dropins

2、修改myeclipse安裝目錄下configuration/org.eclipse.equinox.simpleconfigurator的bundles.info檔案,在檔案最後新增一行:
edu.umd.cs.findbugs.plugin.eclipse,2.0.3.20131122-15020,file:/D:/Program Files/MyEclipse10/MyEclipse 10/dropins/edu.umd.cs.findbugs.plugin.eclipse_2.0.3.20131122-15020/,4,false

3、重啟MyEclipse,點選專案右鍵會出現FindBugs選項,安裝成功。