[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6448) Injection points with a raw type should resolve to corresponding bean.

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Sep 16 03:46:28 EDT 2010


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

Viacheslav Kabanovich updated JBIDE-6448:
-----------------------------------------

    Fix Version/s: 3.2.0.M1
                       (was: 3.2.x)


> Injection points with a raw type should resolve to corresponding bean.
> ----------------------------------------------------------------------
>
>                 Key: JBIDE-6448
>                 URL: https://jira.jboss.org/browse/JBIDE-6448
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.x
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.2.0.M1
>
>
> For example:
>    @Produces public Dao<Object, Object> getDao() {...}
>    @Produces Dao getRawDao() {...}
>    @Produces public Dao<String, String> getDao() {...}
> and
> @Inject Dao dao; should resove to all the producers but @Inject Dao<String, String> should resolve to the last one.
> org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest.testAssignabilityToRawType() should pass.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list