Jörg Kubitz

Results 70 issues of Jörg Kubitz

We observe, that eclipse is getting slower and slower while using it. After restarting it's faster. We now have an example where the heapdump shows 39_483 org.eclipse.core.internal.dtree.DeltaDataTree/org.eclipse.core.internal.watson.ElementTree for only 956...

bug
performance

My eclipse IDE just stuck. I had a git pull which reported a change in "build.properties" and "MANIFEST.MF". I opened compare viewer and used "replace with" in Git stating view...

bug

After fixing https://github.com/eclipse-jdt/eclipse.jdt.debug/pull/66 i took a look where else URLs might be decoded wrong org.eclipse.core.runtime.URIUtil seems to be wrong even though it's javadoc explicitly says it can handle space ```...

bug

In the heapdump of https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1612 most memory was hold by org.eclipse.core.internal.resources.Workspace.tree. VisualVM: ![image](https://github.com/eclipse-platform/eclipse.platform/assets/51790620/3f4dc0c2-af0e-497a-823c-9992e715b65b) ![image](https://github.com/eclipse-platform/eclipse.platform/assets/51790620/04b8f220-9dc7-42a1-b72f-b646c68a0f74) JDKMC: ![image](https://github.com/eclipse-platform/eclipse.platform/assets/51790620/e099ae0c-18a1-44f8-ba9e-08155f5984bc) Workspace.tree is meant to store the state of the Workspace. It does so by...

``` java.lang.IllegalStateException: Conflicting handlers: {[ActionHandler(org.eclipse.compare.contentmergeviewer.TextMergeViewer$28@27f57e94), for 'org.eclipse.compare.selectPreviousChange', in PartImpl (org.eclipse.e4.ui.compatibility.editor) removeOnHide org.eclipse.compare.CompareEditorContext, activeWhen=ActivePartExpression(org.eclipse.compare.internal.CompareEditor@42728c69), active=true, sourcePriority=1048576, participating=true]} vs {[ActionHandler(org.eclipse.compare.contentmergeviewer.TextMergeViewer$28@74d362da), for 'org.eclipse.compare.selectPreviousChange', in PartImpl (org.eclipse.e4.ui.compatibility.editor) removeOnHide org.eclipse.compare.CompareEditorContext, activeWhen=ActivePartExpression(org.eclipse.compare.internal.CompareEditor@42728c69), active=true, sourcePriority=1048576, participating=true]} in:...

bug

During build errors are reported, which i don't know how to solve: ``` 14:06:41.966 [ERROR] MavenReportException: Error while generating Javadoc: Exit code: 1 /home/jenkins/agent/workspace/eclipse.platform_PR-764/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java:19: error: package javax.annotation does not exist...

Sometimes after running junit tests i get message `Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.tips.ide.internal.IDETipManager$1` The stacktrace...

bug

I am unhappy with the current github verification builds as defined in https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blame/master/.github/workflows/mavenBuild.yml Currently we have 3 verification builds that run on the same java version (21) on 3 different...

enhancement

failure in Ibuild https://download.eclipse.org/eclipse/downloads/drops4/I20240611-1800/testresults/html/org.eclipse.jface.text.tests_ep433I-unit-cen64-gtk3-java22_linux.gtk.x86_64_22.html ``` Cannot read field "cairo" because "data" is null java.lang.NullPointerException: Cannot read field "cairo" because "data" is null at org.eclipse.swt.graphics.TextLayout.drawInPixels(TextLayout.java:646) at org.eclipse.swt.graphics.TextLayout.drawInPixels(TextLayout.java:597) at org.eclipse.swt.graphics.TextLayout.drawInPixels(TextLayout.java:568) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:564)...

bug
junit
Linux/GTK

Only the editor content should have white background, but now also the bar right to the scroll bar has white contrast. ![image](https://github.com/user-attachments/assets/47322a01-817d-4ed9-bbe2-b11a262bf32d) old scheme had had it grey: ![image](https://github.com/user-attachments/assets/1b6774f0-2609-4f2c-a885-d2f7c3a1eb16)

bug