QDox

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

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

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: