[Fb-contrib-commit] SF.net SVN: fb-contrib:[1631] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-10-19 01:55:39
|
Revision: 1631
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1631&view=rev
Author: dbrosius
Date: 2010-10-19 01:55:32 +0000 (Tue, 19 Oct 2010)
Log Message:
-----------
comment out CVAA for now
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2010-10-16 05:07:52 UTC (rev 1630)
+++ trunk/fb-contrib/etc/findbugs.xml 2010-10-19 01:55:32 UTC (rev 1631)
@@ -193,9 +193,9 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.PoorlyDefinedParameter" speed="fast" reports="PDP_POORLY_DEFINED_PARAMETER" />
<Detector class="com.mebigfatguy.fbcontrib.detect.NonSymmetricEquals" speed="fast" reports="NSE_NON_SYMMETRIC_EQUALS" />
-<!-- -->
+<!--
<Detector class="com.mebigfatguy.fbcontrib.detect.ContraVariantArrayAssignment" speed="fast" hidden="true" reports="CVAA_CONTRAVARIANT_ARRAY_ASSIGNMENT,CVAA_CONTRAVARIANT_ELEMENT_ASSIGNMENT" />
-<!-- -->
+-->
<Detector class="com.mebigfatguy.fbcontrib.detect.NonFunctionalField" speed="fast" reports="NFF_NON_FUNCTIONAL_FIELD" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|