On Tue, 4 Mar 2025 01:47:40 GMT, Justin Lu wrote:
>> Please review this PR and associated CSR which disallows passing null to 4
>> `DecimalFormat` prefix/suffix setter methods.
>>
>> Currently these setters do not check the input String for null. When the
>> prefix/suffix is null, any such Dec
On Tue, 4 Mar 2025 18:12:48 GMT, Justin Lu wrote:
>> Please review this PR and associated CSR which disallows passing null to 4
>> `DecimalFormat` prefix/suffix setter methods.
>>
>> Currently these setters do not check the input String for null. When the
>> prefix/suffix is null, any such Dec
> Please review this PR and associated CSR which disallows passing null to 4
> `DecimalFormat` prefix/suffix setter methods.
>
> Currently these setters do not check the input String for null. When the
> prefix/suffix is null, any such DecimalFormat instances are effectively
> non-functional as
> Please review this PR and associated CSR which disallows passing null to 4
> `DecimalFormat` prefix/suffix setter methods.
>
> Currently these setters do not check the input String for null. When the
> prefix/suffix is null, any such DecimalFormat instances are effectively
> non-functional as
Please review this PR and associated CSR which disallows passing null to 4
`DecimalFormat` prefix/suffix setter methods.
Currently these setters do not check the input String for null. When the
prefix/suffix is null, any such DecimalFormat instances are effectively
non-functional as it will thr