J2ME Inconsistent or missing stackmap at target

From: Fine (Schmerle_at_epost.de)
Date: 03/31/04


Date: 31 Mar 2004 00:34:33 -0800

Hallo,

ich habe ein midlet mit eclipse erstellt und erhalte folgende Fehlermeldung

Error verifying method Approximate bytecode offset 5
Inconsistent or missing stackmap at target

Probleme macht anscheind die folgende Methode

public void commandAction(Command c, Displayable s) {
    
    if (c== exitCommand)
    {
      destroyApp(false);
      notifyDestroyed();
    }
}

Weiß jemand warum?

Danke Fine