Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 20728 - NPE syncing
Summary: NPE syncing
Status: RESOLVED DUPLICATE of bug 20729
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin McGuire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-20 11:50 EDT by James Moody CLA
Modified: 2002-06-20 14:54 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 James Moody CLA 2002-06-20 11:50:16 EDT
Repeatable in my workspace.

java.lang.NullPointerException
	at org.eclipse.team.internal.ccvs.core.client.Request.executeRequest
(Request.java(Compiled Code))
	at org.eclipse.team.internal.ccvs.core.client.ValidRequests.execute
(ValidRequests.java:24)
	at org.eclipse.team.internal.ccvs.core.client.Session.open
(Session.java:319)
	at 
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildTree
(RemoteFolderTreeBuilder.java:190)
	at 
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildRemo
teTree(RemoteFolderTreeBuilder.java:154)
	at 
org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot.getRemoteSyncTre
e(CVSWorkspaceRoot.java:134)
	at 
org.eclipse.team.internal.ccvs.ui.sync.CVSSyncCompareInput.createSyncElements
(CVSSyncCompareInput.java:227)
	at org.eclipse.team.internal.ui.sync.SyncCompareInput.prepareInput
(SyncCompareInput.java:208)
	at org.eclipse.team.internal.ccvs.ui.sync.CVSSyncCompareInput.access$3
(CVSSyncCompareInput.java:1)
	at org.eclipse.team.internal.ccvs.ui.sync.CVSSyncCompareInput$5.run
(CVSSyncCompareInput.java:334)
	at org.eclipse.team.internal.ccvs.ui.CVSUIPlugin.runWithRefresh
(CVSUIPlugin.java:149)
	at org.eclipse.team.internal.ccvs.ui.sync.CVSSyncCompareInput$4.run
(CVSSyncCompareInput.java:332)
	at org.eclipse.team.internal.ccvs.core.client.Session.run
(Session.java:163)
	at 
org.eclipse.team.internal.ccvs.ui.sync.CVSSyncCompareInput.prepareInput
(CVSSyncCompareInput.java:329)
	at org.eclipse.compare.CompareEditorInput.run
(CompareEditorInput.java:308)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run
(ModalContext.java:98)
Comment 1 James Moody CLA 2002-06-20 11:53:43 EDT
Couldn't repeat it. Worked fine after two tries. Note stack trace is missing 
line number.
Comment 2 Michael Valenta CLA 2002-06-20 14:54:32 EDT

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