[Fb-contrib-commit] SF.net SVN: fb-contrib: [554] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-06-06 16:02:33
|
Revision: 554 Author: dbrosius Date: 2006-06-06 08:57:07 -0700 (Tue, 06 Jun 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=554&view=rev Log Message: ----------- add doc for RMC Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-06-06 05:01:25 UTC (rev 553) +++ trunk/fb-contrib/htdocs/index.html 2006-06-06 15:57:07 UTC (rev 554) @@ -62,6 +62,9 @@ Looks for if/else blocks where a series of them use instanceof on the same variable to determine what to do. If these classes are related by inheritance, this often is better handled through calling a single overridden method.</li> + <li><b>[RMC] Redundant Method Calls</b><br/> + Looks for calls of the same method on the same object when that object hasn't changed. + This often is redundant, and the second call can be removed, or combined.</li> </ul> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |