shitala099 / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

NPE on removeCommand for commands not in the Displayable #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The specs (
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/lcdui/D
isplayable.html#removeCommand(javax.microedition.lcdui.Command) )
tell it is allowed to remove a command not attached to a Displayable.

However, MicroEmulator gives an NullPointerException when trying to do so.

Original issue reported on code.google.com by bar...@gmail.com on 18 Nov 2009 at 11:33

GoogleCodeExporter commented 8 years ago
Should work correctly in trunk. If not stack trace information is necessary.

Original comment by bar...@gmail.com on 8 Jan 2010 at 10:33