google-code-export / umple

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

When changing role names, also update association positions #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
class A 
{
  * -- * B;
}
class B {}

Second step, move the association in the graphical editor

Third step: Add a role name:

class A
{
  * -- * B theB;
}

class B {}

Result, the positioning of the association is lost.

The UmpleSync process should update the association name from AB to AB:theB

Original issue reported on code.google.com by TimothyCLethbridge on 23 Jun 2011 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 24 Jun 2011 at 2:06

GoogleCodeExporter commented 9 years ago
See other positioning issues that have been fixed already

Original comment by TimothyCLethbridge on 15 Jun 2012 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 13 Feb 2014 at 6:18