手机版
你好,游客 登录 注册 搜索
背景:
阅读新闻

FindBugs 3.0.0 发布下载,Java 代码 Bug 分析插件

[日期:2014-09-14] 来源:oschina.net  作者:Linux [字体: ]

FindBugs 3.0.0 发布,此版本现已提供下载,更新内容如下:

  • FindBugs supports Java 8 now (both as runtime and target platform).

  • FindBugs requires minimum Java 7 as runtime environment!

  • FindBugs uses ASM 5 now which means that some 3rd party detectors based on FindBugs 2.x/ASM 3 has to be upgraded.

  • New "Source" filter which can be used to filter out classes generated from other languages:

<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<Match>
<Source name="~.*\.groovy" />
</Match>
</FindBugsFilter>

New "-auxclasspathFromFile" and "-analyzeFromFile" command line options.

  • New "nested" ant task attribute.

  • Various bug fixes, also many patches from community. Thanks for your contributions!

FindBugs是一个能静态分析源代码中可能会出现Bug的Eclipse插件工具。

本文永久更新链接地址http://www.linuxidc.com/Linux/2014-09/106622.htm

linux
相关资讯       FindBugs 
本文评论   查看全部评论 (0)
表情: 表情 姓名: 字数

       

评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款