[jbosstools-issues] [JBoss JIRA] (JBIDE-17177) Wrong @NameBinding quick fix for a @Target annotation

Radoslav Rábara (JIRA) issues at jboss.org
Wed Apr 23 05:59:33 EDT 2014


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

             Summary: Wrong @NameBinding quick fix for a @Target annotation
                 Key: JBIDE-17177
                 URL: https://issues.jboss.org/browse/JBIDE-17177
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: webservices
    Affects Versions: 4.2.0.Beta1
            Reporter: Radoslav Rábara
             Fix For: 4.2.0.Beta2


There is broken quick fix for a missing @Target on annotation, which is annotated with @NameBinding.
It will add "@Target(ElementType.METHOD)" which causes error because "@Target(\{ElementyType.TYPE, ElementType.METHOD\})" is required.
This error also have a quick fix but it doesn't solve a problem.

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