Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364895 - NPE in EditTreeConflictsPanel [ID-W9I0E]
Summary: NPE in EditTreeConflictsPanel [ID-W9I0E]
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 365862 365863 367651 370106 370503 370556 370558 370559 370562 370954 373239 373241 381539 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-26 14:20 EST by Missing name CLA
Modified: 2012-06-04 15:48 EDT (History)
8 users (show)

See Also:
a.gurov: documentation-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name CLA 2011-11-26 14:20:32 EST
Version:	0.7.9.I20111123-1700

SVN Client:	org.eclipse.team.svn.connector.svnkit15 2.2.2.I20111119-1700 SVN/1.5.6 SVNKit/1.2.3 (http://svnkit.com/) r5745

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.7.0_01-b08, java.vendor=Oracle Corporation, line.separator=
 , java.class.version=51.0, os.name=Windows 7, os.arch=amd64, user.country=DE, os.version=6.1, eclipse.commands=-os win32 -ws win32 -arch x86_64 -showsplash -launcher C:\eclipse\eclipse.exe -name Eclipse --launcher.library C:\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502\eclipse_1406.dll -startup C:\eclipse\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 23f4_64 -vm C:\Windows\system32\javaw.exe , java.version=1.7.0_01, osgi.framework.version=3.7.1.R37x_v20110808-1106, file.separator=\, java.vm.info=mixed mode, path.separator=;, user.timezone=Europe/Berlin, user.language=de, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=Cp1252}

java.lang.NullPointerException
java.lang.NullPointerException
	at org.eclipse.team.svn.ui.panel.local.EditTreeConflictsPanel.createConflictInfoControls(EditTreeConflictsPanel.java:125)
	at org.eclipse.team.svn.ui.panel.local.EditTreeConflictsPanel.createControlsImpl(EditTreeConflictsPanel.java:72)
	at org.eclipse.team.svn.ui.panel.AbstractDialogPanel.createControls(AbstractDialogPanel.java:114)
	at org.eclipse.team.svn.ui.dialog.DefaultDialog.createMainPanel(DefaultDialog.java:329)
	at org.eclipse.team.svn.ui.dialog.DefaultDialog.createContents(DefaultDialog.java:190)
	at org.eclipse.jface.window.Window.create(Window.java:431)
	at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
	at org.eclipse.team.svn.ui.dialog.DefaultDialog.create(DefaultDialog.java:218)
	at org.eclipse.jface.window.Window.open(Window.java:790)
	at org.eclipse.jface.dialogs.MessageDialog.open(MessageDialog.java:334)
	at org.eclipse.team.svn.ui.dialog.DefaultDialog.open(DefaultDialog.java:131)
	at org.eclipse.team.svn.ui.action.local.EditTreeConflictsAction.runImpl(EditTreeConflictsAction.java:42)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction$2.runImpl(AbstractSVNTeamAction.java:89)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:81)
	at org.eclipse.team.svn.ui.action.AbstractSVNTeamAction.execute(AbstractSVNTeamAction.java:82)
	at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:515)
	at org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent(TeamAction.java:549)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
	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:1053)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	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:344)
	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:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Comment 1 Alexander Gurov CLA 2011-12-08 12:37:26 EST
*** Bug 365862 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Gurov CLA 2011-12-08 12:38:01 EST
*** Bug 365863 has been marked as a duplicate of this bug. ***
Comment 3 Alexander Gurov CLA 2011-12-16 12:47:27 EST
Fixed.
Comment 4 Alexander Gurov CLA 2012-01-06 03:33:43 EST
*** Bug 367651 has been marked as a duplicate of this bug. ***
Comment 5 Alexander Gurov CLA 2012-02-01 02:14:51 EST
*** Bug 370106 has been marked as a duplicate of this bug. ***
Comment 6 Alexander Gurov CLA 2012-02-09 11:50:48 EST
*** Bug 370954 has been marked as a duplicate of this bug. ***
Comment 7 Alexander Gurov CLA 2012-02-09 11:53:43 EST
*** Bug 370562 has been marked as a duplicate of this bug. ***
Comment 8 Alexander Gurov CLA 2012-02-09 11:54:10 EST
*** Bug 370559 has been marked as a duplicate of this bug. ***
Comment 9 Alexander Gurov CLA 2012-02-09 11:54:32 EST
*** Bug 370558 has been marked as a duplicate of this bug. ***
Comment 10 Alexander Gurov CLA 2012-02-09 11:54:51 EST
*** Bug 370503 has been marked as a duplicate of this bug. ***
Comment 11 Alexander Gurov CLA 2012-02-09 11:55:20 EST
*** Bug 370556 has been marked as a duplicate of this bug. ***
Comment 12 Alexander Gurov CLA 2012-03-05 08:12:42 EST
*** Bug 373241 has been marked as a duplicate of this bug. ***
Comment 13 Alexander Gurov CLA 2012-03-05 08:12:52 EST
*** Bug 373239 has been marked as a duplicate of this bug. ***
Comment 14 Alexander Gurov CLA 2012-06-04 15:48:50 EDT
*** Bug 381539 has been marked as a duplicate of this bug. ***