> From: Leif Mortenson [mailto:leif@;tanukisoftware.com] > > I had to apply a fix to the BucketMap class in collections. > > Objects created by java.lang.reflect.Proxy return false you call > p.equals( p ) even > though they are the same object. This was causing gets to > fail when they > were > used. The fix was to add equality comparisons ((p == p) || > (p.equals(p))) > > There was a thread a bit ago about moving collections over to Commons > and then deprecating > the one in Excalibur. Has this happened yet? If so, then this patch > needs to be applied to the > version in commons as well.
Yes, the code has been moved, and the Jakarta Commons is the most up to date version (and has several other fixes for java.util.Collection compliance). -- To unsubscribe, e-mail: <mailto:avalon-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-dev-help@;jakarta.apache.org>
