Uploaded image for project: 'CDI TCK'
  1. CDI TCK
  2. CDITCK-411

Improve coverage of Assignability of raw and parameterized types, assertion 5.2.4. e)

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 1.2.0.CR1
    • None
    • None

      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.

            bafco Matus Abaffy (Inactive)
            bafco Matus Abaffy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: