Skip to content

Fix CME issue on JDIObjectValue#932

Merged
iloveeclipse merged 1 commit intoeclipse-jdt:masterfrom
SougandhS:CME_fix
Apr 10, 2026
Merged

Fix CME issue on JDIObjectValue#932
iloveeclipse merged 1 commit intoeclipse-jdt:masterfrom
SougandhS:CME_fix

Conversation

@SougandhS
Copy link
Copy Markdown
Member

@SougandhS SougandhS commented Apr 10, 2026

Avoid modifying list returned by allFields() by creating a defensive copy before removal. This prevents potential concurrent modification issues and unintended side effects on JDI data.

handles : #930 (comment)

What it does

How to test

Author checklist

Avoid modifying list returned by allFields() by creating a defensive
copy before removal. This prevents potential concurrent modification
issues and unintended side effects on JDI data.
@iloveeclipse iloveeclipse merged commit 90f2169 into eclipse-jdt:master Apr 10, 2026
13 checks passed
@iloveeclipse
Copy link
Copy Markdown
Member

Thanks.

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.

2 participants