Sync fork with upstream eclipse-jdt/eclipse.jdt.debug#33
Merged
carstenartur merged 190 commits intomasterfrom Dec 7, 2025
Merged
Sync fork with upstream eclipse-jdt/eclipse.jdt.debug#33carstenartur merged 190 commits intomasterfrom
carstenartur merged 190 commits intomasterfrom
Conversation
Openjdk jdk is not kept uptodate.
Set up for this repository the workflow for automated version increments in pull-requests added via eclipse-platform/eclipse.platform.releng.aggregator#2352
As the test skips compilation of the code only when run on Java 19+ there is no need to hardcode release but rather let the JVM use it's default. Skip getting and passing default DiagnosticCollector as the compiler will do that when passed null.
GH provides it as standard option in the UI.
Was ArrayIndexOutOfBoundsException in fEventListeners.elementAt() eclipse-jdt#527
…clipse-jdt#532) The content is based on the content of the corresponding files in jdt.core/ui.
Additionally add a styled and drag&drop-able Oomph Configuration button to the main README. Part of eclipse-platform/eclipse.platform.releng.aggregator#2430
The JDK detection mechanism doesn't find much on Windows. Have it find the default installation directories of Adoptium and RedHat. Further providers can easily be added without changing the code logic. Also let duplicate VM names start with index 2, not 1. And finally improve the job name.
signature + code review changes + Additional changes" This reverts commit 32fa010. Added code is unmaintainable and has multiple regressions. It should have never been merged "as is". See eclipse-jdt#544 Fixes eclipse-jdt#543
ASM Upgrade 9.7.1 with Java 24 Opcode support eclipse-jdt#540
+ Start the BETA_JAVA24 branch + recognize JavaSE-24 + bump version by +50 Fixes eclipse-jdt#551
+ Move all test infra for Java 23 to 24, all use enable-preview + create extension for EE JavaSE-24 + allow PR build to access the Y-Builds repository
This commit adds a waiting time to ensure value is received prior invoking getHyperLink method as there is a possibility for throwing NPE Fixes : eclipse-jdt#559
The change in 3530050 replaced JDIDebugUIPlugin.getActiveWorkbenchShell() with PlatformUI.getWorkbench().getModalDialogShellProvider().getShell(), however later one behavior is undefined in API but implementation requires the caller to be in UI thread - which was not the case of the former API. => Move the code that acquires the modal shell into UI thread. Fixes eclipse-jdt#563
Performed manual code cleanup in pattern matching using instanceof operator according to Java 16 guidelines, making the code more concise for classes in jdt.launching package.
Changes to ecj are for handling of switch on String. See: eclipse-platform/eclipse.platform.releng.aggregator#2595
…jdt#570 When trying to open breakpoint Preferences page "Filtering" JavaBreakpointAdvancedPage is referenced by: org.eclipse.jdt.debug.ui\plugin.xml partial revert of 1e0e94b eclipse-jdt#570
Currently when one launches a multi-release compiled project one always gets the type from the default project folder. This now first checks what JRE is used to launch, then adds all valid folders in reverse version order to the classpath to emulate the behavior of loading a multi-release jar at runtime. Fix https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4276
…clipse-jdt#787) Add null check in JavaTestPlugin.getFileInPlugin(IPath) to prevent NPE when path cannot be converted to a file Fixes : eclipse-jdt#786
Signed-off-by: David Thompson <davthomp@redhat.com>
For whatever reason original change added listener on thread termination and not on target termination event, and for whatever reason it wasn't noticed during review. Fixing that. HCR dialog should only close automatically if the debug target is terminated, not if some thread in the target is terminated. Fixes eclipse-jdt#792
Allow users to put a lambda entry breakpoint on a selected lambda if line contains multiple chained lambda expressions. Fixes : eclipse-jdt#732 Co-authored-by: Andrey Loskutov <loskutov@gmx.de>
Due to eclipse-jdt/eclipse.jdt.core#4293 ecj no longer warnigs about using a method inherited from a deprecated type
Fixes remaining `@SuppressWarnings("deprecation")` annotations flagged
as unnecessary by
eclipse-jdt/eclipse.jdt.core#4564
See eclipse-jdt/eclipse.jdt.core#4553
Add @deprecated to members of truly deprecated classes + most classes have a replacement for a long time already + still in use and no replacement specified: - JavaSourceLocationWorkbenchAdapterFactory
…clipse-jdt#803) Enabling exit will make debugger suspend at random lambdas and by default lambda method breakpoints are already enabled
These files are generated during SDK build and make the working tree
dirty after the build:
```
git status
On branch master
Untracked files:
(use "git add <file>..." to include in what will be committed)
org.eclipse.jdt.debug.tests/javadebugtests.jar
org.eclipse.jdt.debug/jdimodel.jar
```
This avoids unexpected tracing output from JREContainerInitializer.resolveVM(IPath) if tracing is not enabled.
Avoid adding Watch Expressions when the input snippet is empty. This prevents unnecessary entries from appearing in the Expressions view and improves overall usability.
…se-jdt#812) Highlights the specific lambda in the source when a lambda stack frame is selected by introducing a new lambda stackframe adapter
Copilot
AI
changed the title
[WIP] Merge upstream changes from eclipse-jdt/eclipse.jdt.debug
Sync fork with upstream eclipse-jdt/eclipse.jdt.debug
Dec 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings fork up-to-date with upstream master by merging 10,693 commits.
Merge Strategy
Used
--allow-unrelated-histories -X theirsto resolve 298 conflicts. Fork had grafted history; theirs strategy accepts all upstream changes to achieve full sync.Key Changes from Upstream
Modified Files
464 files changed:
Build Requirements
Requires
eclipse-platform-parent(4.39.0-SNAPSHOT) for full Maven build. Standard Eclipse plugin development setup works as-is.Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.