Hi,
dynamically created classes are excluded by default. You can record execution data by setting the following agent option:
inclnolocationclasses=true
Also note that this will only collect execution data for these classes. They will not show in the report as the report generator needs class files for analysis. There is another option to dump all classes seen by the JaCoCo agent (including generated ones):
classdumpdir=/some/local/path
Please see documentation for details.
Regards,
-marc
--
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/a6667ad2-0049-48b5-966e-d9d1b4ad20d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
![]()
This message is eligible for Automatic Cleanup! (hoff...@mountainminds.com) Add cleanup rule | More info
Hi,
dynamically created classes are excluded by default. You can record execution data by setting the following agent option:
inclnolocationclasses=trueAlso note that this will only collect execution data for these classes. They will not show in the report as the report generator needs class files for analysis. There is another option to dump all classes seen by the JaCoCo agent (including generated ones):
classdumpdir=/some/local/pathPlease see documentation for details.
Regards,
-marcOn 2018-05-09 22:58, ari wrote:
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a6667ad2-0049-48b5-966e-d9d1b4ad20d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jacoco/o6-39KhdQ98/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jacoco+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/c2f2058d6e5d453bbdaea981d717623a%40mountainminds.com.
Hi Veenavani,
JaCoCo tracks whether certain Java byte code IS executed. It does not track WHAT the code actually does. Therefore JaCoCo cannot track whether the code loads specific files.
Regards,
-marc
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/CADX0T0fjsMZ60sjFd8V4aL278feM4tMjqmvj_nBDrQ4nOtGYCA%40mail.gmail.com.