[Fb-contrib-commit] SF.net SVN: fb-contrib:[1308] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-09-24 06:10:19
|
Revision: 1308
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1308&view=rev
Author: dbrosius
Date: 2009-09-24 06:10:13 +0000 (Thu, 24 Sep 2009)
Log Message:
-----------
add OC detector
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2009-09-24 06:09:56 UTC (rev 1307)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-09-24 06:10:13 UTC (rev 1308)
@@ -365,6 +365,10 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.InconsistentKeyNameCasing"
speed="fast"
reports="IKNC_INCONSISTENT_HTTP_PARAM_CASING" />
+
+ <Detector class="com.mebigfatguy.fbcontrib.detect.OverzealousCasting"
+ speed="fast"
+ reports="OC_OVERZEALOUS_CASTING" />
<!-- BugPattern -->
@@ -491,4 +495,5 @@
<BugPattern abbrev="SUA" type="SUA_SUSPICIOUS_UNINITIALIZED_ARRAY" category="CORRECTNESS" />
<BugPattern abbrev="ITU" type="ITU_INAPPROPRIATE_TOSTRING_USE" category="CORRECTNESS" />
<BugPattern abbrev="IKNC" type="IKNC_INCONSISTENT_HTTP_PARAM_CASING" category="STYLE" experimental="true" />
+ <BugPattern abbrev="OC" type="OC_OVERZEALOUS_CASTING" 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.
|