Weaver: Attributes not woven when multi-mapping classes

Issue #334 new
Cécile Camillieri created an issue

When you multi map a class, attributes are woven in only for the first mapping.

In the example below I mapped 'Named' to 2 different classes, and in the woven result, only the first one has the 'name' attribute.

attributes_not_woven.png

To avoid this problem the user would have to make a lot of reuses, which is really annoying and would make the instantiation view and feature model really hard to read.

This is maybe something we want to fix only when we add instantiation cardinalities int TouchCORE.