[Fb-contrib-commit] fb-contrib/etc findbugs.xml,1.34,1.35
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-11-05 02:42:12
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1424/etc Modified Files: findbugs.xml Log Message: go back to 1.5.0 development Index: findbugs.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- findbugs.xml 5 Nov 2005 02:25:50 -0000 1.34 +++ findbugs.xml 5 Nov 2005 02:42:04 -0000 1.35 @@ -80,13 +80,11 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.NonCollectionMethodUse" speed="fast" - reports="NCMU_NON_COLLECTION_METHOD_USE" - hidden="true" /> + reports="NCMU_NON_COLLECTION_METHOD_USE" /> <Detector class="com.mebigfatguy.fbcontrib.detect.ConfusingAutoboxedOverloading" speed="fast" - reports="CAO_CONFUSING_AUTOBOXED_OVERLOADING" - hidden="true" /> + reports="CAO_CONFUSING_AUTOBOXED_OVERLOADING" /> <!-- BugPattern --> |