Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19937/etc
Modified Files:
findbugs.xml
Log Message:
well, the false positives aren't heinous, un-hide it for testing
Index: findbugs.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- findbugs.xml 22 Sep 2005 05:28:28 -0000 1.16
+++ findbugs.xml 22 Sep 2005 05:48:01 -0000 1.17
@@ -60,8 +60,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.DubiousListCollection"
speed="fast"
- reports="DLC_DUBIOUS_LIST_COLLECTION"
- hidden="true" />
+ reports="DLC_DUBIOUS_LIST_COLLECTION" />
<!-- BugPattern -->
|