Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v5]

2021-01-15 Thread Hannes Wallnöfer
On Thu, 14 Jan 2021 13:43:17 GMT, liach wrote: >> Fixes the bug where receiver type is omitted in generated Javadoc when the >> immediate receiver type is not annotated (but some other type within is). >> >> In addition, fixed the bug where receiver type for constructor is not >> properly qua

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v5]

2021-01-14 Thread liach
> Fixes the bug where receiver type is omitted in generated Javadoc when the > immediate receiver type is not annotated (but some other type within is). > > In addition, fixed the bug where receiver type for constructor is not > properly qualified (without a clickable link), i.e. `OuterClass.thi

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v4]

2021-01-14 Thread liach
On Thu, 14 Jan 2021 12:32:42 GMT, Hannes Wallnöfer wrote: >> liach has updated the pull request with a new target base due to a merge or >> a rebase. The incremental webrev excludes the unrelated changes brought in >> by the merge/rebase. > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/d

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v4]

2021-01-14 Thread Hannes Wallnöfer
On Tue, 12 Jan 2021 15:41:06 GMT, liach wrote: >> Fixes the bug where receiver type is omitted in generated Javadoc when the >> immediate receiver type is not annotated (but some other type within is). >> >> In addition, fixed the bug where receiver type for constructor is not >> properly qua

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v3]

2021-01-12 Thread liach
On Tue, 12 Jan 2021 12:34:44 GMT, Hannes Wallnöfer wrote: >> liach has updated the pull request with a new target base due to a merge or >> a rebase. > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Utils.java > line 331: > >> 329: } >> 330: >> 331: public b

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v4]

2021-01-12 Thread liach
> Fixes the bug where receiver type is omitted in generated Javadoc when the > immediate receiver type is not annotated (but some other type within is). > > In addition, fixed the bug where receiver type for constructor is not > properly qualified (without a clickable link), i.e. `OuterClass.thi

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v3]

2021-01-12 Thread liach
On Tue, 12 Jan 2021 12:09:48 GMT, Hannes Wallnöfer wrote: >> liach has updated the pull request with a new target base due to a merge or >> a rebase. The pull request now contains one commit: >> >> 8259216: javadoc omits method receiver for any nested type annotation > > src/jdk.javadoc/share

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v3]

2021-01-12 Thread Hannes Wallnöfer
On Tue, 12 Jan 2021 05:55:07 GMT, liach wrote: >> Fixes the bug where receiver type is omitted in generated Javadoc when the >> immediate receiver type is not annotated (but some other type within is). >> >> In addition, fixed the bug where receiver type for constructor is not >> properly qua

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation

2021-01-11 Thread liach
On Fri, 8 Jan 2021 19:23:44 GMT, liach wrote: >> Hi, >> Please send an e-mail to dalibor.to...@oracle.com so that I can mark your >> account as verified. > > Done. A quick summary: 1. Receivers now are included if any part of their type hierarchy is annotated, such as on a type argument. Cann

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v3]

2021-01-11 Thread liach
> Fixes the bug where receiver type is omitted in generated Javadoc when the > immediate receiver type is not annotated (but some other type within is). > > In addition, fixed the bug where receiver type for constructor is not > properly qualified (without a clickable link), i.e. `OuterClass.thi

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation [v2]

2021-01-11 Thread liach
> Fixes the bug where receiver type is omitted in generated Javadoc when the > immediate receiver type is not annotated (but some other type within is). > > In addition, fixed the bug where receiver type for constructor is not > properly qualified (without a clickable link), i.e. `OuterClass.thi

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation

2021-01-11 Thread Dalibor Topic
On Fri, 8 Jan 2021 04:56:47 GMT, liach wrote: > Fixes the bug where receiver type is omitted in generated Javadoc when the > immediate receiver type is not annotated (but some other type within is). > > In addition, fixed the bug where receiver type for constructor is not > properly qualified

Re: RFR: 8259216: javadoc omits method receiver for any nested type annotation

2021-01-11 Thread liach
On Fri, 8 Jan 2021 18:39:21 GMT, Dalibor Topic wrote: >> Fixes the bug where receiver type is omitted in generated Javadoc when the >> immediate receiver type is not annotated (but some other type within is). >> >> In addition, fixed the bug where receiver type for constructor is not >> proper