RFR: 8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)
Сергей Цыпанов
github.com+10835776+stsypanov at openjdk.java.net
Tue Oct 27 19:51:25 UTC 2020
On Tue, 27 Oct 2020 19:26:04 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Hello, while working with `java.net.URL` I've found unused package-private method `URL.set(String protocol, String host, int port, String file, String ref)` which can be safely removed from JDK. Testing: tier1, tier2
>>
>> Could someone crate an issue for tracking of this simple change?
>
> Submitted [here](https://bugs.openjdk.java.net/browse/JDK-8255477), please try to update the PR title to "8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)". Also, merge from master to get the test fixes, which should make the "Testing" all green.
@shipilev thanks for filing the issue! Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/779
More information about the net-dev
mailing list