]
Alexey Kazakov updated JBIDE-19573:
-----------------------------------
Fix Version/s: 4.3.0.Beta2
(was: 4.3.0.Beta1)
Improve test coverage for CDI 1.1/1.2 Annotated beans
-----------------------------------------------------
Key: JBIDE-19573
URL:
https://issues.jboss.org/browse/JBIDE-19573
Project: Tools (JBoss Tools)
Issue Type: Task
Components: cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Beta2
Currently we test CDI 1.1/1.2 annotated beans only for CDI as-you-type model. (CDI model
snapshots for files which are being edited). We should test it for regular CDI
projects/models which are built by CDI builder.
I see it in CDI11AnnotatedTest. Maybe more tests effected.