According to the MIDP API at
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/lcdui/T
extField.html#setString(java.lang.String), passing null to
TextField.setString() should empty the field. Instead, a
NullPointerException is thrown (there is a missing null check in the
overloaded method).
Original issue reported on code.google.com by bar...@gmail.com on 18 Nov 2009 at 11:12
Original issue reported on code.google.com by
bar...@gmail.com
on 18 Nov 2009 at 11:12