[Fb-contrib-commit] fb-contrib/etc messages.xml,1.16,1.17
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2005-09-23 01:44:56
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv536/etc Modified Files: messages.xml Log Message: more comments Index: messages.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- messages.xml 22 Sep 2005 23:35:35 -0000 1.16 +++ messages.xml 23 Sep 2005 01:44:48 -0000 1.17 @@ -301,7 +301,8 @@ <![CDATA[ <p>This class defines a field based on java.util.List, but uses it to some extent like a Set. Since lookup type operations are performed using a linear search for Lists, the performance for large - Lists will be poor. Consider changing this fields implementation to a set based one.</p> + Lists will be poor. Consider changing this fields implementation to a set based one. If order of + iteration is important to maintain insert order, perhaps consider a LinkedHashSet.</p> ]]> </Details> </BugPattern> |