java.lang.NullPointerException
at at.mug.iqm.templatemanager.XMLPreferencesManager.setTemplate(XMLPreferencesManager.java:418)
at at.mug.iqm.templatemanager.TemplateManagerGUI.fillTemplateComboBox(TemplateManagerGUI.java:140)
at at.mug.iqm.templatemanager.TemplateManagerGUI.getTemplateComboBox(TemplateManagerGUI.java:546)
at at.mug.iqm.templatemanager.TemplateManagerGUI.<init>(TemplateManagerGUI.java:87)
at at.mug.iqm.api.operator.PreferencesPanel.createTemplateManagerGUI(PreferencesPanel.java:419)
at at.mug.iqm.api.operator.PreferencesPanel.initialize(PreferencesPanel.java:167)
at at.mug.iqm.core.workflow.ExecutionProxy.showOperatorGUI(ExecutionProxy.java:537)
at at.mug.iqm.core.workflow.ExecutionProxy.launchProtocol(ExecutionProxy.java:273)
at at.mug.iqm.core.workflow.ExecutionProxy.launchInstance(ExecutionProxy.java:211)
at at.mug.iqm.gui.menu.PlotAnalysisMenu.actionPerformed(PlotAnalysisMenu.java:437)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) </init>
Anonymous
Cannot reproduce this error on my system.
Additionally, reproducable for any image operator.
Preferences do not work at all
Fixed for XMLPreferencesManager in revision [r828]: this.getXMLDoc() added to constructor