Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 322648

Summary: Open File from History View file list does not work for an added File
Product: [Technology] EGit Reporter: Stefan Lay <stefan.lay>
Component: UIAssignee: Stefan Lay <stefan.lay>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: caniszczyk
Version: unspecified   
Target Milestone: 0.9.0-M3   
Hardware: PC   
OS: All   
Whiteboard:

Description Stefan Lay CLA 2010-08-13 09:00:25 EDT
org.eclipse.core.runtime.CoreException: Git blob 0000000000000000000000000000000000000000 with path org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/synchronize/GitModelSynchronize.java not found
	at org.eclipse.egit.core.internal.storage.BlobStorage.open(BlobStorage.java:58)
	at org.eclipse.egit.core.internal.storage.BlobStorage.getContents(BlobStorage.java:45)
	at org.eclipse.egit.ui.internal.EgitUiEditorUtils.getContentType(EgitUiEditorUtils.java:127)
	at org.eclipse.egit.ui.internal.EgitUiEditorUtils.getEditorId(EgitUiEditorUtils.java:105)
	at org.eclipse.egit.ui.internal.EgitUiEditorUtils.openEditor(EgitUiEditorUtils.java:71)
	at org.eclipse.egit.ui.internal.EgitUiEditorUtils.openEditor(EgitUiEditorUtils.java:58)
	at org.eclipse.egit.ui.internal.history.CommitFileDiffViewer.openFileInEditor(CommitFileDiffViewer.java:108)
Comment 1 Stefan Lay CLA 2010-08-13 11:11:00 EDT
Code review at http://egit.eclipse.org/r/#change,1300
Comment 2 Chris Aniszczyk CLA 2010-08-16 11:12:38 EDT
Fixed with 562b884986124f2ae4f04982a6945621853e357e.