Re: RFR: 6381729: Javadoc for generic constructor doesn't document type parameter

2024-07-05 Thread Chen Liang
On Thu, 4 Jul 2024 22:32:19 GMT, Archie Cobbs wrote: > The standard Javadoc doclet has a long-standing bug (since 2006, old enough > to vote :) whereby constructor type parameters are simply omitted from the > output. This results in confusing documentation that look like this: > > public MyCl

RFR: 6381729: Javadoc for generic constructor doesn't document type parameter

2024-07-05 Thread Archie Cobbs
The standard Javadoc doclet has a long-standing bug (since 2006, old enough to vote :) whereby constructor type parameters are simply omitted from the output. This results in confusing documentation that look like this: public MyClass(T obj) - Description of this constructor... with no explanat

Re: RFR: 6381729: Javadoc for generic constructor doesn't document type parameter

2024-07-05 Thread Archie Cobbs
On Thu, 4 Jul 2024 22:32:19 GMT, Archie Cobbs wrote: > The standard Javadoc doclet has a long-standing bug (since 2006, old enough > to vote :) whereby constructor type parameters are simply omitted from the > output. This results in confusing documentation that look like this: > > public MyCl