Bug 473295

Summary: TypeError: Cannot read property 'StashLocation' of undefined (in gitStash.js)
Product: [ECD] Orion (Archived) Reporter: Grant Gayed <grant_gayed>
Component: GitAssignee: Grant Gayed <grant_gayed>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: Carolyn_MacLeod
Version: 10.0Keywords: triaged
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Grant Gayed CLA 2015-07-22 11:10:58 EDT
This uncaught error occurred in the line marked below (note that this exact text appears in gitStash.js twice):

var d = new Deferred();
var gitService = serviceRegistry.getService("orion.git.provider");
var item = data.items.status || data.handler.status || data.items;
var gitStashLocation = item.Clone.StashLocation; // <-------

item.Clone can apparently evaluate to undefined.  Has happened for one user in the last five days.
Comment 1 Grant Gayed CLA 2015-10-09 16:12:28 EDT
Note that this hasn't happened in the last month.  Keeping report open for now since it could just be an unusual case to hit, but should close if this continues to not show up.
Comment 2 Grant Gayed CLA 2016-01-04 14:35:52 EST
*** Bug 485177 has been marked as a duplicate of this bug. ***
Comment 3 Grant Gayed CLA 2016-01-04 14:36:31 EST
Happened again, so still exists, is just rare.