[Fb-contrib-commit] SF.net SVN: fb-contrib: [807] trunk/fb-contrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-01-31 03:28:14
|
Revision: 807 http://svn.sourceforge.net/fb-contrib/?rev=807&view=rev Author: dbrosius Date: 2007-01-30 19:28:10 -0800 (Tue, 30 Jan 2007) Log Message: ----------- get ready for 3.2.0 Modified Paths: -------------- trunk/fb-contrib/build.xml trunk/fb-contrib/etc/findbugs.xml trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/build.xml =================================================================== --- trunk/fb-contrib/build.xml 2007-01-30 08:35:27 UTC (rev 806) +++ trunk/fb-contrib/build.xml 2007-01-31 03:28:10 UTC (rev 807) @@ -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.2.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-01-30 08:35:27 UTC (rev 806) +++ trunk/fb-contrib/etc/findbugs.xml 2007-01-31 03:28:10 UTC (rev 807) @@ -261,7 +261,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.BloatedAssignmentScope" speed="fast" reports="BAS_BLOATED_ASSIGNMENT_SCOPE" - disabled="true" /> + hidden="true" /> <Detector class="com.mebigfatguy.fbcontrib.detect.SpoiledChildInterfaceImplementor" speed="fast" Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2007-01-30 08:35:27 UTC (rev 806) +++ trunk/fb-contrib/htdocs/index.html 2007-01-31 03:28:10 UTC (rev 807) @@ -48,9 +48,9 @@ <a href="bugdescriptions.html">Bug Descriptions</a> <hr/> - <img id="svn_image" src="flip2.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/> - Detectors added in svn<br/> - <div id="svn" style="display:block;"> + <img id="v3_2_0_image" src="flip2.gif" onClick="toggleBlock('v3_2_0', 'v3_2_0_image');" align="top"/> + Detectors added in v3.2.0<br/> + <div id="v3_2_0" style="display:block;"> <ul> <li><b>[SCRV] Suspicious Comparator Return Values</b><br/> Looks for classes that implement Comparator or Comparable, and whose compare or compareTo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |