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

Area, Area% Filter fail to operate #802

Closed
eselmeister opened this issue Oct 29, 2021 · 2 comments
Closed

Area, Area% Filter fail to operate #802

eselmeister opened this issue Oct 29, 2021 · 2 comments
Assignees

Comments

@eselmeister
Copy link
Contributor

The settings seem to be parsed incorrectly.

@eselmeister eselmeister self-assigned this Oct 29, 2021
@eselmeister
Copy link
Contributor Author

!ENTRY org.eclipse.ui 4 0 2021-10-29 06:11:00.944
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.IllegalArgumentException: No enum constant org.eclipse.chemclipse.xxd.model.support.TreatmentOption.Deactivate peak
	at java.lang.Enum.valueOf(Enum.java:238)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.WidgetItem.createLabeledEnumComboViewerWidget(WidgetItem.java:428)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.WidgetItem.createControl(WidgetItem.java:232)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.WidgetItem.initializeControl(WidgetItem.java:85)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsUI$SettingsUIControlImplementation.createOptionWidgets(SettingsUI.java:149)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsUI$SettingsUIControlImplementation.<init>(SettingsUI.java:120)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsUI$DefaultSettingsUIProvider.createUI(SettingsUI.java:94)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsUI.<init>(SettingsUI.java:50)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsPreferencesPage.createSettingsUI(SettingsPreferencesPage.java:149)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsPreferencesPage.createUserOptions(SettingsPreferencesPage.java:133)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsPreferencesPage.createOptionSection(SettingsPreferencesPage.java:97)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsPreferencesPage.createControl(SettingsPreferencesPage.java:64)
	at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:176)
	at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:682)
	at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:574)
	at org.eclipse.jface.window.Window.create(Window.java:426)
	at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
	at org.eclipse.jface.window.Window.open(Window.java:783)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsWizard.openEditPreferencesWizard(SettingsWizard.java:74)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.methods.SettingsWizard.getSettings(SettingsWizard.java:143)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.swt.editors.ExtendedChromatogramUI.executeSupplier(ExtendedChromatogramUI.java:536)
	at org.eclipse.chemclipse.ux.extension.xxd.ui.swt.editors.ProcessorSupplierMenuEntry.execute(ProcessorSupplierMenuEntry.java:63)
	at org.eclipse.swtchart.extensions.core.ScrollableChart$6.widgetSelected(ScrollableChart.java:1653)
	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:5686)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1370)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4940)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4518)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1170)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1059)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:667)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:597)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
	at org.eclipse.chemclipse.rcp.app.ui.internal.support.ApplicationSupportDefault.start(ApplicationSupportDefault.java:26)
	at org.eclipse.chemclipse.rcp.app.ui.Application.start(Application.java:61)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:656)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1471)

@eselmeister eselmeister changed the title Area, Area% Filter fali to operate Area, Area% Filter fail to operate Oct 29, 2021
@eselmeister
Copy link
Contributor Author

Bildschirmfoto von 2021-10-29 11-46-12

Bildschirmfoto von 2021-10-29 11-46-17

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