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

Marián Labuda (JIRA) issues at jboss.org
Fri Jun 6 05:32:15 EDT 2014


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

Marián Labuda closed JBIDE-17307.
---------------------------------



Verified in JBDS 8.0.0.Beta2a build B106.

> 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
>             Fix For: 4.2.0.Beta2
>
>         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