[Fb-contrib-commit] SF.net SVN: fb-contrib: [911] trunk/fb-contrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-09-19 01:14:43
|
Revision: 911 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=911&view=rev Author: dbrosius Date: 2007-09-18 18:14:46 -0700 (Tue, 18 Sep 2007) Log Message: ----------- prepare for version 3.2.5 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-09-19 01:12:09 UTC (rev 910) +++ trunk/fb-contrib/build.xml 2007-09-19 01:14:46 UTC (rev 911) @@ -20,7 +20,7 @@ <property name="javac.deprecation" value="on"/> <property name="javac.debug" value="on"/> - <property name="fb-contrib.version" value="3.3.0"/> + <property name="fb-contrib.version" value="3.2.5"/> <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-09-19 01:12:09 UTC (rev 910) +++ trunk/fb-contrib/etc/findbugs.xml 2007-09-19 01:14:46 UTC (rev 911) @@ -277,19 +277,23 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.SuspiciousJDKVersionUse" speed="slow" - reports="SJVU_SUSPICIOUS_JDK_VERSION_USE" /> + reports="SJVU_SUSPICIOUS_JDK_VERSION_USE" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.UseAddAll" speed="fast" - reports="UAA_USE_ADD_ALL" /> + reports="UAA_USE_ADD_ALL" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.MethodReturnsConstant" speed="fast" - reports="MRC_METHOD_RETURNS_CONSTANT" /> + reports="MRC_METHOD_RETURNS_CONSTANT" + disabled="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.NeedlessCustomSerialization" speed="fast" - reports="NCS_NEEDLESS_CUSTOM_SERIALIZATION" /> + reports="NCS_NEEDLESS_CUSTOM_SERIALIZATION" + disabled="true"/> <!-- BugPattern --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |