[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6517) Resolve member values of annotations to qualified names, instead of reducing them to simple names

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Aug 17 20:02:17 EDT 2011


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

Viacheslav Kabanovich updated JBIDE-6517:
-----------------------------------------

    Fix Version/s: 3.3.0.M3
                       (was: LATER)


> Resolve member values of annotations to qualified names, instead of reducing them to simple names
> -------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6517
>                 URL: https://issues.jboss.org/browse/JBIDE-6517
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdi
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.M3
>
>
> Injection point
>    @Inject @PayBy(FirstPaymentMethod.CASH) AsynchronousPaymentProcessor cashPaymentProcessor;
> should not accept bean
> @PayBy(SecondPaymentMethod.CASH)
> @ApplicationScoped
> class SecondPaymentProcessor implements AsynchronousPaymentProcessor {}
> Test in org.jboss.tools.cdi.core.test.tck.QualifierWithMembersTest.testQualifierCoincidingSimpleNameInInjectingBeanAndCoincidingSimpleNameInInjectedBeanResolved() should pass.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list