What steps will reproduce the problem?
1. Run ReportingTool on data
What is the expected output? What do you see instead?
It should generate some reports. On some files it chokes with error instead.
I do not know what is triggering the issue. In the same setup the ReportingTool
generates results from some data and chokes on others.
What version of the product are you using? On what operating system?
Please provide any additional information below:
java -jar ReportingTool.jar --makeindexPath=/usr/bin/makeindex
--inputFile=../FauTimer/out_of_bounds.csv --name=test
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: --- CALIBRATION PHASE ---
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: theSecretA vs. theSecretB
Oct 22, 2012 11:18:10 PM evaluation.BoxTest optimalBox
INFO: optimal box (50-50): 34-55
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: theSecretA < theSecretB - amount of minimal measures per secret: 1
Oct 22, 2012 11:18:10 PM evaluation.StatisticEvaluation calibrationPhase
INFO: theSecretB vs. theSecretA
Oct 22, 2012 11:18:10 PM evaluation.BoxTest optimalBox
INFO: optimal box (50-50): 0-5
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size:
0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at dataset.Secret.<init>(Secret.java:33)
at plots.Histogram.writeMetadata(Histogram.java:93)
at plots.Histogram.<init>(Histogram.java:34)
at plots.PlotPool.plot(PlotPool.java:53)
at evaluation.StatisticEvaluation.calibrationPhase(StatisticEvaluation.java:106)
at evaluation.StatisticEvaluation.<init>(StatisticEvaluation.java:44)
at main.Main.main(Main.java:64)
Original issue reported on code.google.com by michal.a...@gmail.com on 22 Oct 2012 at 9:28
Original issue reported on code.google.com by
michal.a...@gmail.com
on 22 Oct 2012 at 9:28Attachments: