RFR: JDK-8267204: Expose access to underlying streams in Reporter
Pavel Rappo
prappo at openjdk.java.net
Wed Jun 2 21:23:06 UTC 2021
On Thu, 27 May 2021 04:44:14 GMT, liach <github.com+7806504+liach at openjdk.org> wrote:
>> Please review an update to `jdk.javadoc/jdk.javadoc.doclets.Reporter` to add 3 new methods and to improve the descriptions of other parts of the interface.
>>
>> The new methods provide access to the underlying streams (informally, for standard output and diagnostic output), and a new `report` method to report diagnostics at an arbitrary position in a file being read by a doclet, or a taglet within a doclet.
>
> src/jdk.javadoc/share/classes/jdk/javadoc/doclet/Reporter.java line 100:
>
>> 98: * @param pos the position
>> 99: * @param end the end of the enclosing range
>> 100: * @param message the message to be printed
>
> Needs a `@since 17` as this is an addition
I agree: there needs to be `@since 17`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4216
More information about the javadoc-dev
mailing list