Unused method java.lang.Integer::formatUnsignedInt

Brian Burkhalter brian.burkhalter at oracle.com
Mon Jun 17 18:22:39 UTC 2019


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