You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (resourceinstanceofLazyLinkingResource2lazyLinkinResource && lazyLinkinResource.isLoadedFromStorage()) {
140
+
EObjectroot = resource.getContents().get(0);
141
+
if (root != null && NodeModelUtils.getNode(root) instanceofICompositeNodecomposite) {
142
+
composite.getText(); // side-effect on removing com.avaloq.tools.ddk.xtext.resource.persistence.ProxyCompositeNode
143
+
}
144
+
}
145
+
}
146
+
130
147
/**
131
148
* Returns the source text assigned to the given feature of the given object. Does not work for multi-valued features. Optionally also converts the source
132
149
* text using the corresponding value converter. Conversion is only performed for keywords, rule call or cross reference grammar rules.
@@ -143,6 +160,11 @@ public static String getParsedString(final EObject object, final String featureN
0 commit comments