-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE caused by null defaultImage in XtextEditorTickUpdater (updateEditorImage) #3339
Milestone
Comments
I am about to provide the fix for this. |
mehmet-karaman
added a commit
to mehmet-karaman/xtext
that referenced
this issue
Feb 7, 2025
…ckUpdater (updateEditorImage)
mehmet-karaman
added a commit
to mehmet-karaman/xtext
that referenced
this issue
Feb 7, 2025
…ckUpdater (updateEditorImage)
mehmet-karaman
added a commit
to mehmet-karaman/xtext
that referenced
this issue
Feb 9, 2025
…ckUpdater (updateEditorImage)
mehmet-karaman
added a commit
to mehmet-karaman/xtext
that referenced
this issue
Feb 10, 2025
…ckUpdater (updateEditorImage), fix ECA problem
mehmet-karaman
added a commit
to mehmet-karaman/xtext
that referenced
this issue
Feb 10, 2025
…ckUpdater (updateEditorImage)
LorenzoBettini
added a commit
that referenced
this issue
Feb 11, 2025
…defaultImage_in_XtextEditorTickUpdater > #3339 NPE caused by null defaultImage in XtextEditorTickUpdater (updateEditorImage)
Fixed by #3340 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the defaultImage is null and the updateEditorImage is triggered in a worker thread, it throws the following NPE.
The text was updated successfully, but these errors were encountered: