eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Results 244 eclipse.platform issues
Sort by recently updated
recently updated
newest added

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...

bug

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)...

test

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...

enhancement

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...

bug

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: ![image](https://github.com/user-attachments/assets/9626929e-c485-4288-9f9c-c48d56429c85) ![image](https://github.com/user-attachments/assets/08309529-289c-4b57-9525-087e02b8e54e) ![image](https://github.com/user-attachments/assets/aede3d0f-b20b-429f-99ca-0ac852da2c46)

help wanted
performance

jdt's BatchImageBuilder.copyExtraResourcesBack() takes relevant time during clean build (example from platform workspace on windows): ![image](https://github.com/user-attachments/assets/3d4d2048-54a1-492c-b779-35f7fad424c9) Where the time is spend in LocalFile.copyFile() While i have no idea how the LocalFile.copyFile()...

enhancement
help wanted
performance

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$...

enhancement