Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-15908

Problem decorator is not removed after error was fixed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.1.1.CR1
    • 4.1.1.Beta1
    • webservices
    • None

      Create a JAX-RS validation error such as

      @GET
      @Path("/{id}")
      public AttendeeRepresentation getAttendee(@PathParam("ide") final int id) { 
      ...
      }
      

      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.

            manderse@redhat.com Max Andersen
            xcoulon@redhat.com Xavier Coulon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: