Re: Are FastArrayList/FastHashMap broken (unthreadsafe)

2002-05-17 Thread Michael A. Smith
On Fri, 17 May 2002, christopher marshall wrote: I have just been looking through the source code to the classes org.apache.commons.collections.FastHashMap and org.apache.commons.collections.FastArrayList - these classes seem totally broken to me because they are designed for use within a

RE: Are FastArrayList/FastHashMap broken (unthreadsafe)

2002-05-17 Thread Michael A. Smith
On Fri, 17 May 2002, Jack, Paul wrote: I have just been looking through the source code to the classes org.apache.commons.collections.FastHashMap and org.apache.commons.collections.FastArrayList - these classes seem totally broken to me because they are designed for use within a

RE: Are FastArrayList/FastHashMap broken (unthreadsafe)

2002-05-17 Thread Jack, Paul
So are you saying your patch won't work? http://marc.theaimsgroup.com/?l=jakarta-commons-devm=101953795432669w=2 :) That patch is still on my radar. I just haven't had the chance to do anything with it yet. I've been swamped with too many other things. *blush* I thought the patch