google-code-export / umple

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

Using inherited attributes in keys for equality #551

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
class A{
  Integer a;
  key {a}
}

class B{
  isA A;
  Integer b;
  key {a, b}
}

What is the expected output? What do you see instead?

Users should able to use the attribute from parent for the keys
Umple-Dev Discussion: 
https://groups.google.com/forum/#!topic/umple-dev/fw3Lw8Fcv7A

Original issue reported on code.google.com by ckchan.cs on 5 May 2014 at 1:59

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 7 May 2014 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 5 Sep 2014 at 2:40