Skip to content

Conversation

@azoitl
Copy link
Contributor

@azoitl azoitl commented Nov 10, 2025

Getting an editor of a MultpageEditorPart during disposal of the editor led to dispose exceptions as getEditor is accessing an Item's data without checking for disposal. This happened for example when during shutdown the Web-kit widget is sending SWT events. (see eclipse-4diac/4diac-ide#1808 for details). By checking for disposal of the item. This issue is prevent.

Getting an editor of a MultpageEditorPart during disposal of the editor
led to dispose exceptions as getEditor is accessing an Item's data
without checking for disposal. This happened for example when during
shutdown the Web-kit widget is sending SWT events. (see
eclipse-4diac/4diac-ide#1808 for details). By
checking for disposal of the item. This issue is prevent.
@github-actions
Copy link
Contributor

Test Results

 3 018 files  ±0   3 018 suites  ±0   2h 11m 57s ⏱️ + 4m 19s
 8 234 tests ±0   7 985 ✅ ±0  249 💤 ±0  0 ❌ ±0 
23 622 runs  ±0  22 828 ✅ ±0  794 💤 ±0  0 ❌ ±0 

Results for commit fa72b53. ± Comparison against base commit 02dabfc.

@vogella
Copy link
Contributor

vogella commented Nov 11, 2025

LGTM

@vogella vogella merged commit 1a43fc1 into eclipse-platform:master Nov 11, 2025
18 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.

2 participants