RFR: JDK-8276892: Provide a way to emulate exceptional situations in FileManager when using JavadocTester [v5]

Jonathan Gibbons jjg at openjdk.java.net
Fri Dec 24 01:27:23 UTC 2021


On Tue, 14 Dec 2021 14:36:15 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix doc comments
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties line 307:
> 
>> 305: main.unknown.option.for.filemanager=option not supported by file manager: {0}
>> 306: main.bad.arg.for.filemanager.option=bad value for file manager option {0}: "{1}"
>> 307: doclet.internal.report.bug=\
> 
> We don't seem to have any tests for these new errors.

Filed https://bugs.openjdk.java.net/browse/JDK-8279251

> test/langtools/jdk/javadoc/testTFMBuilder/TestTFMBuilder.java line 53:
> 
>> 51: 
>> 52: /**
>> 53:  * Tests the {@link TestJavaFileManagerBuilder class}.
> 
> This doc comment reads weird when rendered.

Misplaced `}`; will fix.

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

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


More information about the javadoc-dev mailing list