eclipse.platform
eclipse.platform copied to clipboard
Using latest eclipse stable release made public I found that overview ruler does not work or is not visible by default and no option to bring it back or show...
This migrates the SaveManagerTest to JUnit 5, using the SessionTestExtension with the CustomSessionWorkspace. It consists of the following changes: - the individual test suites in the subclasses of SaveManagerTest were...
This was a race condition: RuntimeProcess.fTerminated was only set asynchronously, hindering relaunching the process, thinking it was already running. Happened only for GroupLaunchElement.adoptIfRunning == true fixes https://github.com/eclipse-platform/eclipse.platform/issues/1318
See this [Bugzilla 569286](https://bugs.eclipse.org/bugs/show_bug.cgi?id=569286) I got this exception today: ``` java.lang.IllegalStateException: Disconnected before saving. https://bugs.eclipse.org/bugs/show_bug.cgi?id=569286 org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor SourceCodeAnalyzerPlugin.java at org.eclipse.ui.texteditor.AbstractTextEditor$TextEditorSavable.disconnectEditor(AbstractTextEditor.java:7197) at org.eclipse.ui.texteditor.AbstractTextEditor.dispose(AbstractTextEditor.java:4339) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.dispose(AbstractDecoratedTextEditor.java:392) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.dispose(JavaEditor.java:2676) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.dispose(CompilationUnitEditor.java:1517) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:264) at...
In the launch View selecting a running launch group and choosing "Terminate and Relaunch" from the contet menu sometimes fails to relaunch the whole group or some of the processes....
[mac] LinkTest failed on I20240514-1800: help/topic/org.eclipse.jdt.doc.user/nav/1_3 doens't exist.
only on mac: https://download.eclipse.org/eclipse/downloads/drops4/I20240514-1800/testresults/html/org.eclipse.ua.tests.doc_ep432I-unit-mac64-java17_macosx.cocoa.x86_64_17.html ``` Expecting empty but was: ["Link from http://127.0.0.1:50948/help/topic/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm to ../../../nav/1 is broken: target URI http://127.0.0.1:50948/help/topic/org.eclipse.jdt.doc.user/nav/1 doens't exist.", "Link from http://127.0.0.1:50948/help/topic/org.eclipse.jdt.doc.user/reference/views/breakpoints/ref-breakpoints_view.htm to ../../../nav/1_3 is broken: target URI...
## Suggestion The JSch library seems to be abandoned, the last uploads to [source forge](https://sourceforge.net/projects/jsch/) and [Maven-Central](https://mvnrepository.com/artifact/com.jcraft/jsch) were in Nov 2018. There is a fork available at https://github.com/mwiede/jsch, which regularly...
The following new fragment for WoA is added to the project to support local file info access using native code: ``` org.eclipse.core.filesystem.win32.aarch64 ``` To manually build the file info native...
The ConfigurationSessionTestSuite sorts the test methods by default. A field identifies whether sorting is activated, but the field cannot even be set but is always true. So, this parameterization is...
Currently if one calls TestRunSession#toString (e.g. in a debugger) a NPE can occur if the session is not yet started and the fStartTime is null. Also it is possible that...