RFR: 8159745: Remove java.net.Parts

Alan Bateman Alan.Bateman at oracle.com
Fri Jun 17 14:04:26 UTC 2016


On 17/06/2016 14:43, Claes Redestad wrote:

> Hi,
>
> URL.java defines a package-private class Parts, which can be trivially 
> inlined in the one place where it's currently used.
>
> Webrev: http://cr.openjdk.java.net/~redestad/8159745/webrev.01/
> Bug: https://bugs.openjdk.java.net/browse/JDK-8159745
>
I suspect that class had other usages in old releases. Your patch looks 
okay, maybe change `ind` to `index` or something that doesn't look like 
`int` :-)

-Alan


More information about the net-dev mailing list