Version 1.2p: Exception when doing Copy&Paste of Chart data
Status: Beta
Brought to you by:
jburse
The following "works" with Linux (JDK 1.4.2_01) and
Windows (JDK 1.4.2_03).
Load a model with a Chart, such as
"samples/lektion2/pond/viewer.mdl"
Run the model a few steps. Then select the Chart-Agent.
Then select the Chart view.
If you then choose the menu option "Edit/Copy" the
following exception is generated:
java.lang.ArrayIndexOutOfBoundsException: 1
at eawag.chart.view.PlotGroup.getLen(PlotGroup.java:67)
at
eawag.chart.view.PlotContent.getLen(PlotContent.java:91)
at eawag.chart.ChartPlot.doCopy(ChartPlot.java:48)
at xlog.menu.EditMenu.actionPerformed(EditMenu.java:105)
... many more