Integrated: 8288619: Unexpected parsing for @see

Guoxiong Li gli at openjdk.org
Thu May 25 03:29:08 UTC 2023


On Tue, 9 May 2023 14:01:43 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

This pull request has now been integrated.

Changeset: a291f002
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a291f002cdd3daffeccab36ec713d9e59fe50f16
Stats:     46 lines in 3 files changed: 43 ins; 0 del; 3 mod

8288619: Unexpected parsing for @see

Reviewed-by: jjg

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

PR: https://git.openjdk.org/jdk/pull/13888


More information about the compiler-dev mailing list