Community
Participate
Working Groups
When I unapply a profile, stereotypes are still applied on model elements. If this is a normal behavior, I wonder why I cannot access tagged values from properties view.
Each edit part cleans annotations about stereotype application in the notation done in the revision 8493
Actually, I think there is a (small) regression introduced by Patrick's correction. I get some classcast exception when opening a class diagram now. See attached patch for a fix for that regression.
Created attachment 219210 [details] Patch to fix the issue (1) I, Alain LE GUENNEC, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
The fix did introduced a small regression. It should be interested to apply and commit the patch
It seems that the patch is not sufficient. A search all (GraphicalEditPart) should be done, to replace all GraphicalEditPArt by IGraphicalEditPart.
Minor fix in r8985 (Branch 0.9.X): Fix a NPE when the View refers to a semantic element which has been deleted (Avoid diagram corruption).
> Minor fix in r8985 (Branch 0.9.X): > > Fix a NPE when the View refers to a semantic element which has been deleted (Avoid diagram corruption). Backported to the trunk in r9025
no more issue. Closed.