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

Bug 314200

Summary: NPE is thrown when canceling overwriting ScriptedDatasourceExampleAfter
Product: z_Archived Reporter: Tianli Zhang <tzhang>
Component: BIRTAssignee: Zhiqiang Qian <zqian>
Status: VERIFIED FIXED QA Contact: Tianli Zhang <tzhang>
Severity: normal    
Priority: P3 CC: zqian
Version: 2.6.0   
Target Milestone: 2.6.0 RC2   
Hardware: PC   
OS: Windows Vista   
Whiteboard: Non-Auto

Description Tianli Zhang CLA 2010-05-25 02:41:56 EDT
Description:
NPE is thrown when canceling overwriting ScriptedDatasourceExampleAfter

Build number:
2.6.0.v20100525-0630

Steps to reproduce:
1, Open Report Example View
2, Open ScriptedDatasourceExampleAfter in Scripting->Scripted Data Source
3, Open that again and a dialog popped up to ask whether to overwrite the report
4, Click Cancel button

Expected result:
No NPE was thrown

Actual result:
NPE was thrown
Comment 1 Tianli Zhang CLA 2010-05-25 02:42:08 EDT
java.lang.NullPointerException
	at org.eclipse.birt.report.designer.ui.samples.ide.action.IDEOpenSampleReportAction.run(IDEOpenSampleReportAction.java:165)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
Comment 2 Zhiqiang Qian CLA 2010-05-25 02:53:39 EDT
fixed.
Comment 3 Tianli Zhang CLA 2010-05-25 05:45:25 EDT
Verified in 2.6.0.v20100525-1629