Bug 38808 - NPE in log file when restoring files from history.
Summary: NPE in log file when restoring files from history.
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 17:16 EDT by Jean-Michel Lemieux CLA
Modified: 2003-06-26 16:06 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Michel Lemieux CLA 2003-06-11 17:16:47 EDT
3.0 M1:
I found this in the log after restoring some files from local history. The
restore actually worked.

============

java.lang.NullPointerException
at
org.eclipse.compare.internal.AddFromHistoryDialog.handleMemberSelect(AddFromHistoryDialog.java:280)
at
org.eclipse.compare.internal.AddFromHistoryDialog.access$4(AddFromHistoryDialog.java:279)
at
org.eclipse.compare.internal.AddFromHistoryDialog$2.widgetSelected(AddFromHistoryDialog.java:234)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2034)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1741)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at
org.eclipse.compare.internal.AddFromHistoryDialog.select(AddFromHistoryDialog.java:166)
at
org.eclipse.compare.internal.AddFromHistoryAction.run(AddFromHistoryAction.java:78)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:263)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:542)
at
org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:496)
at
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:468)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:848)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2034)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1741)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1399)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1382)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Comment 1 Rafael Chaves CLA 2003-06-26 15:36:01 EDT
Same with me (build i20030625).
Comment 2 Andre Weinand CLA 2003-06-26 16:06:23 EDT
fix will be in nightly builds starting 20030626.