OpenOn for injection point open a wrong bean if there are a few injected parameters in the
class.
-------------------------------------------------------------------------------------------------
Key: JBIDE-9742
URL:
https://issues.jboss.org/browse/JBIDE-9742
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.M4
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.3.0.M4
EXECUTE: Create a CDI project:
EXECUTE: Create the following beans:
{code}
public class TestBean {
@Inject
public void initialize(TestBean children) {
}
@Inject
public void initialize(FooBean children) {
}
}
{code}
{code}
public class FooBean {
}
{code}
FAILURE: Try to Ctrl+Click on injections. Both of them open the same bean.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira