]
Rastislav Wagner closed JBIDE-19636.
------------------------------------
verified in JBT 4.3.0 nightly (2.6.2015)
Missing warning when scope defines wrong retention
--------------------------------------------------
Key: JBIDE-19636
URL:
https://issues.jboss.org/browse/JBIDE-19636
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 4.3.0.Alpha2
Reporter: Rastislav Wagner
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Beta1
Warning is missing only in CDI 1.1+ projects.
CDI spec says "A scope type is a Java annotation defined as
@Retention(RUNTIME)"
So we should have a warning if no/wrong retention is defined.