Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 322852 - NPE in GitModelSynchronize.launch(...)
Summary: NPE in GitModelSynchronize.launch(...)
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 critical (vote)
Target Milestone: 0.9.0-M2   Edit
Assignee: Dariusz Luksza CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 18:01 EDT by Chris Aniszczyk CLA
Modified: 2010-08-16 18:30 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 Chris Aniszczyk CLA 2010-08-16 18:01:59 EDT
eclipse.buildId=I20100608-0911
java.version=1.6.0_20
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -keyring /Users/chrisaniszczyk/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/chrisaniszczyk/.eclipse_keyring -showlocation


Error
Mon Aug 16 17:01:30 CDT 2010
An internal error occurred during: "Synchronize repository: /Users/chrisaniszczyk/egit/.git".

java.lang.NullPointerException
	at org.eclipse.egit.ui.internal.synchronize.GitModelSynchronize.launch(GitModelSynchronize.java:75)
	at org.eclipse.egit.ui.internal.synchronize.GitModelSynchronize.launch(GitModelSynchronize.java:47)
	at org.eclipse.egit.ui.internal.repository.tree.command.SynchronizeCommand$1.run(SynchronizeCommand.java:64)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Chris Aniszczyk CLA 2010-08-16 18:02:26 EDT
I get this when trying to sync a project from the Git repositories view... say org.eclipse.egit.core with tag 0.8.4...
Comment 2 Dariusz Luksza CLA 2010-08-16 18:22:09 EDT
Here is a fix for this issue:
http://egit.eclipse.org/r/1319
Comment 3 Chris Aniszczyk CLA 2010-08-16 18:30:49 EDT
Fixed.