I wanted to demonstrate the effectiveness of EclEmma to a Japanese audience by generating a coverage report on JUnit Test Class based on java.lang.String for example, but I cannot drill down into the methods of java.lang.String. I have tried a few different java classes with no possibity of expand down into the methods.
I experimneted using a different library (Apache Commons Codec org.apache.commons.codec.binary.Base64) and that works fine, I can expand down into all the methods..
Can eclEmma produce reports on the base Java language (native java libraries eg java.lnag.* etc)?
Will greatly appreciate your expertise, time and help on this.
Jeff
1. Please help/tell me how to run the jacocoagent with "inclbootstrapclasses=true" option?
> By default JaCoCo agent doesn't transform classes that loaded by bootstrap classloader ("java.lang.*" and some others) - this is controlled by agent option "inclbootstrapclasses" ( see
>>I am having difficulty running the jacocoagent. I have eclEmma as a plugin for Eclipse4.5, but couldn't find the jacocoagent.jar.
I downloaded the latest jacoco version 080 and tried runnning java -javaagent:[current_path]jacocoagent.jar=inclbootstrapclasses=true, but could not get to run.
2.
JVM debugging options, there is "-verbose:class" that can be used to see which classes are loaded and in which order.
>> Thanks for this, -verbose was an useful reference.
Thanks for your time and expertise, Jeff
I wanted to demonstrate the effectiveness of EclEmma to a Japanese audience
Please help/tell me how to run the jacocoagent with "inclbootstrapclasses=true" option?
I am having difficulty running the jacocoagent. I have eclEmma as a plugin for Eclipse4.5, but couldn't find the jacocoagent.jar.
I downloaded the latest jacoco version 080 and tried runnning java -javaagent:[current_path]jacocoagent.jar=inclbootstrapclasses=true, but could not get to run.