]
Xavier Coulon reassigned JBIDE-17177:
-------------------------------------
Assignee: Xavier Coulon
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
Assignee: Xavier Coulon
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 "(a)Target(ElementType.METHOD)" which causes error because
"(a)Target(\{ElementyType.TYPE, ElementType.METHOD\})" is required.
This error also have a quick fix but it doesn't solve a problem.