Bug 65183 - association between note and message arrow in sequence diagram not reloaded
Summary: association between note and message arrow in sequence diagram not reloaded
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 14:16 UTC by Achim Spangler
Modified: 2003-10-05 22:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Achim Spangler 2003-09-29 14:16:53 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs
Compiler:          g++ (GCC) 3.3 20030226 
OS:          Linux

current CVS umbrello reports the following error messages on reload of an association between sequence diagram message arrow (function) and note:
--------------------------------------------
ERROR: AssociationWidget::loadFromXMI(): cannot find widget for roleA id 9523
ERROR: ERROR: couldnt loadFromXMI association widget:0x8441ac8, bad XMI file? Deleting from umlview.
--------------------------------------------

This happens for a new created test project. And the remarked ID _is_ defined in the xmi file.

How to reproduce:
+ create new project with >= 2 classes, each >= 1 function
+ create sequence diagram with class A calling B::func1
+ create note text field and connect it to the message arrow
+ save project
+ reload project
   -> umbrello prints above mentioned errors
   -> umbrello doesn't display association between note and message
Comment 1 Oliver Kellogg 2003-09-30 22:06:24 UTC
Fixed in CVS.
BTW, how do you mark a bug as fixed in bugs.kde.org?
I can't find a button that lets me do it...
Comment 2 Jonathan Riddell 2003-10-05 22:26:26 UTC
confirmed