]
Marián Labuda closed JBIDE-16981.
---------------------------------
Verified in JBDS 8.0.0.Beta2 B106
Validation of @Path parameters binding ignores @PathParam fields
----------------------------------------------------------------
Key: JBIDE-16981
URL:
https://issues.jboss.org/browse/JBIDE-16981
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.2.0.Beta1
Reporter: Radoslav Rábara
Assignee: Xavier Coulon
Fix For: 4.2.0.Beta2
Validation of @Path parameters ignores @PathParam fields so if you have @PathParam field
used as parameter in @Path, you get warning:
{code}The @Path template parameter '<parameter name>' is not bound to any
parameter annotated with @PathParam of the '<method name>' method.{code}