[Fb-contrib-commit] SF.net SVN: fb-contrib: [634] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-04 21:34:21
|
Revision: 634 http://svn.sourceforge.net/fb-contrib/?rev=634&view=rev Author: dbrosius Date: 2006-09-04 14:34:15 -0700 (Mon, 04 Sep 2006) Log Message: ----------- document URV Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-09-04 05:57:35 UTC (rev 633) +++ trunk/fb-contrib/htdocs/index.html 2006-09-04 21:34:15 UTC (rev 634) @@ -62,6 +62,10 @@ Looks for methods that pass single character string constants as parameters to methods that alternatively have an overridden method that accepts a character instead. It is easier for the method to handle a single character than a String.</li> + <li><b>[URV] Unrelated Return Values</b><br/> + Looks for methods that return Object, and who's code body returns two or more + different types of objects that are unrelated (other than by Object).</li> + </ul> </div> <hr/> <img id="v2_8_0_image" src="flip2.gif" onClick="toggleBlock('v2_8_0', 'v2_8_0_image');" align="top"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |