xhyccc / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

exception in tracer (development source) #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When trying to remove the last plot

/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/java -Xmx1000m -Xss512k -ea
-Didea.launcher.port=7532
-Didea.launcher.bin.path=/home/joseph/bin/idea-6107/bin
-Dfile.encoding=UTF-8 -classpath
/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/javaws.jar:/usr/lib/jvm/java-1.5.0-
sun-1.5.0.11/jre/lib/plugin.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/rt.
jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/deploy.jar:/usr/lib/jvm/java-1.
5.0-sun-1.5.0.11/jre/lib/jce.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/ch
arsets.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/jsse.jar:/usr/lib/jvm/ja
va-1.5.0-sun-1.5.0.11/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-1.5.0-su
n-1.5.0.11/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/l
ib/ext/dnsns.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/ext/sunpkcs11.jar:
/home/joseph/phd/beast/beast-mcmc/classes:/home/joseph/phd/beast/beast-mcmc/lib/
commons-math-1.1.jar:/home/joseph/phd/beast/beast-mcmc/lib/jdom.jar:/home/joseph
/phd/beast/beast-mcmc/lib/jebl-0.4.jar:/home/joseph/bin/idea-6107/lib/idea_rt.ja
r
com.intellij.rt.execution.application.AppMain
dr.app.tracer.application.TracerApp
Exception in thread "AWT-EventQueue-0"
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
    at java.util.Vector.get(Vector.java:710)
    at dr.gui.chart.JChart.getPlot(JChart.java:158)
    at dr.app.tracer.traces.JTraceChart.paintContents(JTraceChart.java:149)
    at dr.gui.chart.JChart.paintComponent(JChart.java:349)
    at javax.swing.JComponent.paint(JComponent.java:1006)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
    at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
    at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
    at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
    at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueU
tilities.java:114)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:2
42)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163
)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Exception in thread "AWT-EventQueue-0"
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
    at java.util.Vector.get(Vector.java:710)
    at dr.gui.chart.JChart.getPlot(JChart.java:158)
    at dr.app.tracer.traces.JTraceChart.paintContents(JTraceChart.java:149)
    at dr.gui.chart.JChart.paintComponent(JChart.java:349)
    at javax.swing.JComponent.paint(JComponent.java:1006)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintChildren(JComponent.java:843)
    at javax.swing.JComponent.paint(JComponent.java:1015)
    at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
    at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
    at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
    at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
    at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueU
tilities.java:114)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:2
42)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163
)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Original issue reported on code.google.com by jhe...@gmail.com on 4 Jul 2007 at 2:03

GoogleCodeExporter commented 9 years ago
Fixed as part of revision 419.

Original comment by ramb...@gmail.com on 22 Jul 2007 at 1:19