google-code-export / umple

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

Ecore generator does not support nested type arguments #561

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
class A{
  Map<List<BigInteger>, List> nested;
  Map<String, String> nested2;
}

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

Attributes with nested type argument cannot be generated since Umple model 
regards them as extra code.

See also issue 534

Original issue reported on code.google.com by ckchan.cs on 11 May 2014 at 8:27

GoogleCodeExporter commented 9 years ago
See also issue 562

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