Comment #1 on issue 736 by usman.bh...(a)gmail.com:
OrderedCollection(Object)>>doesNotUnderstand: #unsafeAdd:
http://code.google.com/p/moose-technology/issues/detail?id=736
Worked a bit to dig the problem...
appears when parsing package: Citezen-Stef-Scripts, class: CZLocalisation,
method (class side): initializeTypes
The problem occurs when opposite link is added...
this expression: "(new perform: selector)" in method "on: element update:
selector from: old to: new" in class "FMMultivalueLink" returns an
OrderedCollection when it should return a FMMultivalueLink
not knowing the exact structure of the importer, i stopped digging at this
point ..