Integrated: JDK-8253700: spurious "extends Throwable" at end of Optional.orElseThrow method declaration

Jonathan Gibbons jjg at openjdk.java.net
Wed Sep 30 16:11:36 UTC 2020


On Tue, 29 Sep 2020 23:47:37 GMT, Jonathan Gibbons <jjg 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 pull request has now been integrated.

Changeset: 8cf8e463
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8cf8e463
Stats:     118 lines in 3 files changed: 101 ins; 7 del; 10 mod

8253700: spurious "extends Throwable" at end of Optional.orElseThrow method declaration

Reviewed-by: prappo

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

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


More information about the javadoc-dev mailing list