[Uml-devel] [Bug 140669] Java 5 generics support
Antoine Dopffer
adopffer at nerdshack.com
Sun Mar 11 11:11:25 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 adopffer nerdshack com 2007-03-11 12:11 -------
Created an attachment (id=19935)
--> (http://bugs.kde.org/attachment.cgi?id=19935&action=view)
patch for #140669
This patch is against branches/3.5, I haven't tested it in trunk.
Now, if one class (ComplexBean) has list of SimpleBeans (List<SimpleBean>),
umbrello draws a relationship between SimpleBean and ComplexBean classes.
It works also with C++.
This patch also adds a data type "List<SimpleBean>" and a class "List" in the
logical view when you add an attribute List<SimpleBean> inside the umbrello
designer. Before in such a case, a class List<SimpleBean> was added.
C++ namespaces and Java packages are better handled when you add an attribute
with namespaces or package inside the umbrello designer.
More information about the umbrello-devel
mailing list