]
Alexey Kazakov updated JBIDE-6517:
----------------------------------
Fix Version/s: LATER
(was: 3.3.x)
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 (jsr-299)
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: LATER
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: