[Issue 5831] Multiplicity error in code generated for class diagram
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=5831
User phidias changed the following:
What |Old value |New value
================================================================================
Subcomponent|Csharp module |CodeGeneration and Reverse
| |Engineering
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Mar 19 16:41:50 -0700 2012 -------
Actually this is a problem for both Java and C#. Suppose we have the following
classes:
Department [1...*] Employee
I would expect Department to contain
private List<Employee> employeeList;
It currently contains a public Vector declaration (seriously, who uses Vector
anymore) who's name is my "myEmployee".
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2937818
To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.