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

Bug 473852

Summary: [assist] Proposals with ignored doc show empty hover
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: 10.0   
Target Milestone: 10.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-07-29 10:58:08 EDT
Consider the following example:

/**
 * @class
 */
function f() {
	
}
^assist

When you open assist, you'll notice that the hover for 'f' is blank. The reason is that we don't process the @classs tag (and many others) for hover content.

I think when the computed hover is empty, we should just fall back to showing the same hover we do when there is no doc at all.