[NEW BUG]: Avoid allocations in String.replace(CharSequence, CharSequence) in case no replacement happened
Ulf Zibis
Ulf.Zibis at CoSoCo.de
Thu Mar 2 11:38:08 UTC 2017
Hi Vitaly,
I don't see any contract to throw an NPE:
https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#replace-java.lang.CharSequence-java.lang.CharSequence-
In any case, what's the reasonable of checking an argument, which is not used in that case?
Am 02.03.2017 um 00:18 schrieb Vitaly Davidovich:
> Seems like a good idea. You probably want to null check 'replacement'
> before the bail out as the method is specified as throwing NPE in that case.
More information about the core-libs-dev
mailing list