Jörg Kubitz

Results 87 issues of Jörg Kubitz

tests should not log IllegalStateException when opening ErrorDialog is expected. https://github.com/eclipse-jdt/eclipse.jdt.debug/issues/395

Example: i tried to search call hierarchy of JavaPluginImages.DESC_OBJS_REFACTORING_WARNING That temporarily moves the whole search result one line to the bottom, because the tab title is shown in italics for...

bug

I dislike to need to open search dialog again and again. I dislike to press OK. Idea: add a search input field to the search result view (like the filter...

enhancement

i don't know how to reproduce, but obviously TextFileChange.fAcquireCount is not Multithreading safe, maybe fAcquireCount could even be totally eliminated by just using asking` fBuffer!=null` instead eclipse.buildId=4.31.0.I20240204-1800 java.version=21.0.2 ``` java.lang.NullPointerException:...

bug

and `A conflict occurred for CTRL+7:` this error is logged, but both handlers seem to have a non conflicting `org.eclipse.jdt.ui.propertiesEditorScope` vs `org.eclipse.jdt.ui.javaEditorScope` and don't show a conflict in the key...

bug

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

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

bug

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

bug
test

The folder `.metadata\.plugins\org.eclipse.core.resources\.projects ` contains multiple super small files per project. Saving and loading small files on windows is inefficient. It costs needless performance (and has a overhead on filesystem...

enhancement
performance

Reads all projects in parallel. As this was done during ResourcePlugin.start() it had to be deferred as multithreaded classloading during BundleActivator#start(BundleContext) is not supported. All that happens while splash screen...