How can I build a string that can pass null check but will throw null pointer exception when call str.length?
I met a quite strange case in a program with jdk1.8,
that I got a null pointer exception in StringBuilder.append() method,
I met a quite strange case in a program with jdk1.8,
that I got a null pointer exception in StringBuilder.append() method,