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 -->
|