Project

Profile

Help

Bug #3987

closed

Javadoc for generic methods

Added by Debbie Lockett over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Low
Category:
Documentation
Sprint/Milestone:
-
Start date:
2018-11-02
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.8, 9.9
Fix Committed on Branch:
9.8, 9.9
Fixed in Maintenance Release:
Platforms:

Description

In the documentation app javadoc, generic methods (i.e. methods parameterized by one or more type parameters) are not currently handled correctly. The type parameters are not shown.

e.g. net.sf.saxon.Configuration.setConfigurationProperty, declared as public <T> void setConfigurationProperty(Feature<T> feature, T value) but the javadoc page in the documentation app does not show the type parameters.

Note that the HTML javadoc is ok.

Please register to edit this issue

Also available in: Atom PDF