[Fb-contrib-commit] SF.net SVN: fb-contrib: [995] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-03-12 05:19:41
|
Revision: 995
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=995&view=rev
Author: dbrosius
Date: 2008-03-11 22:16:00 -0700 (Tue, 11 Mar 2008)
Log Message:
-----------
document SCA
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.html
Modified: trunk/fb-contrib/htdocs/index.html
===================================================================
--- trunk/fb-contrib/htdocs/index.html 2008-03-09 04:04:07 UTC (rev 994)
+++ trunk/fb-contrib/htdocs/index.html 2008-03-12 05:16:00 UTC (rev 995)
@@ -58,6 +58,10 @@
method as it isn't obvious that the 'original' object is modified. If the
point of this method is to modify the parameter, it is probably better just
to have the method be a void method, to avoid confusion.</li>
+ <li><b>[SCA] Suspicious Clone Algorithm</b><br/>
+ Looks for implementation of clone where an assignment is made to a field of the
+ source object. It is likely that that store should have occurred on the cloned object, as
+ the clone operation is almost always considered read only.</li>
</ul>
</div>
<hr/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|