Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355404 - NullPointerException in MenuHelper$3.compute
Summary: NullPointerException in MenuHelper$3.compute
Status: CLOSED DUPLICATE of bug 355056
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 11:23 EDT by John Arthorne CLA
Modified: 2011-08-22 11:25 EDT (History)
1 user (show)

See Also:


Attachments
Log file (13.83 KB, text/plain)
2011-08-22 11:24 EDT, John Arthorne CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***