google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

UmpleOnline couldn't to draw diagram for a big size model (interfaces, classes, and traits) #675

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I wanted to draw a diagram for the attached example in Umpleonline but it 
didn't work.
It works with Graphviz. The Umple compiles and generates codes but umpleonline 
doesn't reflect it.r
The example should describe everything related to the issue.

Original issue reported on code.google.com by V.Abdel...@gmail.com on 29 Jan 2015 at 7:09

Attachments:

GoogleCodeExporter commented 9 years ago
The offending line is line 22:

0..1 -> * I;

Once this line is removed, the diagram draws.

Original comment by CraigBry...@gmail.com on 9 Feb 2015 at 2:31

GoogleCodeExporter commented 9 years ago
Yes. If you try the following example, there is no diagram for it again. 
However, it is a correct design and we don't have any issue regarding code 
generation. If you try to draw diagram with Graphvz, it's also fine. For sure, 
there is an issue with editable class.

for example:

interface I {

}

class C1{
    0..1 -> * I;
}

Original comment by V.Abdel...@gmail.com on 9 Feb 2015 at 2:39

GoogleCodeExporter commented 9 years ago
I believe this is a duplicate of issue 673.

The empty interface is not generating Json code, so the Editable class diagram 
drawing fails.

Original comment by CraigBry...@gmail.com on 1 Mar 2015 at 4:36

GoogleCodeExporter commented 9 years ago
Actually, having reviewed issue 673, it appears that Interfaces now generate 
JSON code, so the issue is more specific to umpleonline not handling 
associations to interfaces.

Original comment by CraigBry...@gmail.com on 3 Mar 2015 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by CraigBry...@gmail.com on 3 Mar 2015 at 2:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r5197.

Original comment by CraigBry...@gmail.com on 5 Mar 2015 at 5:09