]
Denis Golovin resolved JBIDE-9637.
----------------------------------
Resolution: Done
On workspaces with complex dependencies between CDI projects, CDI
validation self-disables after full build
-----------------------------------------------------------------------------------------------------------
Key: JBIDE-9637
URL:
https://issues.jboss.org/browse/JBIDE-9637
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI, common/jst/core
Affects Versions: 3.3.0.M3
Reporter: Viacheslav Kabanovich
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.3.0.M3, 3.3.0.M4
Attachments: ValidatorManager.java.patch
I reproduce it on forge projects (
git://github.com/forge/core.git forge).
EXECUTE 1: Start studio and create test class Test in forge-shell-api project.
EXECUTE 2: add injection field @Inject String a;
ASSERT: Warning appears (No eligible beans).
EXECUTE 3: change field to @Inject Test a;
ASSERT: Warning disappears, open-on to bean Test works.
EXECUTE 4: clean/build the entire workspace
EXECUTE 5: repeat steps 2 and 3 several times and check asserts.
ASSERT: open-on to bean Test works when type Test is assigned to field a.
FAILURE: Warning does not appears when type String is assigned to field a.a
If failure is not reproduced, try and rebuild workspace again (probability of the failure
is high).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: