RFR: JDK-8253700: spurious "extends Throwable" at end of Optional.orElseThrow method declaration
Pavel Rappo
prappo at openjdk.java.net
Wed Sep 30 08:22:41 UTC 2020
On Wed, 30 Sep 2020 08:08:32 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> The link for the `throws` type was not filtering out the bounds. A new `LinkInfoImpl.Kind` is added for `THROWS_TYPE`.
>>
>> The loop to generate the list of exceptions is simplified.
>>
>> A new test is provided. The generated API for `Optional.orElseThrow` has also been verified as correct.
>
> This looks good. The crux of the fix is really small.
> Could not create test job
This will not be forgotten, bot.
-------------
PR: https://git.openjdk.java.net/jdk/pull/417
More information about the javadoc-dev
mailing list