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

Bug 211892

Summary: NPE in TasksUIPlugin
Product: z_Archived Reporter: Felix Berger <bflat1>
Component: MylynAssignee: Mylyn Inbox <mylyn-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Felix Berger CLA 2007-12-04 11:25:47 EST
-- Error Log --
Date: Tue Dec 04 16:24:46 GMT 2007
Message: Could not format notification for: Split up MessageRouterImpl

Severity: Error
Plugin ID: org.eclipse.mylyn
Stack Trace:
java.lang.NullPointerException
	at java.util.ArrayList.<init>(ArrayList.java:131)
	at org.eclipse.mylyn.tasks.ui.TasksUiPlugin$Change.<init>(Unknown Source)
	at org.eclipse.mylyn.tasks.ui.TasksUiPlugin.getDiff(Unknown Source)
	at org.eclipse.mylyn.tasks.ui.TasksUiPlugin.getChangedAttributes(Unknown Source)
	at org.eclipse.mylyn.tasks.ui.TasksUiPlugin.getIncommingNotification(Unknown Source)
	at org.eclipse.mylyn.internal.tasks.ui.views.TaskListToolTip.getIncommingText(Unknown Source)
	at org.eclipse.mylyn.internal.tasks.ui.views.TaskListToolTip.createToolTipContentArea(Unknown Source)
	at org.eclipse.jface.window.ToolTip.toolTipShow(ToolTip.java:332)
	at org.eclipse.jface.window.ToolTip.toolTipOpen(ToolTip.java:433)
	at org.eclipse.jface.window.ToolTip.toolTipCreate(ToolTip.java:321)
	at org.eclipse.jface.window.ToolTip.access$2(ToolTip.java:315)
	at org.eclipse.jface.window.ToolTip$ToolTipOwnerControlListener.handleEvent(ToolTip.java:580)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Comment 1 Steffen Pingel CLA 2007-12-04 17:32:31 EST
Should be fixed in the latest weekly build:

 http://www.eclipse.org/mylyn/downloads/
 
Please reopen if you see this again.

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