[jbosstools-issues] [JBoss JIRA] (JBIDE-19417) Generated JAX-RS endpoint hint in create method inline comment contains invalid code template

Marián Labuda (JIRA) issues at jboss.org
Fri Mar 6 04:47:50 EST 2015


     [ https://issues.jboss.org/browse/JBIDE-19417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marián Labuda updated JBIDE-19417:
----------------------------------
    Fix Version/s: 4.2.3.Final
                       (was: 4.3.0.Alpha2)


> Generated JAX-RS endpoint hint in create method inline comment contains invalid code template
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-19417
>                 URL: https://issues.jboss.org/browse/JBIDE-19417
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: webservices
>    Affects Versions: 4.3.0.Alpha1
>            Reporter: Marián Labuda
>            Assignee: Marián Labuda
>            Priority: Minor
>              Labels: jax-rs
>             Fix For: 4.2.3.Final
>
>
> In JBIDE-18823 we implemented to generate create() method body in relation to (non)existing getId method in POJO class. If there is no such method, generated codes looks like this:
> {code}
> //TODO: process the given pojo
> //you may want to use the following return statement, assuming that Pojo#getId() or a similar method 
> //would provide the identifier to retrieve the created Pojo resource:
> //return Response.created(UriBuilder.fromResource(PojoEndpoint.class).path(String.valueOf(pojo.getId())).build();
> {code} 
> but the code in last inline comment should looks like this 
> {code}
> Response.created(UriBuilder.fromResource(PojoEndpoint.class).path(String.valueOf(pojo.getId())).build()).build();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)



More information about the jbosstools-issues mailing list