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
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://sourceforge.net/projects/findbugs/
下载地址:http://sourceforge.net/projects/findbugs/files/
来自:开源中国社区

