[Table] Bad Cell Contents when we use inheritance between Stereotypes (On #MR60 with the provided StereotypeTable)
Steps to reproduce:
-
Create a new Profile, with 2 Stereotypes, A and B.
-
Stereotype A extends the Metaclass Class
-
Stereotype B Inherits from Stereotype A (Generalization link)
-
Create a Property prop, typed by String in StereotypeA.
- By construction Stereotype B inherits from the Property defined in Stereotype A
-
Deploy the profile
-
Now, you can create a Model, with 2 Classes. Apply Stereotype A on the first class and Stereotype B on the second Class.
-
Create a Stereoytpe Table instance
-
The new table contains the 2 classes in rows and 2 columns, as expected.
-
The Cell for representing the property defined by Stereotype A displays N/A for the Class stereotyped with Stereotype B
The current table implements take in account the inheritance between Stereotypes. This point should be fixed.