Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13530/htdocs
Modified Files:
index.html
Log Message:
doc LSYC
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- index.html 8 Mar 2006 04:45:17 -0000 1.71
+++ index.html 11 Mar 2006 14:28:55 -0000 1.72
@@ -65,6 +65,10 @@
Looks for classes that maintain collections or StringBuffer/StringBuilders in static member
variables, and that do not appear to provide a way to clear or remove items from these members.
Such class fields are likely causes of memory bloat.</li>
+ <li>[LSYC] Local Synchronized Collection</b><br/>
+ looks for allocations of synchronized collections that are stored in local variables, and
+ never stored in fields or returned from methods. As local variables are by definition
+ thread safe, using synchronized collections in this context makes no sense.</li>
</ul>
</div>
|