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

Bug 454628

Summary: [quickfix] Provide fix for unused variables
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 8.0   
Target Milestone: 8.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2014-12-09 12:49:34 EST
We should provide a fix for unused variables. Specifically the 'unused' case, not the 'unread' case (yet).

For example:

var a; -> unused, fix to remove it

var a = 10; -> unread, no fix (yet)