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

Incorrect problem marker when refactoring a custom Qualifier

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 4.1.1.Alpha2
    • 4.1.0.Final
    • webservices
    • None

    Description

      When I refactor (rename or move in another package) a CDI Qualifier such as:

      @Retention(RUNTIME)
      @Target({TYPE, METHOD, FIELD, PARAMETER})
      @Qualifier
      public @interface ConsumerSessionQualifier {
      
      }
      

      I get error markers on the @Target annotation with the following message:

      @Target annotation value is not correct. It should be ElementType.METHOD

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: