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

Bug 315271

Summary: NPE during startup from CleanupAddon
Product: [Eclipse Project] e4 Reporter: John Arthorne <john.arthorne>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description John Arthorne CLA 2010-06-01 14:37:35 EDT
I20100531

Attempting to start this build on an existing workspace with no delta.xml I got the following error (before deleting delta.xml I had different errors). Note this error was in the console, but *not* in the log file. 

2010-06-01 13:37:46.656 Log ErrorException while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UIElement/toBeRendered/SET] to handler org.eclipse.e4.ui.services.inte
rnal.events.UIEventHandler@707a707a
java.lang.NullPointerException
        at org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon$2.handleEvent(CleanupAddon.java:83)
        at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:41)
        at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:188)
        at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:198)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
Comment 1 John Arthorne CLA 2010-06-01 14:42:17 EDT

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