Andrew Gacek Messages: 27 Registered: October 2011
Junior Member
I'm creating a copy of my Xtext model using EcoreUtil.copy, doing some manipulations (removing large chunks of the model), and then I want to look up some original text information using NodeModelUtils. This fails since I'm working with a copy rather than the original semantic model. Is there any way to get around this? Perhaps some way of tracing a copy of an EObject back to its source?