Skip to content

Conversation

@SougandhS
Copy link
Contributor

@SougandhS SougandhS commented Dec 12, 2025

When selecting a field under an object, both the Watch command and Drag & Drop previously created a non-contextual expression using only the field name, which causes evaluation failures. This fix ensures that both Watch and Drag & Drop now generate proper context-aware expressions such as myobj.myfield instead of just the field name.

Fixes : https://bugs.eclipse.org/bugs/show_bug.cgi?id=321289

Before [Watch by context and by drag-drop] :

Before.mp4

After [Watch by context and by drag-drop] :

After.mp4

@github-actions
Copy link
Contributor

github-actions bot commented Dec 12, 2025

Test Results

 1 977 files  ±0   1 977 suites  ±0   1h 37m 4s ⏱️ + 4m 25s
 4 743 tests ±0   4 719 ✅ +2   24 💤 ±0  0 ❌  - 2 
14 229 runs  ±0  14 047 ✅ +2  182 💤 ±0  0 ❌  - 2 

Results for commit ed20f18. ± Comparison against base commit b7ae22a.

♻️ This comment has been updated with latest results.

@SougandhS SougandhS force-pushed the ImproveWatchExp branch 2 times, most recently from 9f1d82f to 94c201a Compare December 12, 2025 04:01
@SougandhS SougandhS force-pushed the ImproveWatchExp branch 2 times, most recently from d6d6fed to 691bfc1 Compare January 6, 2026 10:46
When selecting a field under an object, both the Watch command and Drag
& Drop previously created a non-contextual expression using only the
field name, which caused evaluation failures. This fix ensures that both
Watch and Drag & Drop now generate proper context-aware expressions such
as myobj.myfield instead of just the field name.

Fixes : https://bugs.eclipse.org/bugs/show_bug.cgi?id=321289
@SougandhS
Copy link
Contributor Author

Hi @merks, could you please check this change when you get a moment ?

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.

1 participant