Community
Participate
Working Groups
Currently, a user can edit the extension name, but if the user changes the source or the target of this extension, this custom name is erased. The same problem exists if the name of the stereotype changes.
To see if the name has been change, I use the roles of the extension base_extendedMetaclassName and extension_stereotypeName. These values are derived from the ends.
Another method is to do : extension.getMetaclass().getName() and extension.getStereotype().getName(). After we can compare these values with the current name to know if the same was edited by the user.
Done in r2102