Vlad Dumitrescu Messages: 313 Registered: July 2009 Location: Gothenburg
Senior Member
Hi all,
When resolving a cross-reference in LinkingService.getLinkedObjects, I was returning an object retrieved with something like
resourceSet.getEObject(uri, true)
which caused the respective file to be opened and reparsed. I changed the second argument to "false" and so far it seems that it's still working (but there's a lot to test still).
Is the first way the right one, or it doesn't matter? Maybe I'm just not doing anything yet with the returned value?