[Fb-contrib-commit] fb-contrib/htdocs index.html,1.68,1.69
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2006-03-07 06:18:53
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24666/htdocs Modified Files: index.html Log Message: doc PMB Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- index.html 6 Mar 2006 04:18:19 -0000 1.68 +++ index.html 7 Mar 2006 06:18:50 -0000 1.69 @@ -61,6 +61,10 @@ <li><b>[JVR] JDBC Vendor Reliance</b><br/> Looks for uses of jdbc vendor specific classes and methods making the database access code non portable.</li> + <li><b>[PMB] Possible Memory Bloat</b><br/> + 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 this members. + Such member variables are likely causes of memory bloat.</li> </ul> </div> |