I am facing an error while server startup with jacoco 0.7.5 setup & jdk 1.8.51 at instrumenting class.
The exception - IllegalClassFormatException has been thrown and the root
cause is - RunTimeException saying "Class FIle too Large".
Here, this is generated class through our framework. Hence, i cannot split/divide it into multiple classes.
To avoid this exception, I have used option - excludes in catalina.bat file. This resulted in no exception but generated jacoco.exec file doesn't contain projects sources related information. It is covering only tomcat server related files inforamtion. Even if i generate report by using this exec, there is 0% coverage for project sources.
So can you please assist me to get rid of class size issue. Is there any issue with jacoco against jdk 8. Thanks for help.
Thank you marchof.. Can we have support for large class file size in future release of jacoco.. as i cannot split/divide problem classes into multiple classes becasue those are generated class through our framework.
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a7b1009e-82ee-4cae-a900-8e1c54195621%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you marchof.. Can we have support for large class file size in future release of jacoco.. as i cannot split/divide problem classes into multiple classes becasue those are generated class through our framework.
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a7b1009e-82ee-4cae-a900-8e1c54195621%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Those excluded classes are very important in our application that’s why report is not having coverage information...seems these excluded classes are involved in the process everywhere after login….