Re: RFR: 8216497: javadoc should auto-link to platform classes [v4]

2020-10-07 Thread Hannes Wallnöfer
> This pull request is identical with the RFR previously sent for the Mercurial > repository: > > https://mail.openjdk.java.net/pipermail/javadoc-dev/2020-August/001796.html > > I'm copy-pasting the comments from the original RFR below. > > Most of the new code is added to the Extern class wher

Integrated: 8216497: javadoc should auto-link to platform classes

2020-10-07 Thread Hannes Wallnöfer
On Tue, 15 Sep 2020 09:10:54 GMT, Hannes Wallnöfer wrote: > This pull request is identical with the RFR previously sent for the Mercurial > repository: > > https://mail.openjdk.java.net/pipermail/javadoc-dev/2020-August/001796.html > > I'm copy-pasting the comments from the original RFR below.

Re: RFR: 8246774: implementing Record Classes as a standard feature in Java [v10]

2020-10-07 Thread Vicente Romero
> 8246774: implementing Record Classes as a standard feature in Java Vicente Romero has updated the pull request incrementally with one additional commit since the last revision: removing unused jcod file - Changes: - all: https://git.openjdk.java.net/jdk/pull/290/files - new

Re: RFR: JDK-8254052: improve type specificity of TagletWriter and friends [v2]

2020-10-07 Thread Jonathan Gibbons
On Wed, 7 Oct 2020 22:57:23 GMT, Kumar Srinivasan wrote: >> Jonathan Gibbons has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now >> contains two commits: >> - Merge master >> - JDK-8254052: improve type specificity of TagletWriter and friends

Re: RFR: JDK-8254052: improve type specificity of TagletWriter and friends [v2]

2020-10-07 Thread Kumar Srinivasan
On Tue, 6 Oct 2020 18:45:15 GMT, Jonathan Gibbons wrote: >> The types of `DocTree` parameters in some methods in `TagletWriter` can be >> changed from `DocTree` to more specific >> subtypes. Doing so makes the code less prone to incorrect calls, and removes >> the need for downcasting the argum