Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:None
Description
Windows v12291
A_thal
Rt click > Transform < Depth
Click on track label
Track Operations > Single-Track Operations > Any option > Go
Exception thrown:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.affymetrix.igb.view.TrackView.getTier(TrackView.java:84)
at com.affymetrix.igb.view.TrackView.getTrack(TrackView.java:97)
at com.affymetrix.igb.view.SeqMapView.getTrack(SeqMapView.java:942)
at com.affymetrix.igb.view.SeqMapView.getTrack(SeqMapView.java:938)
at com.affymetrix.igb.view.TrackView.addAnnotationGlyphs(TrackView.java:244)
at com.affymetrix.igb.view.TrackView.addTracks(TrackView.java:154)
at com.affymetrix.igb.view.SeqMapView.addAnnotationTracks(SeqMapView.java:1255)
at com.affymetrix.igb.view.SeqMapView.addGlyphs(SeqMapView.java:1001)
at com.affymetrix.igb.view.SeqMapView.setAnnotatedSeq(SeqMapView.java:815)
at com.affymetrix.igb.view.SeqMapView.setAnnotatedSeq(SeqMapView.java:737)
at com.affymetrix.igb.shared.TrackUtils.addTrack(TrackUtils.java:39)
at com.affymetrix.igb.shared.TrackFunctionOperationA.addNonUpdateableTier(TrackFunctionOperationA.java:109)
at com.affymetrix.igb.shared.TrackFunctionOperationA.addTier(TrackFunctionOperationA.java:48)
at com.affymetrix.igb.shared.TrackTransformAction.actionPerformed(TrackTransformAction.java:24)
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.AWTEventMulticaster.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)
Fixed in r12302.