]
Marián Labuda updated JBIDE-13579:
----------------------------------
Labels: jax-rs (was: )
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.3.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.