[Issue 6211] Generics on Map not supported in Java notation

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.issues
Message-ID <[email protected]>
http://argouml.tigris.org/issues/show_bug.cgi?id=6211






------- Additional comments from [email protected] Tue Aug  9 18:11:54 -0700 2011 -------
In the case of myMap:Map<String,String>  what should be generated is

Map<String, String> myMap;

You must also take into account nested collections, for example:

myMap:Map<String, Map<String, String>>
Map<String, Map<String, String>>

In general, anything between the generics markers should be put into the 
generated code.

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2813410

To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.