RFR: 8294948: Document IllegalArgumentException and NullPointerException thrown by URLStreamHandler::parseURL and URLStreamHandler::setURL [v9]
Alan Bateman
alanb at openjdk.org
Wed Oct 19 14:26:55 UTC 2022
On Wed, 19 Oct 2022 13:57:52 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> During the review of JDK-8293590, it was noted that some methods in `URLStreamHandler` were missing an `@throws IllegalArgumentException` clause in their API documentation.
>>
>> This change adds the requested information, and also clarifies throwing `MalformedURLException` from URL constructors.
>>
>> The CSR can be reviewed here: https://bugs.openjdk.org/browse/JDK-8294984
>
> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>
> More review feedback
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10609
More information about the net-dev
mailing list