simplivity / bullshtml

Bullseye HTML Coverage Report Generator
3 stars 4 forks source link

InvocationException #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.i have created the coverage file.
2. included my source files 
3. and build + executed my unittests

when i run the bullshtml clover-repor i get 

Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.simontuffs.onejar.Boot.run(Boot.java:306)
        at com.simontuffs.onejar.Boot.main(Boot.java:159)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(Unknown Source)
        at java.util.ArrayList.get(Unknown Source)
        at com.junoyoon.BullsHtml.generateCloverXml(Unknown Source)
        at com.junoyoon.BullsHtml.main(Unknown Source)
        ... 6 more

where i exspected hus to se it execute and create the foldere with content 
im using the latest version 1.0.4 on windows xp with service pack 3

we are very happy to  use this tool and its a major road block in our 
automation of our code test so we hope you would se into 

we would be more thant happy to support with more info if you need

Original issue reported on code.google.com by truck...@gmail.com on 21 Sep 2011 at 8:53

GoogleCodeExporter commented 9 years ago
i can see that youre version is release agiant bullseye version 8.0.x wher we 
are using  8.3.X is there any easy way to fix this, ill be happy to help out?

Original comment by truck...@gmail.com on 22 Sep 2011 at 10:30

GoogleCodeExporter commented 9 years ago
OK. I'll check it.

Original comment by junoy...@gmail.com on 28 Mar 2012 at 5:28

GoogleCodeExporter commented 9 years ago
Recently, I ran bullshtml with bullseyecoverage8.3.X version and I found it 
still works.. I think your problem comes from no recorded coverage. 

I've added the error message for the such case and you can download 1.0.5 
version.

Original comment by junoy...@gmail.com on 30 Mar 2012 at 7:09