Re: RFR JDK-8039390: Unexpected behaviour of String.format with null arguments

2015-08-11 Thread Roger Riggs
Hi Sherman, The spec clarifications and the new test look fine. Thanks, Roger On 8/7/15 1:24 PM, Xueming Shen wrote: Hi, Please help review fix for issue: https://bugs.openjdk.java.net/browse/JDK-8039390 webrev: http://cr.openjdk.java.net/~sherman/8039390 The j.u.Formatter implementation o

RFR JDK-8039390: Unexpected behaviour of String.format with null arguments

2015-08-07 Thread Xueming Shen
Hi, Please help review fix for issue: https://bugs.openjdk.java.net/browse/JDK-8039390 webrev: http://cr.openjdk.java.net/~sherman/8039390 The j.u.Formatter implementation outputs "null/Null" for all conversions if the argument is null (except 'b'/'B', in which the result is "false/FALSE"). How