[Uml-devel] [Bug 72971] Two associations between states causes crash

Jörg Gottschlich joerg at codest.de
Sat Apr 3 03:21:02 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=72971      




------- Additional Comments From joerg codest de  2004-04-03 12:51 -------
I made two associations in the wrong direction. After deleting one, the other wasn't selectable any more. I deleted the two objects, but the association stayed there blankly.
Finally I got both associations removed, but wasn't able to create an association in the other direction. A look in the xmi-file showed that all trials where still in the file without being showed in the editor. I deleted the following snippet:

   <UML:Association visibility="public" xmi.id="263" >
    <UML:Association.connection>
     <UML:AssociationEnd visibility="public" aggregation="composite" type="233" />
     <UML:AssociationEnd visibility="public" type="233" />
    </UML:Association.connection>
   </UML:Association>
   <UML:Association visibility="public" xmi.id="264" >
    <UML:Association.connection>
     <UML:AssociationEnd visibility="public" aggregation="composite" type="233" multiplicity="1" />
     <UML:AssociationEnd visibility="public" type="242" multiplicity="*" />
    </UML:Association.connection>
   </UML:Association>
   <UML:Association visibility="public" xmi.id="265" >
    <UML:Association.connection>
     <UML:AssociationEnd visibility="public" aggregation="none" type="242" />
     <UML:AssociationEnd visibility="public" isNavigable="true" type="233" />
    </UML:Association.connection>
   </UML:Association>
   <UML:Association visibility="public" xmi.id="266" >
    <UML:Association.connection>
     <UML:AssociationEnd visibility="public" aggregation="composite" type="242" />
     <UML:AssociationEnd visibility="public" type="242" />
    </UML:Association.connection>
   </UML:Association>
   <UML:Association visibility="public" xmi.id="267" >
    <UML:Association.connection>
     <UML:AssociationEnd visibility="public" aggregation="shared" type="233" />
     <UML:AssociationEnd visibility="public" type="242" />
    </UML:Association.connection>
   </UML:Association>

an was be able to create the association in the correct direction.




More information about the umbrello-devel mailing list