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

Incorrect problem marker when refactoring a custom Qualifier

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.Alpha1
    • 4.1.0.Final
    • webservices
    • None

      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

            manderse@redhat.com Max Andersen
            rrabara Radoslav RĂ¡bara (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: