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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Jun 7 14:50:38 EDT 2010


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