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/f9309c8a-b3b7-4c61-b3eb-da557e48b9a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to