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

Bug 458691

Summary: Inferencing can set non-array range on definition
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: 8.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-01-28 18:02:43 EST
While type inferencing we try to keep track of the start and end range of any 'attached' JSDoc to use for post-processing. In certain cases we can end up attaching an object with a null value to the 'doRange' attribute - which causes a failure for content assist hover by showing the entire source as the hover.