Bug 473295 - TypeError: Cannot read property 'StashLocation' of undefined (in gitStash.js)
Summary: TypeError: Cannot read property 'StashLocation' of undefined (in gitStash.js)
Status: NEW
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Git (show other bugs)
Version: 10.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
: 485177 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-07-22 11:10 EDT by Grant Gayed CLA
Modified: 2017-01-06 15:34 EST (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 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.