`

findbug安装

    博客分类:
  • MAVN
阅读更多

Welcome to the FindBugs Eclipse plugin update site

FindBugs Eclipse plugin update site

This web page provides automatic distribution and updates for the Eclipse plugin for FindBugs.

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 the de.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.
分享到:
评论
1 楼 疯狂的草儿 2010-11-18  
Nice!
Good job!

相关推荐

    FindBug的安装与应用(Eclipse 、MyEclipse)

    **FindBug的安装与应用(Eclipse、MyEclipse)** FindBugs是一款强大的静态代码分析工具,用于检测Java代码中的潜在错误和不良编程习惯。它通过分析字节码而非源代码,可以在编码阶段提前发现潜在的bug,提高软件质量...

    Findbug使用指南.docx

    Findbug 安装步骤: 1. 点击“Help->Install New Software”,然后点击“Add”,输入“findBugs”和“http://findbugs.cs.umd.edu/eclipse”,点击“OK”。 2. 选择对应插件,然后点击“next->next->finish”。 3. ...

    findbug3下载

    2. **安装指南**:提供了详细的步骤,指导用户如何将FindBug3安装到MyEclipse中。 3. **配置文件**:可能包含预设的检查规则和配置选项,可以根据项目需求进行调整。 4. **更新文件**:用于检查和安装FindBug3的最新...

    findbug2.0版本

    在MyEclipse 10中集成FindBug 2.0,用户通常需要下载FindBug插件,然后按照官方文档的指导进行安装。安装成功后,可以在IDE中对项目进行分析,FindBug会生成一个报告,列出所有检测到的问题,包括错误的严重程度、...

    Findbug-eclipse插件安装及使用说明

    【FindBugs Eclipse 插件安装与使用指南】 在Java开发过程中,确保代码质量是至关重要的,这不仅可以提高软件的稳定性,也有助于减少维护成本。FindBugs是一款强大的静态代码分析工具,它能帮助开发者在编码阶段就...

    findbug1.3.9

    插件安装时,我们只需在eclipse根目录下新建一个【links】目录,然后在里面创建【.link】扩展名的文件,在里面写上类似于【path=F:\\IDE\\eclipsePlugin\\findbugs\\findbugs1.3.4】这样的配置信息,不就可以统一...

    在Eclipse中配置findbug

    安装完成后,Eclipse需要重启以使插件生效。 接下来,配置FindBugs。打开Eclipse,进入“Window”菜单,然后选择“Preferences”。在弹出的对话框中,展开“FindBugs”节点,点击“FindBugs Preferences”。在这里...

    findbugs插件eclipse

    "findbug安装.doc"文档可能包含了详细的安装步骤和注意事项,而"使用文档.doc"则可能涵盖了如何使用FindBugs进行代码分析、解读分析结果、设置首选项等内容。这两份文档对于初学者来说是非常宝贵的参考资料,可以...

    myeclipse10.7下CheckStyle与FindBug插件以及安装步骤

    myeclipse10.7下CheckStyle与FindBug插件以及安装步骤

    静态代码分析工具 findbug

    对于Eclipse用户,可以安装FindBugs插件,集成到IDE中,这样在编写代码时就能实时得到反馈。FindBugs的报告通常以HTML格式显示,列出每个问题的严重程度、描述、可能的解决方案以及受影响的代码片段。 总的来说,...

    findbug插件自动排查简单bug.rar

    1. 安装插件:首先需要在开发环境中安装FindBugs插件,这可以通过开发环境的插件市场或者直接下载安装包完成。 2. 配置设置:安装完成后,开发者可以对FindBugs进行配置,例如选择要检查的错误级别、忽略某些特定...

    eclipse findbug插件

    在MyEclipse 8这样的早期版本中,原生可能不支持FindBugs的新版插件,因此需要单独安装兼容的版本。 在给定的文件`edu.umd.cs.findbugs.plugin.eclipse_2.0.3.20131122-15020`中,我们可以看到这是一个特定版本的...

    静态代码检查插件之findbug

    在Eclipse中安装edu.umd.cs.findbugs.plugin.eclipse_1.3.5.20080913版本后,开发者可以直接在IDE内部对项目进行分析。插件会自动扫描源代码,生成一个详细的错误报告,每个问题都有详细的解释和建议的解决方案。 ...

    cc和CCRC的安装及使用文档、代码规范、findbug工具

    本篇文章将深入探讨“cc”和“CCRC”的安装与使用,以及代码规范和FindBugs工具的应用,帮助开发者提升工作效率,保证代码质量。 首先,让我们来了解“cc”和“CCRC”。"cc"通常指的是C编译器,它是C语言编程的基础...

    findBug eclipse

    "findBug eclipse" 是一个专为Eclipse集成开发环境设计的插件,它的全称是edu.umd.cs.findbugs.plugin.eclipse。这个插件版本号为1.3.6,发布日期为2008年11月13日。它的主要功能是帮助开发者在编码阶段发现潜在的...

    eclipse中FindBugs_安装使用

    ### Eclipse中FindBugs的安装与使用详解 #### 一、FindBugs简介 FindBugs是一款用于检测Java代码潜在缺陷的强大工具。它能够帮助开发者及时发现并修复代码中的问题,提高软件的质量和稳定性。FindBugs支持多种版本...

    findbug eclipse插件

    3. **复制到Eclipse目录**:然后,找到你的Eclipse安装目录,通常在Windows系统中是`C:\Program Files\eclipse`或者`C:\Users\<用户名>\eclipse`(如果你使用的是自定义安装路径)。在Eclipse的根目录下,有一个名为...

    Eclipse的findbug

    "离线安装FindBugs插件"是指在没有网络连接或者网络环境不稳定的情况下,通过下载插件的zip文件,然后手动导入到Eclipse中进行安装。这种安装方式对于那些无法访问公共网络的组织或者个人来说尤其有用。 首先,我们...

    findbugs安装使用手册

    findbug的安装手册,分为插件和独立运行文件

Global site tag (gtag.js) - Google Analytics