RFR: 8288619: Unexpected parsing for @see

Jonathan Gibbons jjg at openjdk.org
Tue May 9 14:47:27 UTC 2023


On Tue, 9 May 2023 14:33:50 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> > Overall, I would expect `newline` to be set `false`earlier, maybe in `blockTag`, so that the setting applies to all block tags. That might still leave the possibility of a newline happening after the tag name and before the quoted string, but your test case does not cover that.
> 
> If there is something between the tag name and the quoted string, the method `quotedString` is never invoked by method `TagParser::parse`. So such case seems not related to this bug. Do I miss anything?

I was just trying to imagine a case where `newline` might be true after the tag name has been read.

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

PR Comment: https://git.openjdk.org/jdk/pull/13888#issuecomment-1540267331


More information about the javadoc-dev mailing list