[
https://jira.jboss.org/browse/JBIDE-7633?page=com.atlassian.jira.plugin.s...
]
Daniel Azarov updated JBIDE-7633:
---------------------------------
Summary: Quick fix for "Scope annotation type must be annotated with
@Target('{'TYPE, METHOD, FIELD'}') [JSR-299 §2.4.2]" error marker
(was: Quickfix for "Scope annotation type must be annotated with
@Target('{'TYPE, METHOD, FIELD'}') [JSR-299 §2.4.2]" error marker)
Description:
This quick fix should offer to add @Target({TYPE, METHOD, FIELD}) annotation if there is
no @Target annotation.
Or offer to change current @Target annotation to @Target({TYPE, METHOD, FIELD}) if current
@Target annotation is incorrect.
was:
This quickfix should offer to add @Target({TYPE, METHOD, FIELD}) annotation if there is no
@Target annotation.
Or offer to change current @Target annotation to @Target({TYPE, METHOD, FIELD}) if current
@Target annotation is incorrect.
Quick fix for "Scope annotation type must be annotated with
@Target('{'TYPE, METHOD, FIELD'}') [JSR-299 §2.4.2]" error marker
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7633
URL:
https://jira.jboss.org/browse/JBIDE-7633
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
This quick fix should offer to add @Target({TYPE, METHOD, FIELD}) annotation if there is
no @Target annotation.
Or offer to change current @Target annotation to @Target({TYPE, METHOD, FIELD}) if
current @Target annotation is incorrect.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira