On Tue, 27 Oct 2020 19:26:04 GMT, Aleksey Shipilev <sh...@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