Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1079 by v.blonde...@gmail.com: , (comma) should not be implemented in the FM*MultivalueLink classes http://code.google.com/p/moose-technology/issues/detail?id=1079
Describe the problem: what do you get? what do you expect?
When you send the message "," to a FM*MultivalueLink, you expect to have a copy of your collection with no impact on the old one. But it's not the case with the FM*MultivalueLink instances which are keeping a link to the old collection...
I propose to implement "," in FM*MultivalueLink by: self shouldNotImplement
What do you think ?
How to reproduce the problem: step by step if necessary
Execute: |class| class:=FAMIXClass new addAttribute:(FAMIXAttribute new);yourself. class methods
Here "class methods" is empty
class methods , class attributes. class methods
Here "class methods" is not empty !
Additional information: platform, context which may impact the problem
W7 - Moose latest
Please fill in the labels with the following information: * Type-Enhancement * Component-Fame