Skip to content

Fix Stale Captured Variable on lambda re-entry#839

Merged
SougandhS merged 2 commits intoeclipse-jdt:masterfrom
SougandhS:FixLambda
Jan 27, 2026
Merged

Fix Stale Captured Variable on lambda re-entry#839
SougandhS merged 2 commits intoeclipse-jdt:masterfrom
SougandhS:FixLambda

Conversation

@SougandhS
Copy link
Member

@SougandhS SougandhS commented Jan 27, 2026

This commit fixes an issue where the debugger showed stale values for captured variables when the same lambda was entered multiple times from different calls.

Fixes : #795

What it does

How to test

Author checklist

SougandhS and others added 2 commits January 27, 2026 08:01
This commit fixes an issue where the debugger showed stale values for
captured variables when the same lambda was entered multiple
times from different calls.

Fixes : eclipse-jdt#795
@eclipse-jdt-bot
Copy link
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

org.eclipse.jdt.debug/META-INF/MANIFEST.MF

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From 3a759cb35d8722950d5d977077bd929fbdcb3125 Mon Sep 17 00:00:00 2001
From: Eclipse JDT Bot <jdt-bot@eclipse.org>
Date: Tue, 27 Jan 2026 02:41:34 +0000
Subject: [PATCH] Version bump(s) for 4.39 stream


diff --git a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
index 9afbed70f..bef1c1bbb 100644
--- a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true
-Bundle-Version: 3.25.0.qualifier
+Bundle-Version: 3.25.100.qualifier
 Bundle-ClassPath: jdimodel.jar
 Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin
 Bundle-Vendor: %providerName
-- 
2.52.0

Further information are available in Common Build Issues - Missing version increments.

@SougandhS SougandhS merged commit c263d8d into eclipse-jdt:master Jan 27, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugger shows stale values for variables when a lambda is entered twice

2 participants