On Thu, 18 May 2023 05:22:49 GMT, Guoxiong Li <[email protected]> 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
