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

Bug 476583

Summary: Content assist insertion is messed up
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: PC   
OS: Mac OS X   
Whiteboard:
Bug Depends on:    
Bug Blocks: 473111    

Description Michael Rennie CLA 2015-09-03 11:47:29 EDT
While working on some tests I completed the following function:

WrappedWorker.prototype.postMessage = function(msg, f)

which resulted in the following being inserted:

testworker.postMessage(msg, messageIDrequest}f)

Looks like the param parser is barfing on the 'msg' param type.