Closed
Description
Originally reported on Google Code with ID 254
What steps will reproduce the problem?
- Copy/Paste the following into UMPLE Online
class car
{
1 -- 1 steeringWheel;
}
class steeringWheel
{
singleton;
}
This causes the diagram to change the multiplicity of the association to 0..1 -- 1
steeringWheel. However, the code is left as 1 -- 1 steeringWheel. Apparently, the creation
of the diagram is changing the metamodel, which should then cause the code to change
as well.
Version: UMPLE 1.15.0.1266
Reported by w12ucosp
on 2012-01-21 21:33:39