Skip to content

UMPLE online diagram not reflecting code in case of singleton with 1--1 warning needed #154

Closed
@Nava2

Description

@Nava2

Originally reported on Google Code with ID 254


What steps will reproduce the problem?

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component-UmpleOnlineRelated to the UmpleOnline websiteDiffic-VEasyShould be obvious how to fix it, likely in just a few lines, and should take less than a dayPriority-MediumThis problem or request is likely to be of significant benefit if dealt withType-Defect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions