Install FindBugs in Eclipse

Plugin requirements

This plugin has primarily been tested with Eclipse 3.3 and 3.4 It should work with 3.x releases, but let us know if you have any problems. The plugin is not compatible with versions of Eclipse preceding 3.3. The plugin runs under Java 1.5/5.0, or newer.

Plugin installation

If you have previously installed a version of the FindBugs plugin prior to mid-May, 2006, then you should remove it first. Simply remove thede.tobject.findbugs_0.0.n directory from Eclipse‘s plugins directory.

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.

The contents above come from http://findbugs.cs.umd.edu/eclipse/.

My own operations:

1. Open Eclipse, click on Help -> Install New Software... .

2. Click on Add... button.

3. Input Name and Location as follow, then click OK to continue

4. Select Findbugs, then click Next to continue.

5. Click Next to continue.

6. Accept the Review Licenses, then click Finish.

7. Click OK to continue.

8. The last step, click Yes to restart Eclipse.

Statement: If there are something wrong, please tell me by relpying below. Thanks.

时间: 2024-10-10 00:59:40

Install FindBugs in Eclipse的相关文章

Install Checkstyle in Eclipse

Plugin installation To install the Checkstyle for Eclipse plugin: In Eclipse, click on Help -> Install New Software... Click on Add.. Enter the following: Name: Checkstyle URL:http://eclipse-cs.sourceforge.net and click OK. You should see Checkstyle

Install PMD in Eclipse

Plugin installation If you have previously installed a version of the PMD Eclipse plugin prior to November 2012, then you should remove/uninstall it first. To install the PMD for Eclipse plugin: 1. In Eclipse, click on Help -> Install New Software...

How to install java and eclipse on linux

First of all, download from the website of java. I download 'jdk-8u102-linux-i586.tar.gz' unzip it to the specifical derictory. with the command:tar -zxvf jdk-8u102-linux-i586.tar.gz -C /home/sonn/Workspace/softwares/sonn_java/ then you just need to

FindBugs作为eclipse插件和ant工具的安装、使用

我这个教程分为 插件 和 ant 工具 俩种使用. 如果电脑中的java版本低于Jdk 7,建议采用离线安装方式.因为在线最新FindBugs的要求最小的Java7运行环境 1.离线安装 在http://sourceforge.net/projects/findbugs/files/findbugs%20eclipse%20plugin/2.0.2/ 下载 文件解压到Eclipse的plugins子目录中,重新启动Eclipse即可 2.在线安装 (1)点击"Help->InstallNe

Install Hibernate in Eclipse Neon

1.Go to the following link http://tools.jboss.org/downloads/jbosstools/neon/4.4.4.Final.html 2.There are two ways to install mentioned below.  3.Choose Hibernate Tools and following prompts to finish the installation. 4.Verify the installation.

【335】Install PyDev in Eclipse IDE

Reference: Eclipse和PyDev搭建完美Python开发环境(Windows篇) 下载并安装 Java 下载并安装 Eclipse 下载并安装 Python 给 Eclipse 安装 PyDev 插件 配置 PyDev 插件 原文地址:https://www.cnblogs.com/alex-bn-lee/p/9685898.html

FindBugs入门简介(eclipse安装使用实例)

前言:一般公司都会有一些开发规范,但是事实上,简单看那么一两遍并不能养成习惯,或者将这些规范记住.特别的,对于一些新手,写的代码往往会很糟糕.回头看看你一两年前写的代码就会知道,所谓的"糟糕"是什么一种感觉. 使用一些检测工具,对代码质量的控制确有成效.FindBugs便是这一类不错的工具. 一.FindBugs介绍 FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题.有了静态分析工具,就可以在不实际运行程序的情况对软件进行

How To Install Spring IDE In Eclipse

Spring IDE is a very useful graphical user interface tool adding support for Spring Framework. In this tutorial, we show you two ways to install Spring IDE in Eclipse. Version used in this tutorial : Spring IDE 2.9 Eclipse 3.7 Spring IDE or SpringSou

Eclipse 安装findbugs插件

官方主站:http://findbugs.sourceforge.net/index.html findbugs 在线安装 http://findbugs.cs.umd.edu/eclipse 离线安装 3.0及以上版本jdk需要达到1.7版本才可以安装 全版本下载地址:http://sourceforge.net/projects/findbugs/files/ 方式1:直接解压到eclipse dropins或者plugins目录,重启eclipse即可 方式2: 1.解压到自定义插件目录: