Hi,
Here is a situation.
I develop another java agent which used to instrument some byte code to record some log information.
Then I also want to use JaCoCo to calculate the coverage about original java code.
Is there any conflict between these java agents?
Does JaCoCo has some function that rollback the byte code which is redefined by another java agent?
Thanks!
-- Kevin Kong