RFR 8210285 : CharsetDecoder/Encoder's constructor does not reject NaN
Ivan Gerasimov
ivan.gerasimov at oracle.com
Tue Sep 4 18:25:59 UTC 2018
On 9/4/18 9:40 AM, joe darcy wrote:
> Hello,
>
> Please also create a quick CSR to cover the behavioral change.
>
Okay, here it is:
https://bugs.openjdk.java.net/browse/JDK-8210377
Would you please help review it?
Thanks in advance!
Ivan
> Thanks,
>
> -Joe
>
>
> On 8/31/2018 5:17 PM, Ivan Gerasimov wrote:
>> Hello!
>>
>> The javadoc for CharsetDecoder [1] states that an exception is thrown
>> when a non-positive number is passed in as an argument.
>>
>> However we only reject negative or zero numbers, but not NaN.
>>
>> And likewise for CharsetEncoder.
>>
>> Would you please help review a trivial fix?
>>
>> BUGURL: https://bugs.openjdk.java.net/browse/JDK-8210285
>> WEBREV: http://cr.openjdk.java.net/~igerasim/8210285/00/webrev/
>>
>> Thanks in advance!
>>
>> [1]
>> https://download.java.net/java/early_access/jdk11/docs/api/java.base/java/nio/charset/CharsetDecoder.html#%3Cinit%3E(java.nio.charset.Charset,float,float)
>>
>
>
--
With kind regards,
Ivan Gerasimov
More information about the core-libs-dev
mailing list