On Mon, 2003-02-17 at 11:12, Leo Sutic wrote: > Appears to be a bug in StaticBucketMap. > > Remove tests like this: > > if( n.key == null || ( n.key != null && n.key.equals( key ) ) ) > > but get tests like this: > > if( n.key == key || ( n.key != null && n.key.equals( key ) ) ) > > > and of course the equals() comparison dies on proxies... > > /LS > >
I thought it might be in StaticBucketMap, but when I changed the m_used map to be a Hashtable, I still had the same problem. So is it the Map or is that proxies to not equal() each other? -- jaaron <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
