The constructor for enum Mode is not calling .values. There are two classes at issue here, "Session" is an ordinary class, possibly one for which no instances have been made. Enum Mode is a component of session. Session.Mode.values() is called from an unrelated class. The constructor for Mode has apparently not been invoked at the time Mode.values() is called. Presumably the initialization for Mode would normally happened as part of the initialization for Session.
-- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/cfd55816-7941-43d9-8490-bf96199100b7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
