Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 355404

Summary: NullPointerException in MenuHelper$3.compute
Product: [Eclipse Project] Platform Reporter: John Arthorne <john.arthorne>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Log file none

Description John Arthorne CLA 2011-08-22 11:23:40 EDT
Juno M1

Opened up Eclipse for Java Developers Juno M1 package, and immediately found the following in my error log. I will attach the complete log.

!ENTRY org.eclipse.equinox.event 4 0 2011-08-22 11:10:36.706
!MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/ElementContainer/children/ADD] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@12dbacbf
!STACK 0
java.lang.NullPointerException
	at org.eclipse.ui.internal.menus.MenuHelper$3.compute(MenuHelper.java:619)
	at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.hookCheckListener(HandledContributionItem.java:357)
	at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.fill(HandledContributionItem.java:342)
	at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:353)
Comment 1 John Arthorne CLA 2011-08-22 11:24:06 EDT
Created attachment 201928 [details]
Log file
Comment 2 Remy Suen CLA 2011-08-22 11:25:25 EDT
(In reply to comment #0)
> Opened up Eclipse for Java Developers Juno M1 package, and immediately found
> the following in my error log. I will attach the complete log.

That would be the same package that Steffen tried.

*** This bug has been marked as a duplicate of bug 355056 ***