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

Bug 489943

Summary: Inconsistent inputChanged event causes default server starts
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2016-03-18 10:17:35 EDT
In our .tern-project manager where we ask a project for it children (to find the file) we used to simply access project.Children. Today though I am noticing that depending on how you click around the project you can get an inputChanged event that has a project object with no Children array - instead it has a ChildrenLocation string.

This causes more work, because now the manager has to make another call out to the fileClient to look up the children.