[Fb-contrib-commit] SF.net SVN: fb-contrib:[1527] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-04-04 05:41:28
|
Revision: 1527
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1527&view=rev
Author: dbrosius
Date: 2010-04-04 05:41:22 +0000 (Sun, 04 Apr 2010)
Log Message:
-----------
uncomment PCAIL
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/etc/findbugs.xml
===================================================================
--- trunk/fb-contrib/etc/findbugs.xml 2010-04-04 04:31:58 UTC (rev 1526)
+++ trunk/fb-contrib/etc/findbugs.xml 2010-04-04 05:41:22 UTC (rev 1527)
@@ -327,11 +327,11 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.ImproperPropertiesUse"
speed="fast"
reports="IPU_IMPROPER_PROPERTIES_USE,IPU_IMPROPER_PROPERTIES_USE_SETPROPERTY" />
-<!--
+
<Detector class="com.mebigfatguy.fbcontrib.detect.PossibleConstantAllocationInLoop"
speed="fast"
reports="PCAIL_POSSIBLE_CONSTANT_ALLOCATION_IN_LOOP" />
- -->
+
<!-- BugPattern -->
<BugPattern abbrev="ISB" type="ISB_INEFFICIENT_STRING_BUFFERING"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|