Re: RFR: JDK-8075778: Add javadoc tag to avoid duplication of return information in simple situations. [v3]

2020-11-25 Thread Joe Darcy
FYI, I had a good experience taking a trial run of this patch to update the java.compiler APIs to use the new feature. I didn't find any issues; a specdiff comparing with and without use of the new tag didn't have any unexpected diffs. (There were cases where small wording differences existed a

RFR: 8256580: Fault in new grid display

2020-11-25 Thread Hannes Wallnöfer
This change makes sure empty cells in summary tables are not dropped, which was the case when the `-nocomment` option was used. It also adds tests to check summary table contents both in normal operation and with `-nocomment` option. - Commit messages: - JDK-8256580: Fault in new