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
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/xpath/internal/java/JavaXPathContextFactoryImpl.java
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,14 @@ public XPathContext newContext(XPathContext parentContext, T contextBean) {
60
60
if (!(contextBeaninstanceofEObjectrootObject)) {
61
61
thrownewIllegalArgumentException();
62
62
}
63
-
// TODO: consider parent-context (may be null). Require the context-bean to be
64
-
// from the same resource? Then we can also reuse all maps and the XPath object
0 commit comments