[Fb-contrib-commit] SF.net SVN: fb-contrib: [569] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2006-06-20 03:26:33
|
Revision: 569 Author: dbrosius Date: 2006-06-19 20:26:29 -0700 (Mon, 19 Jun 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=569&view=rev Log Message: ----------- Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-06-20 03:24:48 UTC (rev 568) +++ trunk/fb-contrib/htdocs/index.html 2006-06-20 03:26:29 UTC (rev 569) @@ -66,7 +66,7 @@ <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> - <li><b>[UTA]Use toArray</b><br/> + <li><b>[UTA] Use toArray</b><br/> Looks for code that builds an array of values from a collection, by manually looping over the elements of the collection, and adding them to the array. It is simpler and cleaner to use mycollection.toArray(new type[mycollection.size()].</li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |