Community
Participate
Working Groups
Created attachment 207233 [details] Source code of the modified class. I have an Ecore meta-model stored in several resources. When I use the regular VM, not all classes of the meta-model are visible. This can be fixed by changing the ASMEMFModel class. In the addReferencedExtentsFor() method, there is a test that checks that a reference is containment before adding the resource declaring the type of the reference to the set of meta-model resources. I include the fixed class.