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

Daniel Fuchs dfuchs at openjdk.java.net
Fri Nov 27 10:02:03 UTC 2020


On Wed, 25 Nov 2020 08:53:18 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?
>
> Сергей Цыпанов has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
> 
>  - Merge branch 'master' into url
>  - 8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)

Marked as reviewed by dfuchs (Reviewer).

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

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


More information about the net-dev mailing list