[Fb-contrib-commit] fb-contrib/etc findbugs.xml,1.31,1.32
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-11-04 02:28:07
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28089/etc Modified Files: findbugs.xml Log Message: hide the two "in-testing' detectors from the bug fix release Index: findbugs.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- findbugs.xml 2 Nov 2005 06:07:00 -0000 1.31 +++ findbugs.xml 4 Nov 2005 02:27:59 -0000 1.32 @@ -78,9 +78,15 @@ speed="fast" reports="FPL_FLOATING_POINT_LOOPS" /> + <Detector class="com.mebigfatguy.fbcontrib.detect.NonCollectionMethodUse" + speed="fast" + reports="NCMU_NON_COLLECTION_METHOD_USE" + hidden="true" /> + <Detector class="com.mebigfatguy.fbcontrib.detect.ConfusingAutoboxedOverloading" speed="fast" - reports="CAO_CONFUSING_AUTOBOXED_OVERLOADING" /> + reports="CAO_CONFUSING_AUTOBOXED_OVERLOADING" + hidden="true" /> <!-- BugPattern --> |