Community
Participate
Working Groups
Build Identifier: When I drag and drop a Class from the root Package to a Components content compartment it isn't shown any more. This is due to the Class is put into the feature Component::nestedClassifier which isn't mapped so far. Mapping of the feature isn't possible due to bug #321567 So attached you'll find a workaround (patch for the ComponentEditHelper) which ensures that moved Elements are put into the right feature so they are shown in the diagram. Reproducible: Always
Created attachment 175760 [details] Patch to workaround the problem
Comment on attachment 175760 [details] Patch to workaround the problem Patch reviewed. Also it will fix the particular problem, we are considering the ways to generate the same code for all of other similar cases
If bug #321567 is fixed this workaround becomes obsolete
Patch committed, the problem is fixed now. Although, despite the fact that bug #321567 really represents the GMF problem, the solution described there won't fix this particular problem so these 2 scrs has nothing in common.