| Issue 7: | NPE in TextField.setString() | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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).
Jan 6, 2010
Fixed in trunk (future version 3.0)
Status:
Fixed
Labels: Milestone-3.0 |
520 bytes View Download