[jbosstools-issues] [JBoss JIRA] (JBIDE-15508) Incorrect problem marker when refactoring a custom Qualifier

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Sep 23 15:22:47 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806701#comment-12806701 ] 

Xavier Coulon commented on JBIDE-15508:
---------------------------------------

damn !! It's a JAX-RS problem that is reported. 
Oh, the irony...

(that deserves a facepalm)
                
> Incorrect problem marker when refactoring a custom Qualifier
> ------------------------------------------------------------
>
>                 Key: JBIDE-15508
>                 URL: https://issues.jboss.org/browse/JBIDE-15508
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: cdi
>    Affects Versions: 4.1.0.Final
>            Reporter: Xavier Coulon
>            Assignee: Xavier Coulon
>
> When I refactor (rename or move in another package) a CDI Qualifier such as:
> {code}
> @Retention(RUNTIME)
> @Target({TYPE, METHOD, FIELD, PARAMETER})
> @Qualifier
> public @interface ConsumerSessionQualifier {
> }
> {code}
> I get error markers on the @Target annotation with the following message: 
> {quote}
> @Target annotation value is not correct. It should be ElementType.METHOD
> {quote}
>  

--
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