[Fb-contrib-commit] SF.net SVN: fb-contrib:[1369] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-10-15 03:34:27
|
Revision: 1369
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1369&view=rev
Author: dbrosius
Date: 2009-10-15 03:34:19 +0000 (Thu, 15 Oct 2009)
Log Message:
-----------
add new detector CVAA - by Bhaskar Maddala
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2009-10-15 03:34:03 UTC (rev 1368)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-10-15 03:34:19 UTC (rev 1369)
@@ -377,6 +377,10 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.NonSymmetricEquals"
speed="fast"
reports="NSE_NON_SYMMETRIC_EQUALS" />
+
+ <Detector class="com.mebigfatguy.fbcontrib.detect.ContraVariantArrayAssignment"
+ speed="fast"
+ reports="CVAA_CONTRAVARIANT_ARRAY_ASSIGNMENT" />
<!-- BugPattern -->
@@ -506,4 +510,5 @@
<BugPattern abbrev="OC" type="OC_OVERZEALOUS_CASTING" category="CORRECTNESS" experimental="true" />
<BugPattern abbrev="PDP" type="PDP_POORLY_DEFINED_PARAMETER" category="CORRECTNESS" experimental="true" />
<BugPattern abbrev="NSE" type="NSE_NON_SYMMETRIC_EQUALS" category="CORRECTNESS" experimental="true" />
+ <BugPattern abbrev="CVAA" type="CVAA_CONTRAVARIANT_ARRAY_ASSIGNMENT" category="CORRECTNESS" experimental="true"/>
</FindbugsPlugin>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|