[webbeans-issues] [JBoss JIRA] Created: (WBRI-136) Observer method resolution ignores type parameters
David Allen (JIRA)
jira-events at lists.jboss.org
Mon Feb 9 13:47:44 EST 2009
Observer method resolution ignores type parameters
--------------------------------------------------
Key: WBRI-136
URL: https://jira.jboss.org/jira/browse/WBRI-136
Project: Web Beans RI
Issue Type: Bug
Affects Versions: 1.0.0.ALPHA2
Reporter: David Allen
Assignee: David Allen
Priority: Minor
Section 7.7 of the PRD2 specification states: When searching for observers for an event, the container searches for observers which satisfy the following rules:
• the event object must be assignable to the observed event type, taking type parameters into consideration, and ...
Currently resolution works only for the event type information, regardless of any specific type parameters.
The test for this assertion is in org.jboss.jsr299.tck.unit.event.EventTest.testResolvingChecksTypeParameters().
--
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