Skip to content
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 when closing OSATE #2221

Closed
lwrage opened this issue Mar 3, 2020 · 0 comments · Fixed by #2224
Closed

NPE when closing OSATE #2221

lwrage opened this issue Mar 3, 2020 · 0 comments · Fixed by #2224

Comments

@lwrage
Copy link
Contributor

lwrage commented Mar 3, 2020

Summary

When running OSATE from the development environment I often get a null pointer exception when terminating OSATE.

Stack trace

java.lang.NullPointerException
	at org.osate.ui.navigator.ViewerRefresher.lambda$0(ViewerRefresher.java:57)
	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:4910)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4432)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:166)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:368)
	at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:469)
(... snip ...)

Environment

  • OSATE Version: 2.7.0 nightly
  • Operating System: Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant