Community
Participate
Working Groups
Build ID: I20080523-0100 Steps To Reproduce: 1. Empty task list, restart eclipse 2. Receive a task via ecf.mylyn (xmpp) 3. Open Task Selection dialog, import the received task Note: does not occur if the task was already imported (but failed), deleted, then imported again within the same eclipse instance More information: Using: -Mylyn 3.0.0.I20080526 -ECF 2.0 -org.eclipse.ecf.mylyn.ui HEAD (v1.3) with https://bugs.eclipse.org/bugs/show_bug.cgi?id=235930 patch -on Eclipse 3.4RC2
Please attach said NPE.
I suspect that this is because the menu hasn't been created yet, so we have no working shell. Thanks for the report, Kent.
Actually, or maybe not since you claim the task list is empty, I guess these are two separate bugs. Will investigate further later.
Nope, I was right, it all goes back to the null shell. NPE attached. java.lang.NullPointerException at org.eclipse.ecf.internal.mylyn.ui.CompoundContextActivationContributionItem$ActivateTaskAction.scheduleTaskActivationJob(CompoundContextActivationContributionItem.java:129) at org.eclipse.ecf.internal.mylyn.ui.CompoundContextActivationContributionItem$ActivateTaskAction.access$0(CompoundContextActivationContributionItem.java:128) at org.eclipse.ecf.internal.mylyn.ui.CompoundContextActivationContributionItem$2.run(CompoundContextActivationContributionItem.java:118) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Fixed in HEAD.