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

Application crashes when trying to delete data at the end of the file #3

Open
svoki opened this issue Jan 15, 2021 · 0 comments
Open

Comments

@svoki
Copy link

svoki commented Jan 15, 2021

I wanted to delete data at the end of the ecg data to remove the artefacts created by taking off the EcgMove3 sensor. I accidently marked a very small portion containing no data and the application crashed.

java.lang.NullPointerException
at de.fzi.ekgeditor.Gui.Forms.Dialog_PreviewCut.createSampleLabels(Dialog_PreviewCut.java:62)
at de.fzi.ekgeditor.Gui.Forms.Dialog_PreviewCut.open(Dialog_PreviewCut.java:108)
at de.fzi.ekgeditor.Gui.Menu.MenuCommon.menu_remove(MenuCommon.java:195)
at de.fzi.ekgeditor.Gui.Menu.ContextMenu$3.widgetSelected(ContextMenu.java:56)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4428)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4238)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3817)
at de.fzi.ekgeditor.Gui.Forms.Form_Main.Run(Form_Main.java:616)
at de.fzi.ekgeditor.EKGEditor.(EKGEditor.java:76)
at de.fzi.ekgeditor.EKGEditor.main(EKGEditor.java:92)

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

No branches or pull requests

1 participant