PicoContainer
  1. PicoContainer
  2. PICO-169

InterfaceFinder.getAllInterfaces does not find all interfaces.

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Critical Critical
    • Resolution: Fixed
    • Affects Version/s: 1.0-beta-5
    • Fix Version/s: 1.0-RC-1
    • Component/s: PicoContainer (Java)
    • Labels:
      None
    • Number of attachments :
      0

      Description

      InterfaceFinder.getAllInterfaces does not find interfaces that are superinterfaces.

      interface A {}
      interface B extends A {}
      class X implements B {}
      Class[] interfaces = newInterfacFinder().getAllInterfaces();

      interfaces.length == 1
      interfaces[0] == B.class

      A.class is missing

        Activity

        Hide
        Jörg Schaible added a comment -

        Searches now also in superinterfaces. Improved test case.

        Show
        Jörg Schaible added a comment - Searches now also in superinterfaces. Improved test case.
        Jörg Schaible made changes -
        Field Original Value New Value
        Status Open [ 1 ] Closed [ 6 ]
        Resolution Fixed [ 1 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Jörg Schaible
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: