Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8307/etc
Modified Files:
findbugs.xml
Log Message:
hide CE and BSB
Index: findbugs.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/findbugs.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- findbugs.xml 18 Feb 2006 03:03:41 -0000 1.60
+++ findbugs.xml 18 Feb 2006 03:07:19 -0000 1.61
@@ -44,7 +44,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.ClassEnvy"
speed="moderate"
reports="CE_CLASS_ENVY"
- disabled="true" />
+ hidden="true" />
<Detector class="com.mebigfatguy.fbcontrib.detect.LiteralStringComparison"
speed="moderate"
@@ -129,7 +129,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.BloatedSynchronizedBlock"
speed="fast"
reports="BSB_BLOATED_SYNCHRONIZED_BLOCK"
- disabled="true" />
+ hidden="true" />
<Detector class="com.mebigfatguy.fbcontrib.detect.ConstantListIndex"
speed="fast"
|