[Fb-contrib-commit] SF.net SVN: fb-contrib: [785] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-01-28 09:13:25
|
Revision: 785 http://svn.sourceforge.net/fb-contrib/?rev=785&view=rev Author: dbrosius Date: 2007-01-28 01:13:26 -0800 (Sun, 28 Jan 2007) Log Message: ----------- disable BAS for now Modified Paths: -------------- trunk/fb-contrib/etc/findbugs.xml Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2007-01-28 09:12:18 UTC (rev 784) +++ trunk/fb-contrib/etc/findbugs.xml 2007-01-28 09:13:26 UTC (rev 785) @@ -260,7 +260,8 @@ <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" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |