Uploaded image for project: 'Bug Repository'
  1. Bug Repository
  2. BUG-283

'Select All' throws error when 2 or more tracks are in the Track List (Pref->Tracks) and they are set to single track

    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

            Activity

            kkubiak Katharine Kubiak (Inactive) created issue -
            kkubiak Katharine Kubiak (Inactive) made changes -
            Field Original Value New Value
            Assignee Alyssa Gulledge [ alyssa ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Hiral Vora [ hiralv ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            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)
            david David Norris (Inactive) made changes -
            Assignee David Norris [ david ] Alyssa Gulledge [ alyssa ]
            hiralv Hiral Vora (Inactive) made changes -
            Assignee Hiral Vora [ hiralv ] David Norris [ david ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] David Norris [ david ]
            david David Norris (Inactive) made changes -
            Assignee David Norris [ david ] Alyssa Gulledge [ alyssa ]
            david David Norris (Inactive) made changes -
            Original Estimate 0 minutes [ 0 ]
            Remaining Estimate 0 minutes [ 0 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Assignee Alyssa Gulledge [ alyssa ] Katharine Kubiak [ kkubiak ]
            kkubiak Katharine Kubiak (Inactive) made changes -
            Assignee Katharine Kubiak [ kkubiak ] Alyssa Gulledge [ alyssa ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Open [ 1 ] Resolved [ 5 ]
            Assignee Alyssa Gulledge [ alyssa ]
            Resolution Fixed [ 1 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Resolved [ 5 ] Closed [ 6 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Project IGB 6.7 [ 10040 ] Bug Repository [ 10030 ]
            Key IGBB-293 BUG-283
            fwang4 Fuquan Wang (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Reopened [ 4 ]
            Assignee Fuquan Wang [ fwang4 ]
            fwang4 Fuquan Wang (Inactive) made changes -
            Status Reopened [ 4 ] Resolved [ 5 ]
            Assignee Fuquan Wang [ fwang4 ]
            Resolution Fixed [ 1 ]
            richard Richard Linchangco (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Resolved [ 5 ] Reopened [ 4 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-609 [ BUG-609 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-652 [ BUG-652 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Link This issue relates to BUG-609 [ BUG-609 ]
            alyssa Alyssa Gulledge (Inactive) made changes -
            Status Reopened [ 4 ] Closed [ 6 ]
            Resolution Fixed [ 1 ]

              People

              • Assignee:
                Unassigned
                Reporter:
                kkubiak Katharine Kubiak (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: