Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2859/etc
Modified Files:
findbugs.xml
Log Message:
ok, the false positives aren't hideous, un-hide it
Index: findbugs.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- findbugs.xml 25 Sep 2005 04:49:10 -0000 1.18
+++ findbugs.xml 25 Sep 2005 06:09:03 -0000 1.19
@@ -64,8 +64,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.ParallelLists"
speed="fast"
- reports="PL_PARALLEL_LISTS"
- hidden="true" />
+ reports="PL_PARALLEL_LISTS" />
<!-- BugPattern -->
|