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

Details

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

    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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty