[Fb-contrib-commit] fb-contrib/htdocs index.html,1.37,1.38
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-12-08 03:47:16
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3152/htdocs Modified Files: index.html Log Message: initial check in - new COM detector Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- index.html 3 Dec 2005 16:55:18 -0000 1.37 +++ index.html 8 Dec 2005 03:46:59 -0000 1.38 @@ -62,6 +62,9 @@ <li><b>UnnecessaryStoreBeforeReturn</b><br/> Finds methods that store the return result in a local variable, and then immediately returns that local variable.</li> + >li><b>CopiedOverriddenMethod</b><br/> + Finds methods that are implemented with an exact copy of their super class method's + implementation. In most cases, this means that this method can just be removed.</li> </ul> </div> |