Hi Nadeesh,
Found the changes in http://cr.openjdk.java.net/~ntv/8066806/webrev.09/
Editorial:
"
Inthe lenient mode,*the *parser will be greedy and parse*the *maximum digits
possible."
TCKDateTimeFormatterBuilder.java:
The lines 1473, 1479, 1485, etc. are way too long, perhaps wrap/break
them so each line starts with "."
And wrap any other line longer than 100 chars. (Side by side diffs are
annoying if the lines are too long).
Otherwise, looks good,
Thanks, Roger
On 7/21/2016 7:21 AM, nadeesh tv wrote:
Hi,
Please see the updated webrev
http://cr.openjdk.java.net/~ntv/8066806/webrev.08/
Changes in this webrev:
For leninent mode , doc change in DateTimeFormatterBuilder.java
"
In the lenient mode, parser will be greedy and parse maximum digits
possible.
"
Added new test cases for lenient mode.