]
Marián Labuda closed JBIDE-17177.
---------------------------------
Verified in JBDS 8.0.0.Beta2a build B106.
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
Labels: new_and_noteworthy
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.