[
https://issues.jboss.org/browse/JBIDE-15908?page=com.atlassian.jira.plugi...
]
Radoslav Rábara closed JBIDE-15908.
-----------------------------------
Verified in JBDS 7.1.0 CR1-v20131116-1929-B543
Problem decorator is not removed after error was fixed
-------------------------------------------------------
Key: JBIDE-15908
URL:
https://issues.jboss.org/browse/JBIDE-15908
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.1.1.Beta1
Reporter: Xavier Coulon
Assignee: Max Rydahl Andersen
Fix For: 4.1.1.CR1
Create a JAX-RS validation error such as
{code}
@GET
@Path("/{id}")
public AttendeeRepresentation getAttendee(@PathParam("ide") final int id) {
...
}
{code}
ASSERT: an error decorator appears on the JAX-RS Endpoint in the project explorer.
Fix the problem (change "ide" -> "id")
ASSERT: the error decorator should disappear
FAIL the error decorator remains visible.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira