Community
Participate
Working Groups
Steps to reproduce : 1/Create a model with an applied profile and a stereotype application which contains properties 2/ Save As this model and change the value of the property of the stereotype 3/ Compare these 2 models 4/ Select the difference -> a dialog with the follonwing message is open : Thefeature 'name of the property' is not a valid feature
Corrected on branch and trunk in R9618. I didn't identify the change which provided this exception. The problems came from the call to the toString method on DiffElement. When we are comparing difference on a stereotype property, the toString try to find the stereotype property (the feature) in the stereotyped element... that's why it is not a valid feature. -> I correct the call to the toString method This bug can be marked as closed fixed.