Bug 545262

Summary: [12][quick assist] Add quick assist to join case expressions
Product: [Eclipse Project] JDT Reporter: Noopur Gupta <noopur_gupta>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.11   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=545259
Whiteboard:

Description Noopur Gupta CLA 2019-03-11 08:43:29 EDT
Add a quick assist to join case expressions. It will be applicable to both switch expressions and enhanced switch statements, in both ':' and '->' forms.
Comment 1 Noopur Gupta CLA 2019-03-13 06:25:15 EDT
See also bug 545259.
Comment 2 Noopur Gupta CLA 2019-03-13 06:33:28 EDT
We need to decide on the locations where this quick assist will be applicable. 

Also, about the execution code on the right of the joined case statement.