Integrated: JDK-8250766: javadoc adds redundant spaces when @see program element is wrapped

Hannes Wallnöfer hannesw at openjdk.java.net
Wed May 5 14:03:52 UTC 2021


On Wed, 28 Apr 2021 07:47:23 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> This changes reference parsing in `DocCommentParser` to normalize whitespace in signatures to a large extent. In particular, multiple whitespace characters are coalesced into a single space character, and whitespace after opening parentheses and angle brackets are suppressed.

This pull request has now been integrated.

Changeset: f07bb2f4
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f07bb2f4b986103bba975de29324c7219c14628d
Stats:     84 lines in 5 files changed: 69 ins; 3 del; 12 mod

8250766: javadoc adds redundant spaces when @see program element is wrapped

Reviewed-by: prappo

-------------

PR: https://git.openjdk.java.net/jdk/pull/3754


More information about the compiler-dev mailing list