eclipse.platform
eclipse.platform copied to clipboard
Let's make sure issue is not already fixed in latest builds first. - [X] I verified I can reproduce this issue against [latest Integration Build of Eclipse SDK](https://download.eclipse.org/eclipse/downloads/) ## Steps...
https://download.eclipse.org/eclipse/downloads/drops4/I20250115-1800/testresults/html/org.eclipse.core.tests.runtime_ep435I-unit-macosx-x86_64-java21_macosx.cocoa.x86_64_21.html ``` java.lang.AssertionError: java.lang.AssertionError: Too early. Expected to happen as Event 6 IJobChangeEvent.running() but was Event 5 Second IJobChangeEvent.aboutToRun() in Thread 'Worker-655' at org.eclipse.core.tests.runtime.jobs.OrderAsserter.lambda$0(OrderAsserter.java:139) at java.base/java.util.concurrent.ConcurrentLinkedQueue.forEachFrom(ConcurrentLinkedQueue.java:1037) at java.base/java.util.concurrent.ConcurrentLinkedQueue.forEach(ConcurrentLinkedQueue.java:1054) at org.eclipse.core.tests.runtime.jobs.OrderAsserter.assertNoErrors(OrderAsserter.java:138)...
Also remove obsolete comments. Follow-up on - https://github.com/eclipse-platform/eclipse.platform/pull/1655 - https://github.com/eclipse-platform/eclipse.platform/pull/1662 Currently the [ANT remote.jar](https://github.com/eclipse-platform/eclipse.platform/blob/master/ant/org.eclipse.ant.launching/lib/remote.jar) pops-up as changed in my workspace and I didn't find an immediate hint that it's built...
In 2018 we marked this extension point for deletion, lets remove it for 2025-03.
This PR provides additional separation and arrangements between Enable/Disable Actions in breakpoints view. New actions can be contributed here. Part of Enhancement #https://github.com/eclipse-jdt/eclipse.jdt.debug/pull/550
During work with `ILaunchConfiguration` there are several typical tasks that are quite verbose and produce repeating code fragments, especially during Launch UI tabs programming and then handling the same launch...
After updating my platform workspace i found the following exception in my log: ``` org.eclipse.oomph.resources.backend.BackendException: org.eclipse.core.internal.resources.ResourceException: Invalid project description. at org.eclipse.oomph.resources.backend.BackendContainer.importIntoWorkspace(BackendContainer.java:158) at org.eclipse.oomph.targlets.core.WorkspaceIUInfo.importIntoWorkspace(WorkspaceIUInfo.java:108) at org.eclipse.oomph.targlets.internal.core.WorkspaceIUImporter$3.run(WorkspaceIUImporter.java:176) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2457) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2477) at...
I have sometimes seen org.eclipse.core.internal.localstore.FileSystemResourceManager.getStore(IResource) as a little hotspot. Maybe it is because of heap allocations that could be avoided:   
jdt's BatchImageBuilder.copyExtraResourcesBack() takes relevant time during clean build (example from platform workspace on windows):  Where the time is spend in LocalFile.copyFile() While i have no idea how the LocalFile.copyFile()...
The bundle `org.eclipse.update.configurator` only contains deprecated code and the only evidence that it is actually used anywhere I found in PDE that says: ``` if (bundles.get("org.eclipse.update.configurator") != null) { //$NON-NLS-1$...