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:
parent
67b41fa70e
commit
7e5d149909
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue