Task #4588 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: Add Screen
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore, saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-03-10 (7) |
Description
java.lang.Exception: Abnormal termination due to an uncaught exception.
java.lang.NullPointerException
at org.openmicroscopy.shoola.agents.fsimporter.chooser.ImportDialog.populateDatasetsBox(ImportDialog.java:1177)
at org.openmicroscopy.shoola.agents.fsimporter.chooser.ImportDialog.access$5(ImportDialog.java:1174)
at org.openmicroscopy.shoola.agents.fsimporter.chooser.ImportDialog$4.actionPerformed(ImportDialog.java:686)
at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
at javax.swing.JComboBox.contentsChanged(JComboBox.java:1268)
at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1288)
at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
at javax.swing.JComboBox.removeAllItems(JComboBox.java:745)
Change History (2)
comment:1 Changed 8 years ago by jburel
- Status changed from new to accepted
comment:2 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [5632bfe2159a80e0511f869f147ae051e6274752/ome.git] on branch develop) Fix NPE when adding a new screen (close #4588)