[kaffe] Bug Report: LinkedList.addAll

Jeremy Buisson jbuisson at irisa.fr
Fri Jul 11 08:51:04 PDT 2003


In kaffe-1.1.0, maybe this has already been reported:

at least methods LinkedList.addAll(Collection) and 
LinkedList.addAll(int, Collection) do not comply to Sun's specifications.

In the first form (without the position), the elements must be appended 
to the end of the list. They are currently inserted after the first element.

In the second form, the elements must be inserted *before* the specified 
position, and not after like the current version does.





More information about the kaffe mailing list