Issue Type: Task Task
Affects Versions: 1.2.0.CR1
Assignee: Matus Abaffy
Created: 28/Apr/14 4:57 AM
Description:

Changing an IF statement in org.jboss.weld.resolution.BeanTypeAssignabilityRules#isAssignableFrom(ActualTypeHolder requiredType, Type otherType)
from

if (isTypeInsideBounds(requiredType, EMPTY_TYPES, typeVariable.getBounds())) {

to

if (isTypeInsideBounds(requiredType, typeVariable.getBounds(), EMPTY_TYPES)) {

does not cause any test failure.

Project: CDI TCK
Priority: Major Major
Reporter: Matus Abaffy
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira