Привет,

I've tried to sleep code and dump state, but it dumps everything up to
problem code(A). When dumping again the "Init code" is included. (i.e
we have A+B, but I need only B).

In the coverage view check the "Reset on dump" option of the "Dump Execution Data" drop down menu.

Then request a dump after boring A) -- you can probably ignore that.

If you create a dump after B) you will only see the executed code after the previous dump.

Hope this helps.

Cheers,
-marc


On 2018-03-09 17:10, lufim...@redhat.com wrote:
Hello (Привет!),

I'm an SWT/Eclipse developer, trying to fix a difficult Tree-editor
drawing issue.

I have a situation like this:
A) <Boring Init Code>
B) <Problem Code that goes into JNI and back to java many times>

I need to figure how what lines are covered by the *problem* code, but
not by Init.

I would like to do something like:

A) <Init Code>
 - Turn on Cove Coverage
B) <Problem code>

Is this possible?


I've tried to sleep code and dump state, but it dumps everything up to
problem code(A). When dumping again the "Init code" is included. (i.e
we have A+B, but I need only B).

I've tried to do two runs (A+B) and only A and export via html. But
the html have different time stamps so it's hard to tell the actual
difference :-/. (I'm considering writing bash scripts to change
that...)

Please advise.

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/83b6d8f68e6c42e48efd57b57463b70a%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to