<i18n dev> [8] RFR: 8013086 : NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied

Naoto Sato naoto.sato at oracle.com
Fri Apr 26 11:13:48 PDT 2013


Thank you for the comment. Updated the fix (just moved the following if 
in front of the for-loop).

http://cr.openjdk.java.net/~naoto/8013086/webrev.01/

Naoto

On 4/26/13 1:46 AM, Masayoshi Okutsu wrote:
> I'd suggest that the for loop and the following if-statement be combined
> and optimized.
>
> Masayoshi
>
> On 4/26/2013 6:21 AM, Naoto Sato wrote:
>> Hello,
>>
>> Please review the fix for the following bug:
>>
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8013086
>>
>> The fix is to complement the missing display names with the provided
>> ones for TimeZoneNameProvider implementations.
>>
>> http://cr.openjdk.java.net/~naoto/8013086/webrev.00/
>>
>> Naoto
>



More information about the i18n-dev mailing list