Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] Defect in the Bugzilla Application

Hi OSLC Community,

 

I would like to report a defect in the Eclipse lyo project. Today my colleague Aurelien found an error in the bugzilla application :
 
Class : http://git.eclipse.org/c/lyo/org.eclipse.lyo.docs.git/tree/org.eclipse.lyo.oslc4j.bugzilla/src/main/java/org/eclipse/lyo/oslc4j/bugzilla/services/BugzillaChangeRequestService.java
 
 
line 671:
return Response.created(about).entity(changeRequest).header(Constants.HDR_OSLC_VERSION, Constants.OSLC_VERSION_V2).build();
 
Should be :
return Response.created(about).entity(newChangeRequest).header(Constants.HDR_OSLC_VERSION, Constants.OSLC_VERSION_V2).build();
 

 

Best regards,

Jean-Luc Johnson

 


Back to the top