NEW DATE! Bugzilla will undergo maintenance 2024-03-28 18h00 CET. Bugzilla will be placed in read-only mode at that time.

Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 575414 - NPE in DiffEditor$6$1.runInUIThread
Summary: NPE in DiffEditor$6$1.runInUIThread
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 5.13   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 5.13   Edit
Assignee: Andrey Loskutov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-15 06:00 EDT by Andrey Loskutov CLA
Modified: 2021-08-15 15:38 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Loskutov CLA 2021-08-15 06:00:24 EDT
Just saw this in the log. Can'r remember what caused that, I had few diff editors opened, must be one from them.

java.lang.NullPointerException
	at org.eclipse.egit.ui.internal.commit.DiffEditor$6$1.runInUIThread(DiffEditor.java:564)
	at org.eclipse.ui.progress.UIJob.lambda$0(UIJob.java:95)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4029)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3629)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)

The patch is trivial, I will push in a second.
Comment 1 Eclipse Genie CLA 2021-08-15 06:05:20 EDT
New Gerrit change created: https://git.eclipse.org/r/c/egit/egit/+/184020