PicoContainer
  1. PicoContainer
  2. PICO-394

JTypeHelper has no concept of bounds in wildcard types

    Details

    • Type: Bug Bug
    • Status: Open Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.0
    • Fix Version/s: None
    • Component/s: PicoContainer (Java)
    • Labels:
    • Number of attachments :
      0

      Description

      JTypeHelper.isAssignableFrom() can deal with wildcard types such as Parameter<?> but it cannot handle bounds such as Parameter<? extends Serializable> or Parameter<? super ArrayList>

      Still need to create a test case for it.

        People

        • Assignee:
          Paul Hammant
          Reporter:
          Michael Rimov
        • Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

          Dates

          • Created:
            Updated: