Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11945/10.2/unstable/main/finkinfo/devel

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

Index: findbugs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- findbugs.info       7 Dec 2005 03:34:41 -0000       1.15
+++ findbugs.info       27 Mar 2006 02:12:15 -0000      1.16
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.4
+Version: 0.9.6
 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: 873333d869872975587b23f71b2f2561
+Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,19 +36,64 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.3:
+Changes since verson 0.9.5:
 
-  * Substantial rework of datamining code
-  * Removed bogus warnings about await on things other than Condition
-    not being in a loop
-  * Fixed bug in OpcodeStack handling of dup2 of long/double values
-  * Don't report array types as missing classes
-  * Adjustment of some warnings on ignored return values
-  * Added thread safety annotations from Java Concurrency in Practice
-    (no detectors written for these yet)
-  * Added annotation for methods that, if overridden, should be
-    invoked by overriding methods via a call to super
-  * Updated -html:fancy.xsl (Etienne Giraudy)
+     * Updated detectors
+           o FindNullDeref.java: respect NonNull and CheckForNull
+             field annotations
+           o SerializableIdiom.java: detect non-private readObject
+             and writeObject methods
+           o FindRefComparison.java: smarter array comparison detection
+           o IsNullValueAnalysis.java: dectect null instanceof
+           o FindLocalSelfAssignment2.java: suppress some false
+             positives (Dave Brosius)
+           o FindUnreleasedLock.java: don't waste time processing
+             classes that don't refer to java.util.concurrent.locks
+           o MutableStaticFields.java: report the source line (Dave
+             Brosius)
+           o SwitchFallthrough.java: better handling of System.exit()
+             (Dave Brosius)
+           o MultithreadedInstanceAccess.java: better handling of
+             Servlet.init() (Dave Brosius)
+           o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
+     * Eclipse plugin
+           o background processing (Peter Friese)
+           o internationalization, Japanese localization (Takashi
+             Okamoto)
+     * findbugs -onlyAnalyze option now works on windows platforms
+     * mineBugHistory -noTabs option for better alignment of output
+       columns
+     * filterBugs -fixed option (also: will now recognize the most
+       recent version string)
+     * XML output includes running time and memory usage data
+     * miscellaneous minor corrections to the manual
+     * better bytecode analysis of the iinc instruction
+     * fix bug in null pointer analysis
+     * improved catch block heuristics
+     * some type analysis tweaks
+     * Bug priority changes
+           o DumbMethodInvocations.java: decrease priority of hard-
+             coded /tmp filenames
+           o ComparatorIdiom.java: decrease priority of non-
+             serializable anonymous comparators
+           o FindSqlInjection.java: decrease priority of appending a
+             constant or a static
+     * Updated bug explanations
+           o NM_VERY_CONFUSING (Dave Brosius)
+     * Updated test case files
+           o BadStoreOfNonSerializableObject.java
+           o BadRandomInt.java
+           o TestFieldAnnotations.java
+           o UseInitCause.java
+           o SqlInjection.java
+           o ArrayEquality.java
+           o BadIntegerOperations.java
+           o Pilhuhn.java
+           o InstanceOf.java
+           o SwitchFallthrough.java (Dave Brosius)
+     * fix URL decoding bug when running under Java Web Start (Dave
+       Brosius)
+     * distribution includes project.xml file for NetBeans
 
 <<
 DescPackaging: <<



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to