[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6258) CDI model set wrong position for parameted types.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu May 6 14:18:05 EDT 2010


CDI model set wrong position for parameted types.
-------------------------------------------------

                 Key: JBIDE-6258
                 URL: https://jira.jboss.org/jira/browse/JBIDE-6258
             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.next


For example:

public class SpiderProducerWildCardType_Broken<T>
{
   @Produces public FunnelWeaver<? extends T> getAnotherFunnelWeaver;
}

This producer has FunnelWeaver<? extends T> type but position for it is wrong and points to "T>".

org.jboss.tools.cdi.core.test.tck.ValidationTest.testParameterizedReturnTypeWithWildcard() 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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list