Hi All,

Helder Magalhães <helder.magalh...@gmail.com> wrote on 02/25/2009 04:17:51 
PM:

> > I took the revision before this line was inserted where the call to
> > addAll is emulated by some single add calls everything is fine.

   Right this is a regression.  It's a bug and it should be fixed.
I actually don't like the call to addAll since it requires creating
a List from an Array which will likely be more expensive than the
loop since we use a linked list.

Reply via email to