eclipse.platform
eclipse.platform copied to clipboard
**Environment:** OS & Version: MacOS Sonoma 14.5 Eclipse Version: 2024-03 (4.31.0) Eclipse Build ID: 20240307-1437 **Steps to Reproduce:** Create a new plugin project using the default settings. Select the "Hello,...
https://download.eclipse.org/eclipse/downloads/drops4/I20220428-1800/testresults/html/org.eclipse.core.tests.resources_ep424I-unit-win32-java11_win32.win32.x86_64_11.html ``` java.lang.NullPointerException at org.eclipse.core.tests.internal.alias.BasicAliasTest.testBug256837(BasicAliasTest.java:457) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236)...
IFile.write invokes org.eclipse.core.filesystem.provider.FileStore.fetchInfo() several times:  That should not be needed. - similar to https://github.com/eclipse-platform/eclipse.platform/issues/1442 for the read case
This issue is related to the File|Export|Ant Buildfiles tool of a Java project. The generated build.xml file is supposed to reflect the compiler settings set either at the workspace or...
'The method getId() from the type Thread is deprecated since version 19'
The contribution allows the client to utilize the new API from SWT Browser to check if the url is the custom text url of the browser. Contributes to #213 Must...
Fixes https://github.com/eclipse-platform/eclipse.platform/issues/1565
This annotation simplifies the specification of the 'service.context.key' service property for IContextFunction implementations and makes it type-safe and more robust: ``` @Component(service = IContextFunction.class) @IContextFunction.ServiceContextKey(IProgressService.class) public class ProgressServiceCreationFunction extends ContextFunction...
As part of - https://bugs.eclipse.org/bugs/show_bug.cgi?id=214696 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=221973 the `WorkingDirectoryBlock` was mad public API so that the code in this class does not have to copied around. The main task of...