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

Bug 438880

Summary: Update the no-fallthrough message to mention the comment to suppress it
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: curtis.windatt.public
Version: 6.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2014-07-03 15:37:37 EDT
We should follow suit with what JDT does and mention the comment that can be used to suppress it:

 "Switch case may be entered by falling through the previous case. If intended, add a new comment //$FALLTHROUGH$ on the line above."