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

bug 485170 - wrong request monitor passed in

DefaultVMProxyStrategy#buildChildDeltasForEventContext()

Change-Id: Ief972f99581b467e4a19495a989240cf7b7f522d
This commit is contained in:
Marc Dumais 2016-01-04 13:31:32 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent e6a4fe47b3
commit d4c89d2341

View file

@ -9,6 +9,7 @@
* IBM Corporation - initial API and implementation
* Wind River Systems - adapted to use with DSF
* Dobrin Alexiev (Texas Instruments) - user groups support (bug 240208)
* Marc Dumais (Ericsson) - bug 485170
*******************************************************************************/
package org.eclipse.cdt.dsf.ui.viewmodel;
@ -528,7 +529,7 @@ public class DefaultVMModelProxyStrategy implements IVMModelProxy {
if (delta == null) {
delta = parentDelta.addNode(vmc, IModelDelta.NO_CHANGE);
}
callChildNodesToBuildDelta(node, childNodesWithDeltaFlags, delta, event, rm);
callChildNodesToBuildDelta(node, childNodesWithDeltaFlags, delta, event, countingRm);
count++;
}
countingRm.setDoneCount(count);