Community
Participate
Working Groups
Currently in Papyrus, a slot with a value is visualized as follows: definingFeatureName : value This is not compliant with OMG 2.4 standard, where a slot is either visualized as definingFeatureName = value, or definingFeatureName : Type = value (see attachment). I would expect papyrus to cope with both possibilities in the future, maybe using the ShowContents functionality to choose between both representations.
This is normal somehow as Papyrus rely on Eclipse UML2 implementation which does not implement UML 2.4 specification (its 2.2 I think). The UML 2.4.1 support is in progress (both in Eclipse UML2 plug-in and Papyrus) and should be available in the next (Juno) release.
Yann, I see... I reopened the issue anyway, since the very same counts for UML 2.2. See section 7.3.22 InstanceSpecification of UML 2.2 specification (http://www.omg.org/spec/UML/2.2/Superstructure/PDF/)
Fixed in r8447