- 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>
-
Alexander Diewald authored
Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Feb 18, 2019
-
-
Alexander Diewald authored
* Adds a static method that copies a collection of EObjects and returns a map of all copied elements plus a convenience method that just returns the copies of the input elements. * The new copy method updates references across the given models such that they point to the respective copies, which is not handled by the standard copy operation. The latter only handles references between elements contained in the copied EObject. * Moreover, bi-references are correctly resolved between the elements contained in the given EObjects. Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Feb 09, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Feb 05, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 31, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 23, 2019
-
-
Alexander Diewald authored
* Refer to the modular JDK-11 in the classpath. * Depend on openjfx plugins from Tom Schindl. Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 11, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3319 Issue-Url: https://af3-developer.fortiss.org/issues/3319 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 08, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3598 Issue-Url: https://af3-developer.fortiss.org/issues/3598 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
Simon Barner authored
* Method to create a self-contained copy of the given EObject. * It returns a Map that relates each original sub-element (including the given EObject) to the corresponding copy. Issue-Ref: 3598 Issue-Url: https://af3-developer.fortiss.org/issues/3598 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Dec 17, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3470 Signed-off-by:
ponce <ponce@fortiss.org>
-
- Dec 12, 2018
-
-
Simon Barner authored
* For a given EClass "Foo", the map considers the generated interface class "Foo" and the corresponding implementation class "FooImpl" identical. Issue-Ref: 3319 Issue-Url: https://af3-developer.fortiss.org/issues/3319 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 27, 2018
-
-
Simon Barner authored
* Fixes some minor formatting problems that have probably been introduced when merging Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 13, 2018
-
-
Issue-Ref: 3474 Signed-off-by:
ponce <ponce@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3574 Issue-Url: https://af3-developer.fortiss.org/issues/3574 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* Add a default dialog and handler class. * Move the main parts of the service from the base plugin to the kernel. * Introduce a severity enum since using int "codes" is flawed and we do not use underlying eclipse methods like the logging methods in the LoggingUtils class. Issue-Ref: 3574 Issue-Url: https://af3-developer.fortiss.org/issues/3574 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Nov 09, 2018
-
-
Simon Barner authored
* Enable reuse with timing specification service * And potentially others (see #3319) Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 22, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3223 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-