[jbosstools-issues] [JBoss JIRA] (JBIDE-15908) Problem decorator is not removed after error was fixed

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Fri Nov 8 12:47:01 EST 2013


Xavier Coulon created JBIDE-15908:
-------------------------------------

             Summary: 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: Xavier Coulon
             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


More information about the jbosstools-issues mailing list