Skip to content
Snippets Groups Projects
Simon Barner's avatar
Simon Barner authored
- This fixes the bug that the TreeMap suffers from collisions of identity hashes.
- The special properties of IdentityHashMap that it uses references equality (instead
  of equals()) to decide collisions is not needed here, but it also does not harm since
  this is the default implementation of equals(), and per definition there cannot be
  two equal elements (at the XMI resource level).
refs 2309
a98fe553
History
Name Last commit Last update