Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21484/unstable/main/finkinfo/devel

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

Index: findbugs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- findbugs.info       22 Jun 2006 07:53:14 -0000      1.4
+++ findbugs.info       8 Jan 2007 11:06:50 -0000       1.5
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.0.0
+Version: 1.1.3
 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: 8996cd377b5c3351912ea3d577b3c560
+Source-MD5: d350e063b39b18b15a616788ef895a9a
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,74 +36,8 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.7:
+Changes since verson 1.0.0:
 
-    * fix ObjectTypeFactory bug that was supressing some bugs
-    * opcode stack may determine definite zeros on some paths
-    * opcode stack can track some constant string concatenations (dbrosius)
-    * default effort performs iterative opcode analysis (but min effort does
-      not)
-    * default heap size upped to 384m
-    * schema for XML output available: bugcollection.xsd
-    * fixed some internal confusion between dotted and slashed class names
-    * New detectors
-          o CheckImmutableAnnotation.java: checks JCIP annotations
-    * Updated detectors
-          o BadRegEx.java: understands Pattern.LITERAL, warns about "."
-          o FindUnreleasedLock.java: fewer false positives
-          o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
-            MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
-          o FindPuzzlers.java: detect n%2==1, detect toString() on array types
-          o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
-          o MethodReturnCheck.java: add check for discarded newly constructed
-            values, increase priority of some ignored constructed exceptions,
-            better handling of bytecode compiled by Eclipse
-          o FindEmptySynchronizedBlock.java: better handling of bytecode
-            compiled by Eclipse
-          o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
-            in doPriviledged, don't report private methods
-          o LoadOfKnownNullValue.java: fix bug that was reporting false
-            positives on finally blocks
-          o CheckReturnAnnotationDatabase.java: better checks for unstarted
-            threads
-          o ConfusionBetweenInheritedAndOuterMethod.java: fewer false
-            positives, fixed a package-handling bug
-          o BadResultSetAccess.java: separate bug pattern for
-            PreparedStatements, BRZA category folded into SQL category
-          o FindDeadLocalStores.java, FindBadCast2.java, DumbMethods.java,
-            RuntimeExceptionCapture.java: coalesce similar bugs within a
-            method into a single bug instance with multiple source lines
-    * Eclipse plugin
-          o plugin ID changed from de.tobject.findbugs to
-            edu.umd.cs.findbugs.plugin.eclipse
-          o support for findbugs eclipse auto-update site
-    * Updated test case files
-          o BadRegEx.java
-          o JSR166.java
-          o ConcurrentModificationBug.java
-          o DeadStore.java
-          o InstanceOf.java
-          o LoadKnownNull.java
-          o NeedsToCheckReturnValue.java
-          o BadResultSetAccessTest.java
-          o DeadStore.java
-          o TestNonNull2.java
-          o TestImmutable.java
-          o TestGuardedBy.java
-          o BadRandomInt.java
-          o six test cases added to new TigerTraps directory
-    * fix bug that was generating duplicate uids
-    * fix bug with -onlyAnalyze some.package.* on jdk1.4
-    * fix regression bug in DismantleByteCode.getRefConstantOperand()
-    * fix some minor bugs with the Swing GUI
-    * reordered some bugInstances so that source line annotations come last
-    * removed references to unused java system properties
-    * French translation updates (David Cotton)
-    * Japanese translation updates (Hanai Shisei)
-    * content cleanup for findbugs.xml and messages.xml
-    * references to cvs hostname updated to findbugs.cvs.sourceforge.net
-    * documented xdoc output options, new mineBugHistory/computeBugHistory
-      options
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to