myeclipse安装findbugs插件

来源:互联网 发布:好听的网络音乐 编辑:程序博客网 时间:2024/05/22 09:03
步骤:help->software update->

To install the FindBugs plugin:
1.In Eclipse, click on Help -> Software Update -> Find and Install...
2.Choose the Search for new features to install option, and click Next.
3.Click New Remote Site.
4.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.
5."FindBugs update site" should appear under Sites to include in search.
    Click the checkbox next to it to select it, and click Finish.
6.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.
7.Select the I accept option to accept the license and click Next.
8.Make sure the location is correct where you're installing it. The default (your workspace) should be fine. Click Finish.
9.The plugin is not digitally signed. Go ahead and install it anyway.
10.Click Yes to make Eclipse restart itself.
原创粉丝点击