RFR: JDK-8271258: @param with non-ascii variable names produces incorrect results [v2]

Pavel Rappo prappo at openjdk.java.net
Tue Aug 24 11:56:25 UTC 2021


On Mon, 23 Aug 2021 17:48:02 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> test/langtools/jdk/javadoc/doclet/testUnicode/TestUnicode.java line 64:
>> 
>>> 62:         checkOutput("Code.html", true,
>>> 63:                 """
>>> 64:                         """);
>> 
>> Is don't think this is supposed to be an empty string, is it?
>
> Oops, will investigate what happened in my repo.

This could've been detected during testing, if we had https://github.com/openjdk/jdk/pull/4811.

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

PR: https://git.openjdk.java.net/jdk/pull/5168


More information about the javadoc-dev mailing list