RFR: 8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)

Aleksey Shipilev shade at openjdk.java.net
Tue Oct 27 19:51:25 UTC 2020


On Wed, 21 Oct 2020 06:52:42 GMT, Сергей Цыпанов <github.com+10835776+stsypanov 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.

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

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


More information about the net-dev mailing list