Hello Christian, I looked at the code of ArrayList, but couldn't find anything suspicious. Are you sure your object is at 0? Maybe a null squeezed in at 0, and your object is somewhere later in the list? On which browsers does this happen?
On Jan 28, 6:16 pm, Christian Goudreau <[email protected]> wrote: > Does anyone had that same problem ? Everything works fine when it comes to > other indexes, but when I do ArrayList.remove(0), the object is still in > here ! But When I try : ArrayList.remove(object), it work again. > > Everything was working well prior to GWT 2.0. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
