Bug 85434 - Excessive calls to UMLWidget::adjustAssocs()
Summary: Excessive calls to UMLWidget::adjustAssocs()
Status: CLOSED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 17:59 UTC by Oliver Kellogg
Modified: 2004-07-19 20:20 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 Oliver Kellogg 2004-07-18 17:59:55 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

During the loading of umbrello XMI files, there are many messages of the form

  UMLWidget::adjustAssocs() called during load of XMI [...]

This indicates an error in the call sequence logic for that method.
During load, the method sohuld not be called, as documented by
Achim Spangler near the start of the method body:

  /// @todo avoid trigger of this event during load
Comment 1 Oliver Kellogg 2004-07-18 18:01:40 UTC
I have the fix and will check it in as soon as cvs is unfrozen from the kde-3.3-beta.
Comment 2 Oliver Kellogg 2004-07-19 20:20:52 UTC
Ah, thanks Seb :)