[Fb-contrib-commit] SF.net SVN: fb-contrib: [579] trunk/fb-contrib/etc
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-08-04 06:05:43
|
Revision: 579 Author: dbrosius Date: 2006-08-03 23:05:37 -0700 (Thu, 03 Aug 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=579&view=rev Log Message: ----------- describe the collector Modified Paths: -------------- trunk/fb-contrib/etc/findbugs.xml trunk/fb-contrib/etc/messages.xml Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2006-08-04 06:00:56 UTC (rev 578) +++ trunk/fb-contrib/etc/findbugs.xml 2006-08-04 06:05:37 UTC (rev 579) @@ -10,9 +10,24 @@ defaultenabled="true" provider="fb-contrib project" website="http://fb-contrib.sourceforge.net"> - + + <!-- Passes --> + + <OrderingConstraints> + <SplitPass> + <Earlier class="com.mebigfatguy.fbcontrib.collect.CollectStatistics"/> + <LaterCategory name="reporting" spanplugins="false"/> + </SplitPass> + </OrderingConstraints> + <!-- Detectors --> + <Detector class="com.mebigfatguy.fbcontrib.collect.CollectStatistics" + speed="fast" + reports="" + hidden="true" /> + + <Detector class="com.mebigfatguy.fbcontrib.detect.InefficientStringBuffering" speed="fast" reports="ISB_INEFFICIENT_STRING_BUFFERING,ISB_EMPTY_STRING_APPENDING" /> Modified: trunk/fb-contrib/etc/messages.xml =================================================================== --- trunk/fb-contrib/etc/messages.xml 2006-08-04 06:00:56 UTC (rev 578) +++ trunk/fb-contrib/etc/messages.xml 2006-08-04 06:05:37 UTC (rev 579) @@ -16,6 +16,14 @@ <!-- Detectors --> + <Detector class="com.mebigfatguy.fbcontrib.collect.CollectStatistics"> + <Details> + <![CDATA[ + <p>Collects statistics for other detectors</p> + ]]> + </Details> + </Detector> + <Detector class="com.mebigfatguy.fbcontrib.detect.InefficientStringBuffering"> <Details> <![CDATA[ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |