Skip to main content

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

Thanks, Jean-Luc. Yes, looks like a bug. Do you or Aurelien mind entering this in our Bugzilla?

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Lyo

--
Samuel Padgett | IBM Rational | spadgett@xxxxxxxxxx
Eclipse Lyo: Enabling tool integration with OSLC


Inactive hide details for "Johnson, Jean-Luc" ---06/05/2014 12:10:57 PM---Hi OSLC Community,"Johnson, Jean-Luc" ---06/05/2014 12:10:57 PM---Hi OSLC Community,


    From:

"Johnson, Jean-Luc" <Jean-Luc.Johnson@xxxxxxxx>

    To:

<lyo-dev@xxxxxxxxxxx>

    Date:

06/05/2014 12:10 PM

    Subject:

[lyo-dev] Defect in the Bugzilla Application

    Sent by:

lyo-dev-bounces@xxxxxxxxxxx




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
 _______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/lyo-dev


GIF image

GIF image


Back to the top