ARTICLE

Findbugs 1.3.7 released

Saturday 3 January 2009

FindBugs™ is a program to find bugs in Java programs. It looks for instances of "bug patterns" --- code instances that are likely to be errors.

Changes :

- Overall, a small bugfix release.
- New detection of accidental vacuous/useless calls to EasyMock methods, and of generic signatures that proclaim the use of unhashable classes in ways that require that they be hashed.
- Eliminate some false positives where we were warning about a useless call (e.g., comparing two incompatible types for equality), but the only thing the code was doing with the result was passing it to assertFalse.
- Japanese localization and manual by K.Hashimoto. (Thanks!)
- Added -exclude and -outputDir command line options to rejarForAnalysis
- Extended -adjustPriorities option to FindBugs analysis textui so that you can modify the priorities of individual bug patterns as well as visitors, and also completely suppress individual bug patterns or visitors.


POSTSCRIPTUM

Download


RELATED ARTICLES

Code Auditing, Configurations checks, FindBugs,

7 June 2009 : Findbugs v1.3.9-dev-20090604 released
3 January 2009 : Findbugs 1.3.7 released
4 May 2008 : Findbugs Java Code Analyzer updated to 1.3.4
2 April 2008 : Findbugs Java Code Analyzer updated to 1.3.3
24 March 2008 : Findbugs Java Code Analyzer updated to 1.3.3-rc1