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