Bug 68742 - QuickAssists for boolean inversion [quick assist]
Summary: QuickAssists for boolean inversion [quick assist]
Status: RESOLVED DUPLICATE of bug 71244
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-28 08:24 EDT by Markus Keller CLA
Modified: 2004-09-08 03:34 EDT (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 Markus Keller CLA 2004-06-28 08:24:01 EDT
The following QuickAssists for boolean inversion would sometimes be helpful:
a)  if (b) stmtA  =>  if (! b) {} else stmtA
b)  if (! b) stmtA else stmtB  <=>  if (b) stmtB else stmtA
Comment 1 Adam Kiezun CLA 2004-06-28 11:06:18 EDT
dup of bug 23261 i think
Comment 2 Martin Aeschlimann CLA 2004-09-08 03:34:25 EDT

*** This bug has been marked as a duplicate of 71244 ***