[Fb-contrib-commit] fb-contrib/htdocs index.html,1.70,1.71
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2006-03-08 04:45:23
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5938/htdocs Modified Files: index.html Log Message: more wording Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- index.html 7 Mar 2006 06:28:33 -0000 1.70 +++ index.html 8 Mar 2006 04:45:17 -0000 1.71 @@ -62,9 +62,9 @@ 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/StringBuilder in static member + 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 member variables are likely causes of memory bloat.</li> + Such class fields are likely causes of memory bloat.</li> </ul> </div> |