| Summary: | NPE Synchronizing Workspace in M4 | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Ed Willink <ed> |
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.sohn, robin |
| Version: | unspecified | ||
| Target Milestone: | 3.0 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Ed Willink
Have you encountered this recently? Stack trace doesn't include any EGit code. (In reply to comment #1) > Have you encountered this recently? Stack trace doesn't include any EGit > code. The psoted stack trace is inde4ed useless, the SWT wrapper of an NPE somewhere. RC1 (EGIT from staging): I just did Team -> Synchronie Workspace and got. org.eclipse.team.core.TeamException: Error creating Synchronization Git: at org.eclipse.team.internal.ui.synchronize.SynchronizeManager$ParticipantInstance.instantiate(SynchronizeManager.java:253) at org.eclipse.team.internal.ui.synchronize.SynchronizeManager$ParticipantInstance.getParticipant(SynchronizeManager.java:217) at org.eclipse.team.internal.ui.synchronize.SynchronizeManager.removeMatchingParticipant(SynchronizeManager.java:370) at org.eclipse.team.internal.ui.synchronize.SynchronizeManager.addSynchronizeParticipants(SynchronizeManager.java:347) at org.eclipse.egit.ui.internal.synchronize.GitModelSynchronize$2.done(GitModelSynchronize.java:219) at org.eclipse.core.internal.jobs.JobListeners$3.notify(JobListeners.java:39) at org.eclipse.core.internal.jobs.JobListeners.doNotify(JobListeners.java:112) at org.eclipse.core.internal.jobs.JobListeners.done(JobListeners.java:152) at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:647) at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:70) Caused by: java.lang.NullPointerException at org.eclipse.egit.ui.internal.synchronize.GitModelSynchronizeParticipant.getRepositoryForPath(GitModelSynchronizeParticipant.java:384) at org.eclipse.egit.ui.internal.synchronize.GitModelSynchronizeParticipant.restoreSynchronizationData(GitModelSynchronizeParticipant.java:358) at org.eclipse.egit.ui.internal.synchronize.GitModelSynchronizeParticipant.init(GitModelSynchronizeParticipant.java:327) at org.eclipse.team.internal.ui.synchronize.SynchronizeManager$ParticipantInstance.instantiate(SynchronizeManager.java:245) ... 10 more Thanks for the updated stack trace, could locate the problem with it. Fix: https://git.eclipse.org/r/13243 merged as 90b3969cd9afebd15ceb8ba592ddf01aeaeca051 |