dukeboard / kevoree-modeling-framework

Kevoree Modeling Framework
http://kevoree.org/kmf
GNU Lesser General Public License v3.0
37 stars 7 forks source link

[v4.8.0][Bug] mm file opposite of declaration #75

Closed electricalwind closed 9 years ago

electricalwind commented 9 years ago

Opposite of needs to be declared for both concerned fields, if only one field is declared then propagation is not working. e.g: if declare class A et B with an opposite relation between them but declaring it in only tha class A field and I do objA.addobjB(b) then I do b.foreachA() nothing will be returned