[Fb-contrib-commit] SF.net SVN: fb-contrib:[1226] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-28 07:12:14
|
Revision: 1226
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1226&view=rev
Author: dbrosius
Date: 2009-07-28 07:12:03 +0000 (Tue, 28 Jul 2009)
Log Message:
-----------
add ITU (hidden)
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2009-07-28 07:10:48 UTC (rev 1225)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-07-28 07:12:03 UTC (rev 1226)
@@ -357,7 +357,12 @@
speed="fast"
reports="SUA_SUSPICIOUS_UNINITIALIZED_ARRAY"
hidden="true" />
-
+
+ <Detector class="com.mebigfatguy.fbcontrib.detect.InappropriateToStringUse"
+ speed="fast"
+ reports="ITU_INAPPROPRIATE_TOSTRING_USE"
+ hidden="true" />
+
<!-- BugPattern -->
<BugPattern abbrev="ISB" type="ISB_INEFFICIENT_STRING_BUFFERING" category="PERFORMANCE" />
@@ -481,4 +486,5 @@
<BugPattern abbrev="SMA" type="SMA_STUTTERED_METHOD_ARGUMENTS" category="STYLE" experimental="true" />
<BugPattern abbrev="TBP" type="TBP_TRISTATE_BOOLEAN_PATTERN" category="STYLE" experimental="true" />
<BugPattern abbrev="SUA" type="SUA_SUSPICIOUS_UNINITIALIZED_ARRAY" category="CORRECTNESS" experimental="true" />
+ <BugPattern abbrev="ITU" type="ITU_INAPPROPRIATE_TOSTRING_USE" 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.
|