]
Marián Labuda updated JBIDE-12486:
----------------------------------
Labels: jax-rs new_and_noteworthy (was: new_and_noteworthy)
Improve message labels when JAX-RS PathParam annotation value does
not match Path template parameters
-----------------------------------------------------------------------------------------------------
Key: JBIDE-12486
URL:
https://issues.jboss.org/browse/JBIDE-12486
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 3.3.0.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Labels: jax-rs, new_and_noteworthy
Fix For: 4.3.x
Improve the message and distinguish cases where:
- the @PathParam value contains surrounding "{" and "}" characters
- the @PathParam specifies a value that does not match any of the @Path template
parameters
- the @Path specifies a template parameters that does not match any of the @PathParam
values