Hello,
I'm attempting to overwrite the documentation for derived properties by specializing off of a Customization and redefining these derived properties. The new customization applies to a new stereotype, which itself specializes off of a more general stereotype that the more general customization applies to. The ultimate intent is that these two stereotypes would share the same base properties, while the new stereotypes adds a few more. However, for the shared properties, I would like to add more documentation for the new stereotype in order to provide more specific parameters and explanations.
I therefore specialized the original customization, and redefined the derived property. I then changed the documentation in the new, redefining property. However, when I view this property in the specification window of an element with the new stereotype, I still see the documentation from the original customization.
If I change the name of the new, derived property, then it works properly. However, i don't want to take this route, as it means that the two stereotypes cannot share the same tables. Therefore, I would like to use the same derived property as much as possible, but with better documentation on the new stereotype. Is there any way to fix this issue?
