[Fb-contrib-commit] SF.net SVN: fb-contrib:[1350] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-10-03 15:43:47
|
Revision: 1350
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1350&view=rev
Author: dbrosius
Date: 2009-10-03 15:43:35 +0000 (Sat, 03 Oct 2009)
Log Message:
-----------
new detector NSE
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2009-10-03 15:43:19 UTC (rev 1349)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-10-03 15:43:35 UTC (rev 1350)
@@ -373,6 +373,10 @@
<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" />
<!-- BugPattern -->
@@ -501,4 +505,5 @@
<BugPattern abbrev="IKNC" type="IKNC_INCONSISTENT_HTTP_PARAM_CASING" category="STYLE" experimental="true" />
<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" />
</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.
|