[jbosstools-issues] [JBoss JIRA] Created: (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
Tue Jun 22 10:05:46 EDT 2010


Resolve member values of annotations to qualified names, instead of reducing them to simple names
-------------------------------------------------------------------------------------------------

                 Key: JBIDE-6517
                 URL: https://jira.jboss.org/browse/JBIDE-6517
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 3.2.x


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.
-
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