Bug 511609 - [quick assist] 'Convert if-else to switch' not offered when parenthesis in if statement operands
Summary: [quick assist] 'Convert if-else to switch' not offered when parenthesis in if...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-03 02:07 EST by Anton Bobov CLA
Modified: 2017-02-03 04:39 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Bobov CLA 2017-02-03 02:07:07 EST
No quick assist for following code:

int code = 0;
if ((code == 0) || (code == 1)) {
}