google-code-export / umple

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

Any umple code with methods breaks umpleonline - cannot drag the class #520

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Load any code with a method into umpleonline (e.g, from the user manual
http://cruise.eecs.uottawa.ca/umple/MethodDefinition.html

Then click on any class and drag it. A failure message appears in the text.

This seems to be a new problem since methods were added to UmpleOnline drawing.

I will try to get one of this semesters ucosp/fboa students to work on it. but 
maybe JC can give a clue?

Original issue reported on code.google.com by TimothyCLethbridge on 22 Feb 2014 at 8:35

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 22 Feb 2014 at 8:35

GoogleCodeExporter commented 9 years ago
The problem seems to be the lack of a visibility 
modifier(public/private/protected) on the text side. The examples from the 
manual do not have them, but when adding them there is no longer an error. I 
believe in the syncing step, I forgot to check the lack of a visibility 
modifier on the text side and to simple add it from the diagram side in that 
case, instead of trying to locate it and edit it. Should be a simple fix for 
whoever wants to take care of it(I can't at the moment).

Original comment by jc.jaysee314 on 22 Feb 2014 at 11:36

GoogleCodeExporter commented 9 years ago
Raising the priority so this gets fixed by someone at the code sprint

Original comment by TimothyCLethbridge on 21 Mar 2014 at 6:32

GoogleCodeExporter commented 9 years ago
Haven't tested a lot, but my patch in Issue 503 fixes this.

Original comment by cmw...@cornell.edu on 22 Apr 2014 at 11:20

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 26 Apr 2014 at 6:51