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 know how is this, how to fix this issue?


=============================================================================
> 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,
> -marc
> 
> On 24.01.17 04:02, [email protected] wrote:
> > JaCoCo version:0.7.8
> > Operating system:linux
> > Tool integration: Maven+jacoco agent
> >
> > I use jacoco agent to dump exec file,then use maven-plugin generate report
> >
> >   @Override
> >      public GetCTaskTreeTypeResponse getCTaskTreeType(GetCTaskTreeRequest 
> > request) throws Exception {
> >          GetCTaskTreeTypeResponse responseType = new 
> > GetCTaskTreeTypeResponse();
> >          ResponseStatusType responseStatusType = new ResponseStatusType();
> >
> >          try {
> >              responseType = TaskBusiness.getCTaskTreeType(request);
> >              responseStatusType.setAck(AckCodeType.Success);
> >
> > In this class, TaskBusiness.getCTaskTreeType(request) is covered ,but 
> > TaskBusiness's coverage is 0%.
> >
> > Element     Missed Instructions     Cov.    Missed Branches Cov.    Missed  
> > Cxty    Missed  Lines   Missed  Methods Missed  Classes
> > Total       5,201 of 5,201  0%      662 of 662      0%      365     365     
> > 877     877     28      28      1       1
> > TaskBusiness        5,201   0%      662     0%      365     365     877     
> > 877     28      28      1       
> >

-- 
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/c82bd3cc-a1e7-431a-98c4-8cbeadd53d6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to