> 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
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.
> 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
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
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