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

Radoslav Rábara (JIRA) issues at jboss.org
Fri Feb 7 08:48:28 EST 2014


Radoslav Rábara created JBIDE-16494:
---------------------------------------

             Summary: Incorrect problem marker when refactoring a custom Qualifier
                 Key: JBIDE-16494
                 URL: https://issues.jboss.org/browse/JBIDE-16494
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: webservices
    Affects Versions: 4.1.0.Final
            Reporter: Radoslav Rábara
            Assignee: Max Rydahl Andersen
             Fix For: 4.1.1.Alpha2, 4.2.0.Alpha1


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