In my case I run try to using different machine to run the test and generate report by Jenkins, I think they share the same config but I will check. So even though the classes files are from different machines I thought they are same. Anyone has any idea of the config I could check on the machines other than:
Different compiler vendor (e.g. Eclipse vs. Oracle JDK)
Different compiler versions
Different compiler settings (e.g. debug vs. non-debug)
Thanks for the quick reply, I will try it.
Another thing I notice that the instrument seems sometime will change the classes file in a wired way, after the off line instrument, a lot of code become /* compiled code */. And the data from this class can't be correctly generated, do you have any idea on it?
Yutian Song