Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15853/etc
Modified Files:
findbugs.xml
Log Message:
unhide the new detectors
Index: findbugs.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- findbugs.xml 4 Nov 2005 02:27:59 -0000 1.32
+++ findbugs.xml 4 Nov 2005 04:32:14 -0000 1.33
@@ -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 -->
|