Bug 13402 - NPE in add from local history
Summary: NPE in add from local history
Status: RESOLVED DUPLICATE of bug 13157
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 13:47 EDT by Jean-Michel Lemieux CLA
Modified: 2002-04-11 02:24 EDT (History)
0 users

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 2002-04-10 13:47:42 EDT
Build: 20020409

Select a project that was shared with CVS. It had two files the .project (added
to CVS) and another text file that had an outgoing change. From the project's
context menu I selected: Add From History.

java.util.MissingResourceException: Can't find bundle for base name
org.eclipse.compare.internal.AddFromHistoryAction, locale en_US
	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:695)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:667)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:534)
	at
org.eclipse.compare.internal.AddFromHistoryAction.run(AddFromHistoryAction.java:39)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:204)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361)
	at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352)
	at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1412)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:836)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:819)
	at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:777)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:190)
	at org.eclipse.core.launcher.Main.run(Main.java:549)
	at org.eclipse.core.launcher.Main.main(Main.java:390)
Comment 1 Erich Gamma CLA 2002-04-11 02:24:21 EDT

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