Hi,
Just tried MyEclipse 8.5 for this feature but it still does not exactly do what I expect…
Say I have a Class1 that has a property of type List<Class2> (or any other collection for that matter). When I generate a class model for these two classes I would expect to see an association between Class1 and Class2 with a *-cardinality on the Class2 end. MyEclipse does not render (or generate) such an association.
I found an earlier post on this forum (2007) saying that generics were not supported yet. It seems to me generics are still not supported. Am I wright or still missing something?
Regards,
Harry Klerks