[weld-issues] [JBoss JIRA] Commented: (CDITCK-84) Producer field and producer method tests that use generics contain ambiguous definitions
Marius Bogoevici (JIRA)
jira-events at lists.jboss.org
Mon Dec 14 11:51:30 EST 2009
[ https://jira.jboss.org/jira/browse/CDITCK-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12499814#action_12499814 ]
Marius Bogoevici commented on CDITCK-84:
----------------------------------------
Wow, I gave such a horrible example. Still exhibits the problem, but this is due a lookup for Farmer<ScottishFish> which is resolved via both Farmer<T> and ScottishFishFarmer. Apologies.
There are a few places though where the problem is manifest:
> Producer field and producer method tests that use generics contain ambiguous definitions
> ----------------------------------------------------------------------------------------
>
> Key: CDITCK-84
> URL: https://jira.jboss.org/jira/browse/CDITCK-84
> Project: CDI TCK
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.0.GA
> Reporter: Marius Bogoevici
> Assignee: Marius Bogoevici
> Fix For: 1.1.0.CR1
>
>
> For example org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.ResolutionByTypeTest, where Farmer<ScottishFish> references are to be resolved by both the producer and the managed bean created from Farmer<T>.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list