1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 385553 - [hover] Expression view hover in editor can show value for incorrect expression

Fixed IllegalStateException when adding expressions in Expressions view.
This commit is contained in:
Pawel Piech 2012-07-24 15:23:43 -07:00
parent ee06da3642
commit a80ecc31b6

View file

@ -282,9 +282,9 @@ public class SingleExpressionVMNode extends AbstractVMNode implements IElementLa
}
}
}
}
requestMonitor.done();
}
}
private void buildDeltaForExpressionsChangedEvent(ExpressionsChangedEvent event, VMDelta parentDelta,
int nodeOffset, RequestMonitor requestMonitor)