Bug 429079 - [quick assist] Change 'if' statement to block deletes comment
Summary: [quick assist] Change 'if' statement to block deletes comment
Status: CLOSED DUPLICATE of bug 250142
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.3.1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 13:07 EST by Robin Rosenberg CLA
Modified: 2014-02-25 19:23 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 Robin Rosenberg CLA 2014-02-25 13:07:55 EST
In the following trivial case

		if (true) // comment
			return null;

The quickfix "Change if statement to block" silently removes the comment
Comment 1 Martin Mathew CLA 2014-02-25 19:23:41 EST

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