[Fb-contrib-commit] SF.net SVN: fb-contrib: [775] trunk/fb-contrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-01-09 05:01:56
|
Revision: 775 http://svn.sourceforge.net/fb-contrib/?rev=775&view=rev Author: dbrosius Date: 2007-01-08 21:01:52 -0800 (Mon, 08 Jan 2007) Log Message: ----------- get ready for 3.0.8 Modified Paths: -------------- trunk/fb-contrib/build.xml trunk/fb-contrib/etc/findbugs.xml Modified: trunk/fb-contrib/build.xml =================================================================== --- trunk/fb-contrib/build.xml 2007-01-08 18:54:33 UTC (rev 774) +++ trunk/fb-contrib/build.xml 2007-01-09 05:01:52 UTC (rev 775) @@ -20,7 +20,7 @@ <property name="javac.deprecation" value="on"/> <property name="javac.debug" value="on"/> - <property name="fb-contrib.version" value="3.1.0"/> + <property name="fb-contrib.version" value="3.0.8"/> <target name="clean" description="removes all generated collateral"> <delete dir="${classes.dir}"/> Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2007-01-08 18:54:33 UTC (rev 774) +++ trunk/fb-contrib/etc/findbugs.xml 2007-01-09 05:01:52 UTC (rev 775) @@ -252,23 +252,28 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.SuspiciousComparatorReturnValues" speed="fast" - reports="SC_SUSPICIOUS_COMPARATOR_RETURN_VALUES" /> + reports="SC_SUSPICIOUS_COMPARATOR_RETURN_VALUES" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.SillynessPotPourri" speed="fast" - reports="SPP_NEGATIVE_BITSET_ITEM,SPP_INTERN_ON_CONSTANT,SPP_NO_CHAR_SB_CTOR,SPP_USE_MATH_CONSTANT,SPP_STUTTERED_ASSIGNMENT,SPP_USE_ISNAN,SPP_USE_BIGDECIMAL_STRING_CTOR,SPP_STRINGBUFFER_WITH_EMPTY_STRING,SPP_EQUALS_ON_ENUM" /> + reports="SPP_NEGATIVE_BITSET_ITEM,SPP_INTERN_ON_CONSTANT,SPP_NO_CHAR_SB_CTOR,SPP_USE_MATH_CONSTANT,SPP_STUTTERED_ASSIGNMENT,SPP_USE_ISNAN,SPP_USE_BIGDECIMAL_STRING_CTOR,SPP_STRINGBUFFER_WITH_EMPTY_STRING,SPP_EQUALS_ON_ENUM" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope" speed="fast" - reports="BAS_BLOATED_ASSIGNMENT_SCOPE" /> + reports="BAS_BLOATED_ASSIGNMENT_SCOPE" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.SpoiledChildInterfaceImplementor" speed="fast" - reports="SCI_SPOILED_CHILD_INTERFACE_IMPLEMENTOR" /> + reports="SCI_SPOILED_CHILD_INTERFACE_IMPLEMENTOR" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.DeletingWhileIterating" speed="fast" - reports="DWI_DELETING_WHILE_ITERATING" /> + reports="DWI_DELETING_WHILE_ITERATING" + disabled="true" /> <!-- BugPattern --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |