[Fb-contrib-commit] SF.net SVN: fb-contrib: [658] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-24 20:36:27
|
Revision: 658 http://svn.sourceforge.net/fb-contrib/?rev=658&view=rev Author: dbrosius Date: 2006-09-24 13:36:16 -0700 (Sun, 24 Sep 2006) Log Message: ----------- rename RMC for the weak in the stomach Modified Paths: -------------- trunk/fb-contrib/etc/messages.xml Modified: trunk/fb-contrib/etc/messages.xml =================================================================== --- trunk/fb-contrib/etc/messages.xml 2006-09-24 20:35:11 UTC (rev 657) +++ trunk/fb-contrib/etc/messages.xml 2006-09-24 20:36:16 UTC (rev 658) @@ -1368,9 +1368,9 @@ </Details> </BugPattern> - <BugPattern type="RMC_REDUNDANT_METHOD_CALLS"> - <ShortDescription>Method calls the same method on the same object redundantly</ShortDescription> - <LongDescription>Method {1} calls the same method on the same object redundantly</LongDescription> + <BugPattern type="PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS"> + <ShortDescription>Method appears to call the same method on the same object redundantly</ShortDescription> + <LongDescription>Method {1} appears to call the same method on the same object redundantly</LongDescription> <Details> <![CDATA[ <p>This method makes two consecutive calls to the same method using the same constant @@ -1536,7 +1536,7 @@ <BugCode abbrev="NMCS">Needless Member Collection Synchronization</BugCode> <BugCode abbrev="ITC">Inheritance Type Checking</BugCode> <BugCode abbrev="SACM">Static Array Created in Method</BugCode> - <BugCode abbrev="RMC">Redundant Method Calls</BugCode> + <BugCode abbrev="PRMC">Possibly Redundant Method Calls</BugCode> <BugCode abbrev="UTA">Use toArray</BugCode> <BugCode abbrev="LEST">Lost Exception Stack Trace</BugCode> <BugCode abbrev="UCPM">Use Character Parameterized Method</BugCode> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |