[Fb-contrib-commit] SF.net SVN: fb-contrib:[1326] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-09-26 20:06:48
|
Revision: 1326
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1326&view=rev
Author: dbrosius
Date: 2009-09-26 20:06:42 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
add PDP Detector
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2009-09-26 20:06:16 UTC (rev 1325)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-09-26 20:06:42 UTC (rev 1326)
@@ -369,6 +369,10 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.OverzealousCasting"
speed="fast"
reports="OC_OVERZEALOUS_CASTING" />
+
+ <Detector class="com.mebigfatguy.fbcontrib.detect.PoorlyDefinedParameter"
+ speed="fast"
+ reports="PDP_POORLY_DEFINED_PARAMETER" />
<!-- BugPattern -->
@@ -496,4 +500,5 @@
<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" />
+ <BugPattern abbrev="PDP" type="PDP_POORLY_DEFINED_PARAMETER" 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.
|