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

Jaroslav Jankovič (Closed) (JIRA) jira-events at lists.jboss.org
Wed Oct 26 11:50:46 EDT 2011


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

Jaroslav Jankovič closed JBIDE-9742.
------------------------------------



Verified in JBDS 5.0.0.v201110242253R-H40-M4. Closing Jira.
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list