Jörg Kubitz

Results 70 issues of Jörg Kubitz

``` org.junit.ComparisonFailure: :a: expected: but was: at org.junit.Assert.assertEquals(Assert.java:117) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CCombo.test_paste(Test_org_eclipse_swt_custom_CCombo.java:149) at java.base/java.lang.reflect.Method.invoke(Method.java:568) ``` https://ci.eclipse.org/releng/job/AutomatedTests/job/ep432I-unit-win32-java17/13/testReport/ https://download.eclipse.org/eclipse/downloads/drops4/I20240310-0340/testresults/html/org.eclipse.swt.tests_ep432I-unit-win32-java17_win32.win32.x86_64_17.html

bug
regression
junit
Windows

MAC only: On the first run "Verify MacOS with Java-17" almost always fails with 71 errors like ``` expected: but was: java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at...

junit
macOS

I configured one Monitor to scale fonts to 125%. When i move my eclipse IDE window to that monitor some elements disappear. For example the "refresh" button in the Search...

bug
HiDPI

On windows eclipse text editors sometimes lag when scrolling I sampled the times and see that most times is spend in TextLayout.getLineCount() which is called for every line in the...

performance

test leaves 2MB build artifact on mac: `[ep429I-unit-macM1-java17_macosx.cocoa.aarch64_17_org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.ControlObservableValueTest.png](https://download.eclipse.org/eclipse/downloads/drops4/I20230614-2220/testresults/ep429I-unit-macM1-java17_macosx.cocoa.aarch64_17/org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.ControlObservableValueTest.png) (2299 KiB) ` https://download.eclipse.org/eclipse/downloads/drops4/I20230614-2220/testresults/ep429I-unit-macM1-java17_macosx.cocoa.aarch64_17/org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.ControlObservableValueTest.png

test

probably during shutdown. logged in https://download.eclipse.org/eclipse/downloads/drops4/I20230827-1800/testresults/ep429I-unit-mac64-java17_macosx.cocoa.x86_64_17/org.eclipse.ui.tests.UiTestSuite.txt ``` ----- testMenuOnlyHasShowViewAction testMenuOnlyHasShowViewAction: setUp... testMenuOnlyHasShowViewAction: tearDown... !ENTRY org.eclipse.ui.workbench 4 0 2023-08-28 00:06:43.287 !MESSAGE An internal error has occurred. !STACK 0 java.lang.NullPointerException: Cannot invoke...

test

error looks same as in https://github.com/eclipse-platform/eclipse.platform.ui/issues/531 @iloveeclipse can you check if it is the same problem? ``` org.eclipse.swt.SWTException: Graphic is disposed at org.eclipse.swt.SWT.error(SWT.java:4922) at org.eclipse.swt.SWT.error(SWT.java:4837) at org.eclipse.swt.SWT.error(SWT.java:4808) at org.eclipse.swt.graphics.Image.getImageData(Image.java:1331) at...

bug
regression
Windows
test

https://download.eclipse.org/eclipse/downloads/drops4/I20240306-1800/testresults/html/org.eclipse.e4.ui.tests_ep432I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17.html ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.eclipse.e4.ui.tests.workbench.MMenuItemTest.testElementHierarchyInContext_HandledItem(MMenuItemTest.java:848) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.ui.tests.rules.WorkbenchContextRule$1.evaluate(WorkbenchContextRule.java:62) ```

test

Removes 500ms lag for javadoc information in the completion dialog. Sets related delays to 0 and fix code to handle such short delays. https://github.com/eclipse-platform/eclipse.platform.ui/issues/1695

currently org.eclipse.jface.util.OpenStrategy.TIME is set to 500ms which has the following effect: After selecting something (mouse or keeyboard) in the editor there will be a 500ms delay before the UI is...

enhancement