Jörg Kubitz

Results 70 issues of Jörg Kubitz

locally running CTabItemTest (passes) logs `This is not an UI thread (or Device already disposed)`. ``` java.lang.NullPointerException: This is not an UI thread (or Device already disposed) at java.base/java.util.Objects.requireNonNull(Objects.java:259) at...

bug

logged during EPartServiceTest - what does the error message mean? is it crucial? ``` java-test: [echo] Running org.eclipse.e4.ui.tests.UIAllTests. Result file: C:\Users\genie.releng\workspace\AutomatedTests\ep434I-unit-win32-java17/workarea/I20241007-1800/eclipse-testing/results/ep434I-unit-win32-java17_win32.win32.x86_64_17/org.eclipse.e4.ui.tests.UIAllTests.xml ... [java] [java] No @Focus method [java] No @Focus...

bug
test

to reduce used OS handles try to avoid "org.eclipse.swt.SWTError: No more handles" during tests

logged during tests locally: ``` ----- testProjectExplorerLimitedProjects testProjectExplorerLimitedProjects: setUp... !ENTRY org.eclipse.e4.ui.workbench 4 0 2024-09-27 08:24:32.009 !MESSAGE java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0 !STACK 0 org.eclipse.e4.core.di.InjectionException: java.lang.ArrayIndexOutOfBoundsException: Index...

bug
good first issue

I tried a Source/cleanup (organize imports on all jdt projects) and had to canceled it when it stuck for some minutes. Error logged: ``` org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:119) at...

bug

![image](https://github.com/user-attachments/assets/8e946728-15e2-4c85-95b7-3d82641d21a2) ![image](https://github.com/user-attachments/assets/a6d32239-8fcf-45a9-8805-e14b305f8ccf) I have a Heapdump - how do i figure out what leaked? ![image](https://github.com/user-attachments/assets/a56b7db0-86f1-4f28-a4af-5aea0e475e56)

bug

package explorer: ![image](https://github.com/user-attachments/assets/e2f60810-9493-4881-a5e2-3258dfa8020c) ![image](https://github.com/user-attachments/assets/55ad8105-e1c5-4342-bae4-dcd1e139c90f) windows: ![image](https://github.com/user-attachments/assets/cb2eb144-c405-4b16-b54c-57ce6040581e) personally i prefer the order where numbers are treated as numbers i.e. package explorer should be adapted.

bug
good first issue
help wanted

found this is my log: ``` eclipse.buildId=4.34.0.I20240908-1800 java.version=21.0.2 java.vendor=Eclipse Adoptium BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86_64 org.eclipse.lsp4e Error Tue Sep 10 10:41:21...

bug

on Windows OS: open an editor detach it (drag to another screen or "detach" in the tabs context menu) press strg+f -> opens search enter "hallo" -> "hallo" edits the...

bug
regression

When something takes long it is contra productive that the error log pops up and robs the focus, disturbing my work even more. It should do so on real errors,...

enhancement