Re: Review request - 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces

2013-06-06 Thread Yuka Kamiya
Hi, The fix looks good to me. Thanks, -- Yuka (2013/06/06 11:50), Masayoshi Okutsu wrote: Hello, This is a review request for the fix of 7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7177315 Webrev: http://c

Re: 8015880: GenerateBreakIteratorData build warning

2013-06-06 Thread Alan Bateman
On 06/06/2013 00:18, Masayoshi Okutsu wrote: When I noticed the warning, actually I tried the exactly same fix (both equals and hashCode). It was supposed to generate the same data after the fix, but the fixed one didn't generate identical data. I haven't had time to look into it further. Yes