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. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/695f05a6-655d-48db-8f0c-b6f69d9bd6ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
