When i use jacoco agent dump exec file in application server(linux). Until some test cases are executed ,then i copy the dump file into a window system and use jacoco-maven-plugin execute command "mvn install org.jacoco:jacoco-maven-plugin:0.7.9:
report -Djacoco.dataFile=****\jacoco-it.exec " .
But some classes have the following warnings:
"
[INFO] Loading execution data file D:\cvg\100007428\Fat2\Ebkorder-service\jacoco-it.exec
[INFO] Analyzed bundle '
orderinfo.biz' with 117 classes
[WARNING] Classes in bundle '
orderinfo.biz' do no match with execution data. For report generation the same class files must be used as at runtime.
[WARNING] Execution data for class com/ctrip/hotel/merchant/ebk/orderinfo/biz/main/SendEBKCorperateTravelBiz does not match.
[WARNING] Execution data for class com/ctrip/hotel/merchant/ebk/orderinfo/biz/main/GetAllicanceNameBiz does not match.
[WARNING] Execution data for class com/ctrip/hotel/merchant/ebk/orderinfo/biz/main/order/OrderUnprocessManager does not match.
..............."