eclipse.platform
eclipse.platform copied to clipboard
Let's make sure issue is not already fixed in latest builds first. - [x] I verified I can reproduce this issue against [latest Integration Build of Eclipse SDK](https://download.eclipse.org/eclipse/downloads/) ## Steps...
Latest Eclipse for win64, using builtin JRE For this builtin jre I have set the javadoc location to al local zip file.  I can display the javadoc contents inside...
Just a piece of advice. I think it would be better to have a hotkey to select a project by typing its name in Eclipse. If you have many projects...
Use the initialization-on-demand holder idiom instead of the double-checked locking idiom as the first one is a bit faster and better to read. See https://en.wikipedia.org/wiki/Initialization-on-demand_holder_idiom
The `Exclude test code` on `Dependencies` of the app launch configuration does not work as expected. If you check this mark it would not be able to run your app...
Ok, so, I have my own custom RCP application (LiClipse), where the `.ini` is changed so that it searches for the java vm at: `../../../LiClipseJre19.app/Contents/MacOS/libjli.dylib` (the idea being that there's...
https://download.eclipse.org/eclipse/downloads/drops4/I20250115-1800/testresults/html/org.eclipse.core.tests.resources_ep435I-unit-win32-x86_64-java21_win32.win32.x86_64_21.html ``` project 'P/405c0728bfd3001f135fae927e3f4214' is not expected to have nature: org.eclipse.core.tests.resources.earthNature org.opentest4j.AssertionFailedError: project 'P/405c0728bfd3001f135fae927e3f4214' is not expected to have nature: org.eclipse.core.tests.resources.earthNature at org.eclipse.core.tests.resources.NatureTest.assertDoesNotHaveNature(NatureTest.java:126) at org.eclipse.core.tests.resources.NatureTest.testBug297871(NatureTest.java:287) at java.base/java.lang.reflect.Method.invoke(Method.java:580) ```
I'm using the latest Eclipse Platform _4.34.0.I20241120-1800_ with Git integration for Eclipse _7.1.0.202411261347-r_ (notice the final "-r" 🧐). ### Steps to reproduce In the _Project Explorer_ view, choose a folder...
In ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/DefaultHelpUI.java, lines 330-336: ```IContextProvider adapter = activePart.getAdapter(IContextProvider.class); if (adapter != null) context = adapter.getContext(c); String contextText = context.getText(); ``` But javadoc of `IContextProvider.getContext(Object)` says: > return context help for...
Eclipse SDK Version: 2025-03 (4.35) Build id: I20250116-0550 Somehow on my kubuntu system libwebkit had gone missing. At this point invoking **Help > Help Contents** just did nothing. Even in...