Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
An error is thrown if there are 2 or more tracks listed in the 'Track List' and then clicking 'Select All'. This error is only thrown when 'Select All' is first clicked. After the first click BG & FG can be changed or no change at all and clicking 'Select All' causes no additional error.
NOTE: this error seems to only get thrown IF the multiple selected tracks are set to '1 track' - there is no problem if they are set to '2-track'
Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String
at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
at java.lang.Float.parseFloat(Unknown Source)
at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558)
at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457)
at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14)
at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.setSelectedItem(Unknown Source)
at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source)
at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source)
at javax.swing.JTable.setRowSelectionInterval(Unknown Source)
at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521)
at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501)
at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14)
at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Attachments
Issue Links
- relates to
-
BUG-652 Preferences>tracks tab
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Alyssa Gulledge [ alyssa ] |
| Assignee | Alyssa Gulledge [ alyssa ] | Hiral Vora [ hiralv ] |
| Summary | 'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) | 'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) and they are set to single track |
| Description |
An error is thrown if there are 2 or more tracks listed in the 'Track List' and then clicking 'Select All'. This error is only thrown when 'Select All' is first clicked. After the first click BG & FG can be changed or no change at all and clicking 'Select All' causes no additional error. Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) at java.lang.Float.parseFloat(Unknown Source) at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558) at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457) at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14) at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114) at javax.swing.JComboBox.fireActionEvent(Unknown Source) at javax.swing.JComboBox.setSelectedItem(Unknown Source) at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source) at javax.swing.JTable.setRowSelectionInterval(Unknown Source) at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521) at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501) at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14) at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) |
An error is thrown if there are 2 or more tracks listed in the 'Track List' and then clicking 'Select All'. This error is only thrown when 'Select All' is first clicked. After the first click BG & FG can be changed or no change at all and clicking 'Select All' causes no additional error. NOTE: this error seems to only get thrown IF the multiple selected tracks are set to '1 track' - there is no problem if they are set to '2-track' Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: empty String at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source) at java.lang.Float.parseFloat(Unknown Source) at com.affymetrix.igb.view.TierPrefsView.trackNameSizeComboBox(TierPrefsView.java:558) at com.affymetrix.igb.view.TierPrefsViewGUI.trackNameSizeComboBoxActionPerformed(TierPrefsViewGUI.java:457) at com.affymetrix.igb.view.TierPrefsViewGUI.access$200(TierPrefsViewGUI.java:14) at com.affymetrix.igb.view.TierPrefsViewGUI$3.actionPerformed(TierPrefsViewGUI.java:114) at javax.swing.JComboBox.fireActionEvent(Unknown Source) at javax.swing.JComboBox.setSelectedItem(Unknown Source) at com.affymetrix.igb.view.TierPrefsView.valueChanged(TierPrefsView.java:389) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.changeSelection(Unknown Source) at javax.swing.DefaultListSelectionModel.setSelectionInterval(Unknown Source) at javax.swing.JTable.setRowSelectionInterval(Unknown Source) at com.affymetrix.igb.view.TierPrefsView.selectAll(TierPrefsView.java:521) at com.affymetrix.igb.view.TierPrefsViewGUI.selectAllButtonActionPerformed(TierPrefsViewGUI.java:501) at com.affymetrix.igb.view.TierPrefsViewGUI.access$1100(TierPrefsViewGUI.java:14) at com.affymetrix.igb.view.TierPrefsViewGUI$12.actionPerformed(TierPrefsViewGUI.java:272) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) |
| Assignee | David Norris [ david ] | Alyssa Gulledge [ alyssa ] |
| Assignee | Hiral Vora [ hiralv ] | David Norris [ david ] |
| Assignee | Alyssa Gulledge [ alyssa ] | David Norris [ david ] |
| Assignee | David Norris [ david ] | Alyssa Gulledge [ alyssa ] |
| Original Estimate | 0 minutes [ 0 ] | |
| Remaining Estimate | 0 minutes [ 0 ] |
| Assignee | Alyssa Gulledge [ alyssa ] | Katharine Kubiak [ kkubiak ] |
| Assignee | Katharine Kubiak [ kkubiak ] | Alyssa Gulledge [ alyssa ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Alyssa Gulledge [ alyssa ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Assignee | Fuquan Wang [ fwang4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Assignee | Fuquan Wang [ fwang4 ] | |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |