]
Jaroslav Jankovič closed JBIDE-6517.
------------------------------------
verified on Hudson
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: