- Dec 20, 2019
-
-
Johannes Eder authored
Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Dec 19, 2019
-
-
Simon Barner authored
* With minor fixes Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Not: names of features that contained the unknown types Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* XMIHandler that cleans up dangling references when loading models with unknown types instead of throwing an exception. Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Dec 09, 2019
-
-
Johannes Eder authored
* problem with refernces to anytype elements persists Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Johannes Eder authored
Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Johannes Eder authored
Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Johannes Eder authored
* if there are unknown features after migration, those ecore elements will be removed Issue-Ref: 3865 Issue-Url: https://af3-developer.fortiss.org/issues/3865 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Nov 14, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3815 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Nov 08, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3861 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 22, 2019
-
-
Simon Barner authored
* Made getAllReferencesSetting() private Issue-Ref: 3798 Issue-Url: https://af3-developer.fortiss.org/issues/3798 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Tiziano Munaro authored
* `getAllReferences` now returns the collection of all EObjects referencing the given 'referencedEObject' * The original `getAllReferences` method has been renamed to `getAllReferencesSetting` Issue-Ref: 3798 Issue-Url: https://af3-developer.fortiss.org/issues/3798 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Oct 18, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3846 Issue-Url: https://af3-developer.fortiss.org/issues/3846 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Oct 15, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3852 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 13, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3846 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 10, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3846 Issue-Url: https://af3-developer.fortiss.org/issues/3846 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Sep 04, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3811 Issue-Url: https://af3-developer.fortiss.org/issues/3811 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3811 Issue-Url: https://af3-developer.fortiss.org/issues/3811 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Sep 03, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3806 Issue-Url: https://af3-developer.fortiss.org/issues/3806 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Sep 02, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3806 Issue-Url: https://af3-developer.fortiss.org/issues/3806 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Aug 27, 2019
-
-
Alexander Diewald authored
* Replace doSaveAndResetLastChangeWasIntended with the standard doSave call to avoid cyclic execution of the runInWorkspace method. * Regression w.r.t. #2140 does not occur. * Remove doSaveAndResetLastChangeWasIntended as it is no longer needed. It was a workaround anyways. * Use a non-Dirtying command to execute the migration service. We don't want to undo this step. Issue-Ref: 3806 Issue-Url: https://af3-developer.fortiss.org/issues/3806 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* The service now checks a given input element for the presence of migrateable elements if migration providers are queried. By that, the registration w.r.t. an element type actually makes sense. Before, only the needsMigration(...) method was evaluated. * Simplify the needsMigration(...) method to indicate whether any migration provider applicable for the given input reports the need for migration. * Simplify the migrate(...) logic that will now also report failed migrations: the need for migration is checked after the actual migration. * Do not register migrators for ITopLevelElements any more! Instead, declare the type that is really relevant for the migration. If you need to be launched in every case (avoid that!!!!) one can register for FileProject or EObject. Issue-Ref: 3806 Issue-Url: https://af3-developer.fortiss.org/issues/3806 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* The initialization phase shall ensure that all required information about handlers, element types they process etc. are available. It can be considered the configuration phase that is later used to process instances of elements. * This change ensures that models are only loaded at the beginning of the startup phase such that all services are ready when instances of elements shall be processed. * In particular, this modification will be needed to instantiate all missing annotations when a model is loaded to fulfill the respective constraint that annotations are always present at model elements for whose type they were registered. * Therefore, a migrator is used. They are executed by a callback from the postLoad routine that will also be fired when importing models to avoid code duplication. Thus, in order to ensure that the annotation service is aware of all present annotations, it must be initialized before the model is loaded. * AF3 startup works as normal and all functionality seems OK. Since this is an invasive change under the hood, problems would be noticeable immediately, so this one should be fine as no obvious errors could be seen. Issue-Ref: 3746 Issue-Url: https://af3-developer.fortiss.org/issues/3746 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jul 30, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3735 Issue-Url: https://af3-developer.fortiss.org/issues/3735 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jul 29, 2019
-
-
Simon Barner authored
Issue-Ref: 3735 Issue-Url: https://af3-developer.fortiss.org/issues/3735 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3735 Issue-Url: https://af3-developer.fortiss.org/issues/3735 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Jul 26, 2019
-
-
Simon Barner authored
Issue-Ref: 3735 Issue-Url: https://af3-developer.fortiss.org/issues/3735 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Jun 04, 2019
-
-
Marco Volpe authored
* Only one comment updated Issue-Ref: 3608 Issue-Url: https://af3-developer.fortiss.org/issues/3608 Signed-off-by:
Marco Volpe <emme.volpe@gmail.com>
-
- May 07, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3727 Issue-Url: https://af3-developer.fortiss.org/issues/3727 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- May 03, 2019
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3725 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Apr 03, 2019
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3700 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Simon Barner authored
* Obtaining EPackages from the registry is expensive. * This speeds every (n > 1)th invocation of the method, regardless of the class for which the EClass is required. * The cache that directly memorizes previously computed results is kept. Issue-Ref: 3675 Issue-Url: https://af3-developer.fortiss.org/issues/3675 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Mar 14, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Mar 11, 2019
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3620 Signed-off-by:
ponce <ponce@fortiss.org>
-
- Mar 08, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3670 Issue-Url: https://af3-developer.fortiss.org/issues/3670 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Simon Barner authored
* Avoid data race between clazz2EClassCache and EPackage.Registry.INSTANCE Issue-Ref: 3670 Issue-Url: https://af3-developer.fortiss.org/issues/3670 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Mar 05, 2019
-
-
Simon Barner authored
Issue-Ref: 3657 Issue-Url: https://af3-developer.fortiss.org/issues/3657 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Mar 03, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-