Re: RFR: 8245448: Remove minimum 4 digit requirement from Year.parse()

2020-06-12 Thread Joe Wang
+1.  The original poster was probably working on writing history (all the way back to before 1000), I assume ;-)  This enhancement would certainly make his job a bit easier. -Joe On 6/12/2020 11:17 AM, Roger Riggs wrote: Hi Naoto, Yes, looks good. Roger On 6/12/20 1:06 PM, Lance Andersen

Re: RFR: 8245448: Remove minimum 4 digit requirement from Year.parse()

2020-06-12 Thread Roger Riggs
Hi Naoto, Yes, looks good. Roger On 6/12/20 1:06 PM, Lance Andersen wrote: Hi Naoto, This looks fine and looks like you are set with reviewers on your CSR Best Lance On Jun 12, 2020, at 12:31 PM, naoto.s...@oracle.com wrote: Hello, Please review the fix to the following issue:

RFR: 8245448: Remove minimum 4 digit requirement from Year.parse()

2020-06-12 Thread naoto . sato
Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8245448 The proposed changeset and its CSR are located at: https://cr.openjdk.java.net/~naoto/8245448/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8246623 Naoto

Re: RFR: 8245448: Remove minimum 4 digit requirement from Year.parse()

2020-06-12 Thread Lance Andersen
Hi Naoto, This looks fine and looks like you are set with reviewers on your CSR Best Lance > On Jun 12, 2020, at 12:31 PM, naoto.s...@oracle.com wrote: > > Hello, > > Please review the fix to the following issue: > > https://bugs.openjdk.java.net/browse/JDK-8245448 > > The proposed