Sorry I haven't cleaned my inbox in a while, you mailed an account I no
longer actively track, since I no longer have time to actively develop on
classpath.  Please send bug reports to the project mailing list, and not
an individual developer, if you want faster response.

According to Jean-Marie White on 11/18/2004 5:44 PM:
> Hi Eric,
> 
> just a quick note to let you know that I fixed a bug in LinkedHashMap.java.
> 
> In method  void addEntry(Object key, Object value, int idx, boolean
> callRemove), the remove call should read:
> 
> remove(root.key)
> 
> and not
> 
> remove(root)
> 
> (You always remove a map entry by key, not by the entry itself)
> 
> This may or may not have been fixed, but thought would let you know anyway.
> 
> Thanks for your implementing the class in the first place!!!
> jm
> 


_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to