RFR: 8288619: Unexpected parsing for @see [v3]

Jonathan Gibbons jjg at openjdk.org
Wed May 24 20:09:00 UTC 2023


On Thu, 18 May 2023 05:22:49 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> 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.

Marked as reviewed by jjg (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/13888#pullrequestreview-1442670406


More information about the javadoc-dev mailing list