Bug 85434

Summary: Excessive calls to UMLWidget::adjustAssocs()
Product: [Applications] umbrello Reporter: Oliver Kellogg <okellogg>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: CLOSED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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 :)