Skip to content
Snippets Groups Projects
  1. Jul 22, 2015
  2. Jul 16, 2015
  3. Jul 03, 2015
  4. Jul 02, 2015
  5. Jun 23, 2015
  6. Jun 11, 2015
  7. Jun 09, 2015
  8. Jun 08, 2015
  9. Jun 05, 2015
  10. Jun 03, 2015
  11. Jun 02, 2015
  12. Jun 01, 2015
  13. May 21, 2015
  14. May 20, 2015
  15. May 07, 2015
  16. Apr 30, 2015
  17. Apr 24, 2015
  18. Apr 16, 2015
    • Simon Barner's avatar
      - Use IdentityHashMap instead of TreeMap that uses the identity hashes to order objects. · a98fe553
      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
Loading