[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-6425) Bean type may be an array.

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Jun 9 06:27:38 EDT 2010


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

Viacheslav Kabanovich resolved JBIDE-6425.
------------------------------------------

    Resolution: Done


> Bean type may be an array.
> --------------------------
>
>                 Key: JBIDE-6425
>                 URL: https://jira.jboss.org/browse/JBIDE-6425
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi (jsr-299)
>    Affects Versions: 3.2.next
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.2.0.M1
>
>
> For example:
> class SpiderProducer {
>    @Produces public Spider[] getSpiders() {...}
> }
> public class CrabSpider extends Spider {...}
> then IBeanManager.getBeans() for [QSpider; should return this producer method and should not return CrabSpider bean since it doesn't have Spider[] type.
> ResolutionByTypeTest.testResolveByTypeWithArray() 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