Unused method java.lang.Integer::formatUnsignedInt
Tagir Valeev
amaembo at gmail.com
Tue Jun 18 04:56:01 UTC 2019
Thanks, Brian. Posted a webrev:
https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-June/060892.html
With best regards,
Tagir Valeev
On Tue, Jun 18, 2019 at 1:22 AM Brian Burkhalter <
brian.burkhalter at oracle.com> wrote:
> Hello,
>
> Well it’s package private, isn’t used anywhere, and the JDK builds without
> so I don’t see why it could not be removed.
>
> Thanks,
>
> Brian
>
> On Jun 16, 2019, at 9:09 PM, Tagir Valeev <amaembo at gmail.com> wrote:
>
> It seems that there's an unused method in java.lang.Integer with the
> following signature:
> static void formatUnsignedInt(int val, int shift, char[] buf, int offset,
> int len)
>
> […]
>
> Should we remove unused java.lang.Integer::formatUnsignedInt or am I
> missing something?
>
>
>
More information about the core-libs-dev
mailing list