RFR: JDK-8250766: javadoc adds redundant spaces when @see program element is wrapped [v4]
Hannes Wallnöfer
hannesw at openjdk.java.net
Wed May 5 07:40:25 UTC 2021
> 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.
Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
JDK-8250766: Additional test for whitespace normalization in @see signature
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3754/files
- new: https://git.openjdk.java.net/jdk/pull/3754/files/3284f1ae..1a1ee57d
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3754&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3754&range=02-03
Stats: 15 lines in 3 files changed: 11 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/3754.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3754/head:pull/3754
PR: https://git.openjdk.java.net/jdk/pull/3754
More information about the compiler-dev
mailing list