`

eclipse添加findbugs plugin

阅读更多
eclipse添加findbug plugin

Eclipse plugin帮助寻找潜在缺陷

参考地址:http://findbugs.cs.umd.edu/eclipse-daily/

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:

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

相关推荐

    eclipse中findbugs插件

    将此插件解压放到eclipse的plugin目录下,在项目中选择build.xml文件,run as ant bulid,生成的html报告在d盘

    eclipse插件findbugs(两个版本)

    直接解压将解压后的文件放到eclipse/plugin目录下,重启eclipse即可。 此压缩文件有两个版本(1.3.9和3.0.1)自行匹配,保证可用。

    Findbugs Eclipse Plugin 1.3.9

    Findbugs Eclipse Plugin 1.3.9

    android eclipse 插件 findbugs 3.0 linux

    eclipse 插件 findbugs 更方便的来找出bug。 更有用的是在andorid 中可以帮助找到闪退的原因,修复闪退 使用方法:直接解压到eclipse目录下的plugin 目录下

    eclipse上findbugs查件

    在安装成功后会在 eclipse中增加 FindBugs perspective,用户可以对指定 Java类或 JAR文件运行 FindBugs,此时 FindBugs会遍历指定文件,进行静态代码分析。 本资源包括最新版本及2.0版本,如果你的jdk位1.6,请选择...

    edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.rar

    edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821.rar

    eclipse findbugs 2.0.2 插件 中文版

    findbugs2.0.2 eclipse 插件中文版 。 基于 edu.umd.cs.findbugs.plugin.eclipse_2.0.2.20121204 翻译 ,最新版本,火热出炉。 解压开放到 dropins 夹子即可~~~

    eclipse plugin

    eclipse findbugs,eclipse findbugs,eclipse findbugs

    findbugs.plugin.eclipse

    edu.umd.cs.findbugs.plugin.eclipse_2.0.1.20120712 文件基本是最新的了,直接放到Plugin目录下就好了

    findbugs 代码检查 eclipse插件 3.0.0版本

    http://sourceforge.jp/projects/sfnet_findbugs/downloads/findbugs%20eclipse%20plugin/3.0.0/edu.umd.cs.findbugs.plugin.eclipse_3.0.0.20140629-84d758f.zip/ 安装方法:直接解压后放到eclipse/plugin目录下...

    最新findbugs.plugin.eclipse及源码

    在这个由两部分组成的系列文章的第一部分中,高级软件工程师 Chris Grindstaff 分析了 FindBugs 如何帮助提高代码质量以及排除隐含的缺陷。代码质量工具的一个问题是它们容易为开发人员提供大量但并非真正问题的问题...

    Eclipse插件_FindBugs

    安装方法: 下载文件后,解压edu.umd.cs.findbugs.plugin.eclipse_1.3.5.20080913内文件至Eclipse安装目录下的plugins文件夹,重启Eclipse。

    edu.umd.cs.findbugs.plugin.eclipse_2.0.0.20111220.zip

    edu.umd.cs.findbugs.plugin.eclipse_2.0.0.20111220.zip

    findbugs-1.3.7 eclipse

    Eclipse plugin for FindBugs version 1.3.7.20081230 (requires Eclipse 3.3 or later) edu.umd.cs.findbugs.plugin.eclipse_1.3.7.20081230.zip

    edu.umd.cs.findbugs.plugin.eclipse_1.0.0

    FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题。有了静态分析工具,就可以在不实际运行程序的情况对软件进行分析。

    edu.umd.cs.findbugs.plugin.eclipse_2.0.3.20130809

    FindBugs是一个能静态分析源代码中可能会出现Bug的Eclipse插件工具。 下载之后 将文件解压到plugins下面。 FindBugs地执行: 选中 所在项目,鼠标右键 > Find Bugs > Find Bugs执

    FindBugs插件

    1.将\eclipse\plugins\edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821目录下的findbugs-plugin.jar替换为附件中的同名文件; 或者 第二种: 将附件中的messages.xml替换你\eclipse\plugins\edu.umd.cs....

    edu.umd.cs.findbugs.plugin.eclipse_2.0.2.20121204

    FindBugs 是一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题。有了静态分析工具,就可以在不实际运行程序的情况对软件进行分析。

    FindBugs 安装工具

    在eclipse 中添加FindBugs ,可以帮助查询代码的合法性和合理性。

Global site tag (gtag.js) - Google Analytics