[Uml-devel] [Bug 140669] Java 5 generics support

Oliver Kellogg okellogg at users.sourceforge.net
Tue Mar 13 05:53:21 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140669         




------- Additional Comments From okellogg users sourceforge net  2007-03-13 06:53 -------
> This patch is against branches/3.5, I haven't tested it in trunk. 
 
Nice work.

> Now, if one class (ComplexBean) has list of SimpleBeans (List<SimpleBean>),
> umbrello draws a relationship between SimpleBean and ComplexBean classes.

You draw the relationship as composition/aggregation.
However, on generating code, this means that an extra member of type
SimpleBean will be created in ComplexBean.
(The aggregation/composition is already drawn correctly to the datatype
"List<SimpleBean>".)

IMHO we would need an indication on the association that shows the
template-parameter-of relationship.
IMHO we could create a Dependency instead of Aggregation/Composition.




More information about the umbrello-devel mailing list