diff --git a/core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/testplugin/EditorTestHelper.java b/core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/testplugin/EditorTestHelper.java index dc7d1d72d12..2afec342a76 100644 --- a/core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/testplugin/EditorTestHelper.java +++ b/core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/testplugin/EditorTestHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2015 IBM Corporation and others. + * Copyright (c) 2000, 2025 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -11,6 +11,7 @@ * Contributors: * IBM Corporation - initial API and implementation * Anton Leherbauer (Wind River Systems) - Adapted for CDT + * Alexander Fedorov (ArSysOp) - adapt to internal Platform changes *******************************************************************************/ package org.eclipse.cdt.ui.testplugin; @@ -373,7 +374,7 @@ public class EditorTestHelper { } private static Accessor getBackgroundThreadAccessor(AbstractReconciler reconciler) { - Object backgroundThread = new Accessor(reconciler, AbstractReconciler.class).get("fThread"); + Object backgroundThread = new Accessor(reconciler, AbstractReconciler.class).get("fWorker"); return new Accessor(backgroundThread, backgroundThread.getClass()); } diff --git a/releng/org.eclipse.cdt.target/cdt.target b/releng/org.eclipse.cdt.target/cdt.target index 78a7fbd0478..4a3d0920c19 100644 --- a/releng/org.eclipse.cdt.target/cdt.target +++ b/releng/org.eclipse.cdt.target/cdt.target @@ -1,13 +1,13 @@ - + - + @@ -195,7 +195,7 @@ - +