]
Marián Labuda closed JBIDE-13556.
---------------------------------
Closing.
Mark JAX-RS elements as removable instead of actually removing them
during Java Element Changes
-----------------------------------------------------------------------------------------------
Key: JBIDE-13556
URL:
https://issues.jboss.org/browse/JBIDE-13556
Project: Tools (JBoss Tools)
Issue Type: Task
Components: webservices
Affects Versions: 4.0.0.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 4.1.0.Beta2
If JAX-RS element become invalid (ie: missing annotation, missing interface
implementation, etc.) during Java editing, they are removed from the metamodel. An
alternative could be to mark them as removable in the mean time, until the underlying
resource is saved.