[jbosstools-issues] [JBoss JIRA] Commented: (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:28:17 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621780#comment-12621780 ] 

Viacheslav Kabanovich commented on JBIDE-6517:
----------------------------------------------

Alexey, please verify.

> 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: Alexey Kazakov
>             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