[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6263) There is no any Type Declarations in CDI model for type variables.

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Jun 14 06:30:55 EDT 2010


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

Max Rydahl Andersen updated JBIDE-6263:
---------------------------------------

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


> There is no any Type Declarations in CDI model for type variables.
> ------------------------------------------------------------------
>
>                 Key: JBIDE-6263
>                 URL: https://jira.jboss.org/browse/JBIDE-6263
>             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:
> public class SpiderProducerVariableType_Broken<T> {
>    @Produces T getAnotherFunnelWeaver2;
>    @Produces
>    public T create(InjectionPoint point) {   return null;   }
>    @Produces
>    public <T> T create2(InjectionPoint point)   {  return null;   } 
> }
> There should be T type declaratios for these producers.
> org.jboss.tools.cdi.core.test.tck.ValidationTest.testParameterizedType() 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