Version 0.9.3 of FindBugs has been released. It may be download
from the website:
http://findbugs.sourceforge.net/
Please report any problems:
http://findbugs.sourceforge.net/reportingBugs.html
Note that because I apparently cannot count, there was no 0.9.2 release,
and we went directly from 0.9.1 to 0.9.3. However, there are quite
a few improvements and bug fixes, so perhaps skipping a version
is justified :-)
An update site for the Eclipse plugin will be available sometime
in the next few days.
Changes since 0.9.1:
* Embellish USM to find abstract methods that implement an interface
method (Dave Brosius)
* New detector to find stores of literal booleans inside if or while
expressions (Dave Brosius)
* New style detector to find final classes that declare protected fields
(Dave Brosius)
* New detector to find subclass methods that simply forward, verbatim,
to the super class (Dave Brosius)
* Detector to find instances where code is attempting to write an
object out via an implemention of DataOutput, but the object is not
guaranteed to be Serializable (Jon Christiansen, Bill Pugh)
* Large (35%) analysis speedup (Bill Pugh)
* Add line numbers to Swing GUI code panel (Dave Brosius)
* Added effort options to Swing GUI (Dave Brosius)
* Add ability to specify bugs file to open from command line for GUI
version, through -loadbugs (Phillip Martin)
* New stylesheet for generating HTML: use option -html:plain.xsl
(Chris Nappin)
* New stylesheet for generating HTML: use option -html:fancy.xsl
(Etienne Giraudy)
* Updated Japanese bug message translations (Shisei Hanai)
* XHTML compliance fixes for bug details (Etienne Giraudy)
* Various detector fixes (Shisei Hanai)
* Fixed bugs in the project preferences dialog int the Eclipse plugin
(Takashi Okamoto, Thomas Einwaller)
* Lowered priority of analysis thread in Swing GUI (David Hovemeyer,
suggested by Shisei Hanai and Jeffrey W. Badorek)
* Fixed EclipsePlugin to correctly pick up auxclasspath entries
(Jon Christiansen)
-Dave
|
|