On Wed, 8 Nov 2023 17:25:36 GMT, Pavel Rappo <[email protected]> wrote:
>> Please review a patch to add support for Markdown syntax in documentation
>> comments, as described in the associated JEP.
>>
>> Notable features:
>>
>> * support for `///` documentation comments in `JavaTokenizer`
>> * new module `jdk.internal.md` -- a private copy of the `commonmark-java`
>> library
>> * updates to `DocCommentParser` to treat `///` comments as Markdown
>> * updates to the standard doclet to render Markdown comments in HTML
>
> test/langtools/jdk/javadoc/tool/testTransformer/TestTransformer.java line 64:
>
>> 62:
>> 63: @Test
>> 64: public void testFindStandardTransformer_raw() throws Exception {
>
> Checked exceptions are not thrown:
> Suggestion:
>
> public void testFindStandardTransformer_raw() {
I might be mistaken, but this and the testFindStandardTransformer_stream
methods look like we are testing ServiceLoader API. I would leave just the
stream version.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16388#discussion_r1386974146