eclipse.platform
eclipse.platform copied to clipboard
See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=564872 During one of our tests we observed the following exception: ``` org.eclipse.core.internal.resources.ResourceException: Marker id 1332 not found. at org.eclipse.core.internal.resources.Marker.checkInfo(Marker.java:63) at org.eclipse.core.internal.resources.Marker.setAttribute(Marker.java:260) at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager$2.run(JavaDebugOptionsManager.java:894) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2292) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2317) at...
One of our automated tests ran into this exception: ``` !ENTRY org.eclipse.core.resources 4 376 2025-10-27 16:00:47.252 !MESSAGE Marker id 6922 not found. !STACK 0 java.lang.IllegalStateException at org.eclipse.core.internal.resources.Marker.checkInfo(Marker.java:71) at org.eclipse.core.internal.resources.Marker.getType(Marker.java:228) at...
We have the new `org.eclipse.unittest.ui` unit test view that can display unit test results in a vendor agnostic way (e.g. not bound to JUnit specifically). There is also a [Open...
The just migrated _Terminal View_ currently uses classic E3 contributions for its UI. To make it usable in plain RCP4 Applications, we should migrate its usage of E3 to the...
This PR introduces a new feature in the Expressions view that allows expressions to be pinned to a specific stack frame, ensuring their values remain visible and consistent even when...
I installed Eclipse EE 2025-09 (I'm on Windows using Java 25) from a Zip file and used my existing workspace. In place of the Terminal icon there is a bright...
This is an experiment in how much the new tycho junit-platform mojo can replace "traditional" tycho-surefire test and what are possibly missing pieces. For this is: - it creates a...
The terminal view font rendering is not properly dealing with high resolution displays and renders text in a way that makes it a bit unclear. See attached screenshot. ## Tested...
## Overview **[EXPERIMENTAL]** This PR migrates `Win32Natives.java` from using the external JNA (Java Native Access) library to the Foreign Function & Memory (FFM) API that is built into Java 22+....
This is a followup of #2155 - [x] I verified I can reproduce this issue against https://download.eclipse.org/eclipse/updates/4.38-I-builds/I20250929-1800/ ## Steps to reproduce From a fresh installation and clean workspace: * Invoke...