QDox
  1. QDox
  2. QDOX-68

QDox doesn't support method type-parameters

    Details

    • Type: Improvement Improvement
    • Status: Resolved Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.6
    • Component/s: Parser
    • Labels:
      None
    • Number of attachments :
      0

      Description

      QDox doesn't support method type-parameters, e.g.

      public <T extends Object> T retrieve(Class<T> klass, Object key)

      { return x; }

      Originally raised by Marc Schneider in QDOX-66.

        Activity

        Mike Williams made changes -
        Field Original Value New Value
        Status Open [ 1 ] In Progress [ 3 ]
        Mike Williams made changes -
        Resolution Fixed [ 1 ]
        Status In Progress [ 3 ] Resolved [ 5 ]
        Hide
        Raymond Augé added a comment -

        Using 1.9 there appears to be no way to obtain type parameters.

        i.e. as with the example above, one cannot obtain the type parameter "<T extends Object>".

        Show
        Raymond Augé added a comment - Using 1.9 there appears to be no way to obtain type parameters. i.e. as with the example above, one cannot obtain the type parameter "<T extends Object>".
        Hide
        Raymond Augé added a comment -

        I see support in the 1.10 snapshot. Testing.

        Show
        Raymond Augé added a comment - I see support in the 1.10 snapshot. Testing.
        Hide
        Raymond Augé added a comment -

        Ignore/delete above comments.. works perfectly in 1.10 (had old remnant jar in environment)

        Show
        Raymond Augé added a comment - Ignore/delete above comments.. works perfectly in 1.10 (had old remnant jar in environment)

          People

          • Assignee:
            Mike Williams
            Reporter:
            Mike Williams
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: