RFR: JDK-8250766: javadoc adds redundant spaces when @see program element is wrapped [v3]
Hannes Wallnöfer
hannesw at openjdk.java.net
Mon May 3 17:52:12 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: Add comments
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/3754/files
- new: https://git.openjdk.java.net/jdk/pull/3754/files/fa29f553..3284f1ae
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3754&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3754&range=01-02
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 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