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

Bug 482138

Summary: [runbar] Clean up warnings and potential exception in RunBar.js
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 11.0   
Target Milestone: 11.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2015-11-13 11:47:49 EST
While debugging bug 480771 I had 'suspend on all caught exceptions' checked in the debugger and I noticed that each time the age reloads the following code throws an exception (because _selectedLaunchConfiguration does not exist):

uriParams = {
  OrionHome: PageLinks.getOrionHome(),
  Name: "",
  Target: {
    launchConfLocation: this._selectedLaunchConfiguration.File.Location ///<- here
  }
};

We should also clean up all the other warnings as well.