1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 13:35:22 +02:00

[246653] - [expressions][update policy] Invalid label update generated by AbstractCachingVMProvider, leads to an NPE in VariablesVMNode.

This commit is contained in:
Pawel Piech 2008-09-08 22:58:01 +00:00
parent 67b41fa70e
commit 7e5d149909

View file

@ -856,7 +856,7 @@ public class AbstractCachingVMProvider extends AbstractVMProvider implements ICa
}
public TreePath getElementPath() {
return path;
return path.createChildPath(o);
}
public IPresentationContext getPresentationContext() {
@ -964,7 +964,7 @@ public class AbstractCachingVMProvider extends AbstractVMProvider implements ICa
}
public TreePath getElementPath() {
return path;
return path.createChildPath(data);
}
public IPresentationContext getPresentationContext() {