Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30601/htdocs
Modified Files:
index.html
Log Message:
doc AWCBR
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- index.html 20 Jan 2006 07:01:46 -0000 1.55
+++ index.html 25 Jan 2006 03:28:21 -0000 1.56
@@ -64,6 +64,10 @@
XXX.class, and doing so protects the integrity of this code from such transformations
as obfuscation. Use of Class.forName should only be used when the class in question
isn't already statically bound to this context.</li>
+ <li><b>Array Wrapped Call By Reference</b><br/>
+ Looks for methods that use an array of length one to pass a variable to achieve call
+ by pointer ala C++. It is better to define a proper return class type that holds all
+ the relevant information retrieved from the called method.</li>
</ul>
</div>
|