[jbosstools-issues] [JBoss JIRA] (JBIDE-17307) Missing label and broken link for JAX-RS problem severity configuration

Xavier Coulon (JIRA) issues at jboss.org
Wed May 21 05:52:57 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-17307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon reassigned JBIDE-17307:
-------------------------------------

    Assignee: Xavier Coulon


> Missing label and broken link for JAX-RS problem severity configuration
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-17307
>                 URL: https://issues.jboss.org/browse/JBIDE-17307
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: webservices
>    Affects Versions: 4.1.1.Final
>            Reporter: Xavier Coulon
>            Assignee: Xavier Coulon
>         Attachments: Screen Shot 2014-05-21 at 11.42.13.png
>
>
> Let's say the user has a class as below:
> {code}
> package org.jboss.tools.ws.jaxrs.sample.services;
> import javax.ws.rs.HttpMethod;
> import java.lang.annotation.Retention;
> import java.lang.annotation.RetentionPolicy;
> import java.lang.annotation.Target;
> import java.lang.annotation.ElementType;
> @Target(ElementType.METHOD)
> @HttpMethod("FOO")
> public @interface FOO {
> }
> {code}
> The JAX-RS Validator will report that the {{FOO}} type is missing an {{@Retention}} annotation. When hovering over the problem in the Java Editor, the dialog shows 2 quickfixes, one should be a link to the preference page to change the severity level associated with this problem. The link label is incomplete and targets a blank property page.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list