Re: [java code coverage] jacoco lost some coverage

2017-01-24 Thread Evgeny Mandrikov
If class used at runtime during collection of his coverage into "jacoco.exec" is not the same as class used during generation of report from "jacoco.exec", then message "Execution data for class ... does not match" is shown. Before fix, first required to understand what is a cause of this in y

Re: [java code coverage] jacoco lost some coverage

2017-01-23 Thread felix19822005
yes,on the session page,TaskBusiness is listed: hotel.order.suppliertaskservice.business.TaskBusiness 24709a23be503103 but no html link on the TaskBusiness entry. on maven output: [WARNING] Execution data for class hotel/order/suppliertaskservice/business/Task Business does not match. i don't k

Re: [java code coverage] jacoco lost some coverage

2017-01-23 Thread Marc R. Hoffmann
Hi, on the top right corner of the HTML report there is a link "sessions". On that page: 1) Is the your class TaskBusiness listed? 2) Does the TaskBusiness entry have a html link on the sessions page? Also check your maven build output: Is there any message from the report goal? Cheers, -m