RFR: 8288619: Unexpected parsing for @see [v3]
Guoxiong Li
gli at openjdk.org
Thu May 18 05:22:49 UTC 2023
> Hi all,
>
> When invoking the method `DocCommentParser::quotedString` with field `newline` as `true`
> and the quoted string has the character `@`, `quotedString` will break the loop and return `null`.
> This patch changes the field `newline` to `false` at the beginning of the method `quotedString`
> to solve this issue. And a corresponding test case is added.
>
> Thanks for the review.
>
> Best Regards,
> -- Guoxiong
Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
Exclude the PrettyChecker.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13888/files
- new: https://git.openjdk.org/jdk/pull/13888/files/904c800f..7bd28103
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13888&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13888&range=01-02
Stats: 5 lines in 2 files changed: 4 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/13888.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13888/head:pull/13888
PR: https://git.openjdk.org/jdk/pull/13888
More information about the javadoc-dev
mailing list