Bug 545262 - [12][quick assist] Add quick assist to join case expressions
Summary: [12][quick assist] Add quick assist to join case expressions
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.11   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-11 08:43 EDT by Noopur Gupta CLA
Modified: 2019-05-28 05:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.