[jbosstools-issues] [JBoss JIRA] (JBIDE-12997) Class-level @PathParam's are ignored in JAX-RS outline

Xavier Coulon (JIRA) issues at jboss.org
Thu Mar 13 04:56:11 EDT 2014


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

Xavier Coulon updated JBIDE-12997:
----------------------------------

    Description: 
When there are class-level @QueryParam members, they should appear as REST api query parameters for all the REST apis declared in that class and its subclasses (depending on the class members visibility).

According to the JAX-RS 1.x spec, this is a valid declaration and thus should be supported by the plugin introspection.

  was:
When there are class-level @QueryParam members, they don't should appear as REST api query parameters for all the REST apis declared in that class and its subclasses (depending on the class members visibility).

According to the JAX-RS 1.x spec, this is a valid declaration and thus should be supported by the plugin introspection.


    
> Class-level @PathParam's are ignored in JAX-RS outline
> ------------------------------------------------------
>
>                 Key: JBIDE-12997
>                 URL: https://issues.jboss.org/browse/JBIDE-12997
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: webservices
>    Affects Versions: 4.0.0.Alpha2
>         Environment: Win7 64 bit, Java 7, Juno SP1
>            Reporter: Ron Ratovsky
>            Assignee: Xavier Coulon
>             Fix For: 4.2.x
>
>
> When there are class-level @QueryParam members, they should appear as REST api query parameters for all the REST apis declared in that class and its subclasses (depending on the class members visibility).
> According to the JAX-RS 1.x spec, this is a valid declaration and thus should be supported by the plugin introspection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list