Support multiplicities for List attributes
Originally reported on Google Code with ID 96
The following should be supported by the syntax.
String[] a; String[0..1] b; // eq to String b = null; String[1] c; // eq to String b; String[] d; String[0..10] e; String[4] f; String[2..4] g; String[2..] h;
Reported by @umple on 2011-06-24 14:31:01
This would require generating code to enforce the lower bound and upper bound. Code generation is already one for associations, so reusing that code would be beneficial.
Reported by @umple on 2012-06-15 14:03:20
- Labels added: Priority-Low, Diffic-Med
- Labels removed: Priority-Medium
Reported by @umple on 2012-09-27 20:11:45
- Owner removed
Reported by @umple on 2013-07-08 15:11:58
- Labels added: Priority-Medium
- Labels removed: Priority-Low
Reported by @umple on 2013-09-22 15:44:56
- Owner changed: @jaysee314
Reported by @jaysee314 on 2013-09-22 16:03:26
- Owner removed