abreslav / java2ecore

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

Instance class must identify EClass #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
@InstanceClassName("a.b.c.D")
class X {
}

class A extends a.b.c.D {

}

Must result into A -> X

Thus, there cannot be two classifiers with the same instance class

Original issue reported on code.google.com by abreslav on 24 Nov 2007 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by abreslav on 8 Dec 2007 at 10:54