Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
  2. Jun 11, 2015
  3. Jun 09, 2015
  4. Jun 08, 2015
  5. Jun 05, 2015
  6. Jun 03, 2015
  7. Jun 02, 2015
  8. Jun 01, 2015
  9. May 21, 2015
  10. May 20, 2015
  11. May 07, 2015
  12. Apr 30, 2015
  13. Apr 24, 2015
  14. 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
  15. Apr 10, 2015
  16. Apr 09, 2015
  17. Apr 07, 2015
    • Simon Barner's avatar
      - Support sharing the ResourceSet used to load models managed by the kernel... · e279dcc6
      Simon Barner authored
      - Support sharing the ResourceSet used to load models managed by the kernel with additional model files (e.g., models, that are linked to the model managed by the kernel using IDs)
        - Save all resources in the ResourceSet when the model managed by the kernel is saved
        - Update ResourceSet when file used to persist Resource not managed by the kernel is removed from the file system
      refs 2309
      
      e279dcc6
  18. Apr 01, 2015
Loading