eclipse.platform
eclipse.platform copied to clipboard
``` java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:278) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:304) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:291) at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:347) at java.base/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:399) at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:827) at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:759) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1690) at...
The ID of a nature is limited to some text with the project ID prepended: Project = my.project Nature = myNature Nature ID = my.project.myNature Product renames and project cleanup...
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/I20241119-1800/testresults/html/org.eclipse.team.tests.core_ep434I-unit-win32-x86_64-java17_win32.win32.x86_64_17.html ``` java.lang.AssertionError: [logged errors] Expecting empty but was: [Status ERROR: org.eclipse.jdt.core code=2 Problems occurred when invoking code from plug-in: "org.eclipse.jdt.core". java.lang.IllegalStateException, Status ERROR: org.eclipse.jdt.core code=4 Exception occurred in listener...
Second attempt of https://github.com/eclipse-platform/eclipse.platform/pull/1487 after it was reverted in https://github.com/eclipse-platform/eclipse.platform/pull/1616. This PR is split into two commits, the first one only containing clean-ups that should not change any logic. The...
See https://github.com/eclipse-platform/eclipse.platform/actions/runs/11742044019/job/32791372691?pr=1607 Error: Failed to execute goal org.eclipse.tycho:tycho-apitools-plugin:4.0.10-SNAPSHOT:verify (verify) on project org.eclipse.e4.core.di.annotations: Execute ApiApplication failed: InvocationTargetException: Component 'Eclipse Dependency Injection Annotations' in the baseline 'workspace' is disposed [main]: Component was...
@jukzi I assume this didn't show up in your recent performance analysis of the resources handling so I assume it won't have a big impact, but avoiding subsequent duplicated file-fetches...
As a side product of my analysis of software libraries for rasterizing vector graphics at runtime I found that around one quarter of all eclipse icons are duplicates. The exact...
After updating to macOS Tahoe 26.1, text selection in Eclipse 2025-09 (Build 4.37.0.20250905-1455) stopped working properly. - Mouse drag does not select multiple lines. - Shift + Arrow keys do...
While testing a custom terminal implementation I noticed that the cursor blinking is always shown at the bottom even if the cursor is positioned somewhere else (and new text is...