[Fb-contrib-commit] SF.net SVN: fb-contrib: [657] trunk/fb-contrib/etc/findbugs.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-24 20:35:17
|
Revision: 657 http://svn.sourceforge.net/fb-contrib/?rev=657&view=rev Author: dbrosius Date: 2006-09-24 13:35:11 -0700 (Sun, 24 Sep 2006) Log Message: ----------- rename RMC for the weak in the stomach Modified Paths: -------------- trunk/fb-contrib/etc/findbugs.xml Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2006-09-24 19:52:31 UTC (rev 656) +++ trunk/fb-contrib/etc/findbugs.xml 2006-09-24 20:35:11 UTC (rev 657) @@ -222,9 +222,9 @@ speed="fast" reports="SACM_STATIC_ARRAY_CREATED_IN_METHOD" /> - <Detector class="com.mebigfatguy.fbcontrib.detect.RedundantMethodCalls" + <Detector class="com.mebigfatguy.fbcontrib.detect.PossiblyRedundantMethodCalls" speed="fast" - reports="RMC_REDUNDANT_METHOD_CALLS" /> + reports="PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS" /> <Detector class="com.mebigfatguy.fbcontrib.detect.UseToArray" speed="fast" @@ -304,7 +304,7 @@ <BugPattern abbrev="NMCS" type="NMCS_NEEDLESS_MEMBER_COLLECTION_SYNCHRONIZATION" category="PERFORMANCE" /> <BugPattern abbrev="ITC" type="ITC_INHERITANCE_TYPE_CHECKING" category="STYLE" /> <BugPattern abbrev="SACM" type="SACM_STATIC_ARRAY_CREATED_IN_METHOD" category="PERFORMANCE" /> - <BugPattern abbrev="RMC" type="RMC_REDUNDANT_METHOD_CALLS" category="PERFORMANCE" /> + <BugPattern abbrev="PRMC" type="PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS" category="PERFORMANCE" /> <BugPattern abbrev="UTA" type="UTA_USE_TO_ARRAY" category="STYLE" /> <BugPattern abbrev="LEST" type="LEST_LOST_EXCEPTION_STACK_TRACE" category="CORRECTNESS" experimental="true" /> <BugPattern abbrev="UCPM" type="UCPM_USE_CHARACTER_PARAMETERIZED_METHOD" category="PERFORMANCE" experimental="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |