#288 closed defect (fixed)

java.lang.NullPointerException EditPost.onCreate()

Reported by: mrroundhill Owned by:
Priority: critical Milestone: 2.1
Component: posts Version:
Keywords: Cc:

Description

java.lang.RuntimeException?: Unable to start activity ComponentInfo?{org.wordpress.android/org.wordpress.android.EditPost?}: java.lang.NullPointerException?
at android.app.ActivityThread?.performLaunchActivity(ActivityThread?.java:1955)
at android.app.ActivityThread?.handleLaunchActivity(ActivityThread?.java:1980)
at android.app.ActivityThread?.access$600(ActivityThread?.java:122)
at android.app.ActivityThread?$H.handleMessage(ActivityThread?.java:1146)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread?.main(ActivityThread?.java:4340)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit?$MethodAndArgsCaller?.run(ZygoteInit?.java:784)
at com.android.internal.os.ZygoteInit?.main(ZygoteInit?.java:551)
at dalvik.system.NativeStart?.main(Native Method)
Caused by: java.lang.NullPointerException?
at org.wordpress.android.EditPost?.onCreate(EditPost?.java:390)
at android.app.Activity.performCreate(Activity.java:4465)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
at android.app.ActivityThread?.performLaunchActivity(ActivityThread?.java:1919)
... 11 more

Change History (1)

comment:1 Changed 16 months ago by mrroundhill

  • Resolution set to fixed
  • Status changed from new to closed

Should have been fixed in http://android.trac.wordpress.org/changeset/647#file9, but I'm unable to reproduce. Will have to check after the 2.1 release to see if this should be reopened.

Note: See TracTickets for help on using tickets.