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

Bug 513945

Summary: [CSS][hover] Improve CSS hover and add tests
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: JS ToolsAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 13.0   
Target Milestone: 15.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2017-03-20 15:49:47 EDT
CSSLint was recently updated and the AST modified. The CSS Hover mostly relies on tokens so it wasn't broken by this change, but we have no tests to ensure this is the case.  The AST is much easier to navigate compared to the tokens, so we should use it where possible.
Comment 1 Curtis Windatt CLA 2017-03-22 17:27:48 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e616fb742e995443603d921315edec16122812cb
Adds a test suite for the hover.  The tokens are the same so all the test cases pass with no changes to our hover implementation.