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

Bug 478339

Summary: [fixes] Exception if no array entries in 'remove unused param' fix for define call
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-09-24 14:01:30 EDT
Consider the following snippet:

define([], 
	function(a) {
		
	}
);

If you activate the fix on the unused param you get an exception