HI all,
BUG ID : https://bugs.openjdk.java.net/browse/JDK-8031085
Webrev : http://cr.openjdk.java.net/~ntv/8031085/webrev.00/
Issue - Fractional parts of seconds do not participate in the protocol
for adjacent value parsing
Solution - Changed the FractionPrinterParser to subclass of
NumberPrinterParser to make it participate in adjacent value parsing
2 existing test cases
TCKDateTimeFormatterBuilder.test_adjacent_lenient_fractionFollows_0digit
and test_adjacent_lenient_fractionFollows_2digit were failing. Changed
them accordingly.
--
Thanks and Regards,
Nadeesh TV