Project

Profile

Help

Bug #3987

Updated by Debbie Lockett over 5 years ago

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. 

 Also note that there was little use of generic methods before 9.9 (I can only find 5 in 9.8) so classifying this as applying to 9.9 only.

Back