Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
  2. Jan 23, 2019
  3. Jan 11, 2019
  4. Dec 14, 2018
  5. Dec 12, 2018
  6. Dec 04, 2018
  7. Oct 04, 2018
  8. Oct 01, 2018
  9. Sep 28, 2018
  10. Sep 27, 2018
    • Alexander Diewald's avatar
      Constraints: Fixup decompose mechanism for constrained model elements · 11dc578c
      Alexander Diewald authored
      * In the decompose mechanism, the constrained instances are duplicated
        since the resolution of #3293. It is sufficient to remove the
        contrained instances from the container by clearing the list since
        the hierarchical decomposition takes care of the destruction of
        contained specifications.
      * Tests: Deleting a component with a test suite succeeds, deleting
        test suites and test suite specs succeeds. The "All tests pass"
        constraint seems to work: It is marked green in a one-component system
        with a "successful" test suite (NOTE: there are currently focus
        problems, so one might need to click into the navigator).
      
      Issue-Ref: 3523
      Issue-Url: https://af3-developer.fortiss.org/issues/3523
      
      
      Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
      11dc578c
  11. Sep 24, 2018
  12. Sep 18, 2018
  13. Sep 12, 2018
  14. Aug 14, 2018
  15. Aug 13, 2018
  16. Jul 05, 2018
  17. Jul 04, 2018
  18. Jun 19, 2018
  19. Jun 11, 2018
  20. Jun 07, 2018
  21. Jun 05, 2018
  22. May 04, 2018
  23. Apr 26, 2018
  24. Apr 25, 2018
  25. Apr 24, 2018
    • Simon Barner's avatar
      Rework handling of missing and duplicated IDs · 105c658c
      Simon Barner authored
      
      - UniqueIdUtils:
          - Remove fixMissingIDs(final ITopLevelElement modelElement)
            (only used in one place)
          - fixMissingIDs(EObject object, EObject existingModel): Do not wrap
            model modification into a command. This is up to the caller of
            this method (e.g., the command stack is not available in tests) 
      - Remove IDMigrationProvider: Fixup of missing / duplicated is handled
        in ModelContext
      - ModelContext: Use nonDirtyingCommand, and automatically save model
        in case IDs have been fixed
      
      Issue-Ref: 3369
      Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
      105c658c
  26. Apr 23, 2018
  27. Apr 18, 2018
  28. Apr 17, 2018
Loading