Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Epic Link:
-
Sprint:Sprint 19
Description
Selecting the Hide Visual Tools option may cause a null pointer exception.
To reproduce:
-fiddle around with IGB window size (or seqmap size possibly) and then select "Hide Visual Tools" from the View Menu until an exception is generated.
*See comment below for exception.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.affymetrix.igb.glyph.DefaultTierGlyph.lambda$superDrawChildren$104(DefaultTierGlyph.java:278)
at com.affymetrix.igb.glyph.DefaultTierGlyph$$Lambda$247/2096538841.accept(Unknown Source)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
at com.affymetrix.igb.glyph.DefaultTierGlyph.superDrawChildren(DefaultTierGlyph.java:277)
at com.affymetrix.igb.glyph.DefaultTierGlyph.drawChildren(DefaultTierGlyph.java:261)
at com.affymetrix.igb.view.factories.AbstractTierGlyph.drawTraversal(AbstractTierGlyph.java:310)
at com.affymetrix.genoviz.bioviews.Glyph.drawChildren(Glyph.java:184)
at com.affymetrix.genoviz.bioviews.Glyph.drawTraversal(Glyph.java:138)
at com.affymetrix.genoviz.glyph.RootGlyph.drawTraversal(RootGlyph.java:71)
at com.affymetrix.genoviz.bioviews.View.normalDraw(View.java:455)
at com.affymetrix.genoviz.bioviews.View.draw(View.java:371)
at com.affymetrix.genoviz.bioviews.View.componentPainted(View.java:914)
at com.affymetrix.genoviz.awt.NeoCanvas.postPaintEvent(NeoCanvas.java:69)
at com.affymetrix.genoviz.awt.NeoCanvas.paintComponent(NeoCanvas.java:44)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.access$1300(Unknown Source)
at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)