Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5582

Modified Files:
        findbugs.info 
Log Message:
Promote 0.8.5 to stable after positive feedback

Index: findbugs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- findbugs.info       16 Aug 2004 04:51:28 -0000      1.6
+++ findbugs.info       13 Oct 2004 08:18:45 -0000      1.7
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.4
+Version: 0.8.5
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 57059d234ab5bfcb0fb235225b9b693f
+Source-MD5: a85e2a407bee08e7ff3dd568569447c7
 CompileScript: echo "Nothing to do for compile"
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -38,53 +38,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.3:
-
-  * Initial and preliminary localization of the Swing GUI.  Translations by:
-      o German - Peter D. Stout, Holger Stenzhorn
-      o Finnish - Juha Knuutila
-      o Estonian - Tanel Lebedev
-      o Japanese - Hanai Shisei
-  * Eliminated debug print statements inadvertently left enabled
-  * Reverted some changes in the open stream detector: this should fix
-    some false positives that were introduced in the previous release
-  * Fixed a couple missing class reports 
-
-Changes since version 0.8.2:
+Changes since version 0.8.4:
 
-  * New detector to find improperly overridden GUI Adapter classes
-    (Dave Brosius)
-  * New detector to find improperly setup JUnit TestCases (Dave Brosius)
-  * New detector to find variables that mask class level fields (Dave
-    Brosius)
-  * New detector to find comparisions of values computed with bitwise
-    operators that always yield the same result (Tom Truscott)
-  * New detector to find unsafe getClass().getResource() calls (Bill Pugh)
-  * New detector to find GUI changes not in GUI thread but in static main
-    (Bill Pugh)
-  * New detector to find calls to Collection.toArray() with
-    zero-length array argument; it is more efficient to pass an array the
-    size of the collection, which can be populated and returned as the
-    result (Dave Brosius)
-  * Better suppression of false warnings in various detectors (Bill Pugh,
-    David Hovemeyer)
-  * Enhancement to ReadReturnShouldBeChecked detector for skip()
-    (Dave Brosius)
-  * Enhancement to DumbMethods detector (Dave Brosius)
-  * Open stream detector does not report wrappers of streams passed as
-    method parameters (David Hovemeyer)
-  * Cancel confirmation dialog in Swing GUI (Pete Angstadt)
-  * Better relative path saving in Project file (Dave Brosius)
-  * Detector Priority in GUI is now saved in prefs file (Dave Brosius)
-  * Controls in GUI to reorder source and classpath entries, and ability
-    to flip between Project details and bugs pages (Dave Brosius)
-  * In Swing GUI, analysis error dialog supports "Select All" and "Copy"
-    operations for easy generation of error reports (Dave Brosius)
-  * Complete translation of bug descriptions and messages into Japanese
-    (Hanai Shisei)
-  * Fixed bug in DroppedException detector (Dave Brosius)
-  * The source distribution defaults to using JDK 1.5 javac to compile,
-    but support for compiling with JSR-14 prototype is still supported
+  * Extend dumb methods detector to look for calls to equals() on
+    arrays (Dave Brosius)
+  * New detector for violatile references to arrays (Bill Pugh)
+  * New detector to find instanceof usage where inheritance can be
+    determined statically (Dave Brosius)
+  * New detector to find ResultSet.getXXX updateXXX calls using index
+    0 (Dave Brosius)
+  * New detector to find empty zip or jar entries (Bill Pugh)
+  * HTML output generation using built-in XSLT stylesheet or
+    user-defined stylesheet (David Hovemeyer)
+  * Detector dialog columns are now sortable (Dave Brosius)
+  * Allow URLs to be specified to analyze zip/jar files, local
+    directories, and single classfiles (David Hovemeyer)
+  * New command line option -onlyAnalyze restricts analysis to
+    selected classes and packages without reducing accuracy (David
+    Hovemeyer)
+  * Allow Swing GUI to show source code in jar files on Windows
+    systems (Dave Brosius)
+  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
+    Bill Pugh)
+  * MacOS GUI fixes (Rohan Lloyd)
+  * Fix false positive in BOA in case where method is correctly and
+    'incorrectly' overridden (Dave Brosius)
+  * Fixed memory blowup when analyzing methods which access a large
+    number of fields (David Hovemeyer)
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to