Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15364/htdocs
Modified Files:
index.html
Log Message:
add <b>
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- index.html 11 Mar 2006 14:28:55 -0000 1.72
+++ index.html 11 Mar 2006 14:31:26 -0000 1.73
@@ -65,7 +65,7 @@
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/>
+ <li><b>[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>
|