Bug 538918 - Reduce the amount of custom code in the tree metamodel
Summary: Reduce the amount of custom code in the tree metamodel
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Tree (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Next   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2018-09-11 05:35 EDT by Pierre-Charles David CLA
Modified: 2022-01-13 14:30 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Charles David CLA 2018-09-11 05:35:59 EDT
This is a followup of https://bugs.eclipse.org/bugs/show_bug.cgi?id=531396 which already reduced the amount of non-generated code (and the dependencies the custom code introduced) for the viewpoint.ecore metamodel. This time the goal is to do the same for tree.ecore.

Note that this is a separate task from the actual physical separation of the metamodels into isolated plug-ins. The physical split has other kinds of impacts (on packaging notably) that are better treated separately. The scope here is really just to get as close as reasonably possible for the contents of /org.eclipse.sirius.tree/src-gen to match what a "from scratch" regen from the genmodel would produce, and for the case where we still have "@generate NOT" code, for that code to depend on as little as possible beside EMF (and the viewpoint MM itself obviously).
Comment 1 Maxime Porhel CLA 2018-10-08 06:49:52 EDT
Triaged as a technical enhancement planned by the team. 

Implementer will provide steps to validate once finished.