google-code-export / umple

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

Ecore importer cannot handle some valid Ecore models properly #558

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
This is just one of the examples, more careful consideration in test cases is 
needed
1. Generate Ecore model following code in Umple Online
2. Import the model
3. Original attributes are changed into association rule improperly

namespace model;

class Product1{
    Address addr;
}

class Address{
}

class Product2{
    Address[] allAddrs;
}

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

Expected: Semantically the same as original Umple code
Actual: Errors described above, Inconsistent between Ecore generator and 
importer

See also issue 521

Original issue reported on code.google.com by ckchan.cs on 9 May 2014 at 10:32

GoogleCodeExporter commented 9 years ago

Original comment by ckchan.cs on 9 May 2014 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 12 May 2014 at 5:48