[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-9742) OpenOn for injection point open a wrong bean if there are a few injected parameters in the class.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Sep 20 20:03:26 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov resolved JBIDE-9742.
-----------------------------------

      Assignee: Viacheslav Kabanovich  (was: Alexey Kazakov)
    Resolution: Done


fixed

> 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

        


More information about the jbosstools-issues mailing list