[
Lists Home |
Date Index |
Thread Index
]
Michael Brennan wrote:
>
> RDDL allows that, but I did notice a bug in the current Java code at the
> RDDL site. It uses TreeMaps to store resources based on nature, purpose,
> etc. However, the code seems to assume that TreeMaps allow duplicate keys.
> Java TreeMaps don't allow duplicate keys, though, so the Map ends up
storing
> one resource for each nature or purpose.
Thanks. This is indeed something that needs to be fixed.
Jonathan
|