Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv6680/unstable/main/finkinfo/devel

Modified Files:
        findbugs.info 
Log Message:
New upstream version 1.2.1

Index: findbugs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- findbugs.info       26 Apr 2007 12:05:51 -0000      1.7
+++ findbugs.info       25 Jun 2007 13:30:11 -0000      1.8
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.2.0
+Version: 1.2.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 11dfb42384236ccdf95440dc7b79e721
+Source-MD5: d53ee62ec3f2667c4464d243acb878ab
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,25 +36,37 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 1.1.3
+Changes since version 1.2.0
 
- * In null pointer analysis, try to be better about always showing two
-   locations: where it is known null and where it is dereferenced.
- * Interprocedural analysis of which methods return nonnull values
- * Use method calls to select order in which classes are analyzed, and
-   order in which methods are analyzed, to improve interprocedural
-   analysis results.
- * Significant improvements in memory footprint, memory allocation and
-   CPU utilization (20-30% reduction in all three)
- * Added a project name, to provide better descriptions in the HTML
-   output.
- * Stopped reporting transient fields of classes not marked as
-   serializable. Transient is used by other persistence frameworks.
- * Improvements to detector for SQL injection (Thanks to Matt Hargett
-   for his contributions
- * Changed open/save options in GUI2 to not distinguish between
-   FindBugs projects and saved FindBugs analysis results.
- * Improvements to detection of serious non-short-circuit evaluation.
+ * Bug fixes:
+   - Fix bugs in incremental analysis within Eclipse plugin
+   - Fix some analysis errors
+   - Fix some threading bugs in GUI2
+   - Report version as version when it was compiled, not when it was run
+   - Copy analysis time stamp when filtering or transforming analysis files.
+
+ * Enabled StaticCalendarDetector
+
+ * Reworked GUI2 to use standard FindBugs filters
+
+ * Allow a suppression filter to be stored in a project and persisted
+   to the XML representation of a project.
+
+ * Move away from old GUI2 save format (a directory containing an xml
+   file and another file containing serialized filters).
+
+ * Supprt/recommend use of two new file extensions/formats:
+
+    .fba - FindBugs Analysis File
+           Exactly the same as an existing bug collection file stored
+           in XML format, but using a distinct file extension to make
+           it easier to figure out which xml files contain FindBugs
+           results.
+
+    .fbp - FindBugs Project File
+           Contains just the information needed to run FindBugs and
+           display the results (e.g., the files to be analyzed, the
+           auxilary class path and the location of source files)
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to