]
Jeff MAURY updated JBIDE-13579:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
Should warn when 2 JAX-RS resource methods match the same endpoint
(URI + mediatypes)
-------------------------------------------------------------------------------------
Key: JBIDE-13579
URL:
https://issues.jboss.org/browse/JBIDE-13579
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 4.0.0.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: 4.6.x
This may happen after a copy/paste of code for example.
A warning could also be put at the resource type level if the @Path annotation value
matches another resource's one.