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

Bug 514668

Summary: Do not check explicit global declarations in the no-unused-vars rule
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 13.0   
Target Milestone: 15.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2017-04-03 15:42:52 EDT
Part of the fix for bug 506993 included a check against explicit global decls being unused - for example /* globals foo */. 

This came from the upstream rule, but we don't support this because there is no range information for these lint problems - and it was throwing an exception.