History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-2649
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Bas Leijdekkers
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Merge else-if kills comments

Created: 22 Sep 05 18:59   Updated: 28 Mar 06 19:01
Component/s: Editor. Intention Actions
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,496
Severity: Medium


 Description  « Hide
The intention removes the comment(s) above the if in the else-branch. It should somehow try to preserve them, or probably don't show up at all in such a case.
void test() {
        if (foo) {
            
        } else {
            // blubb
            if (bar) {
                
            }
        }
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.