Hi, the target class gets “instrumented”. I.e. additional bytecode instructions are inserted which set the respective boolean flags in the runtime data.
Regards, -marc > On 19. Oct 2020, at 09:30, winter <[email protected]> wrote: > > I debug the CoreTutorial.java step by step > > final Runnable targetInstance = (Runnable) targetClass.newInstance(); > targetInstance.run(); > > when these lines were executed, it means our test target was executed, then I > noticed the value of probe arrays in variable store in class RuntimeData > changed, like [true,true,true,false,true,true], how it works? I didn't find > how the RuntimeData value been changed > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/1bda1eb6-e73b-4d2f-9b2e-a61063b1f168n%40googlegroups.com > > <https://groups.google.com/d/msgid/jacoco/1bda1eb6-e73b-4d2f-9b2e-a61063b1f168n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/034191EA-F0AE-424B-A1EB-CADC3127170B%40mountainminds.com.
