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

Key: IDEADEV-17400
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Igor Karpov
Votes: 0
Watchers: 0
Operations

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

Invert If may break the code

Created: 25 May 07 12:05   Updated: 31 May 07 19:29
Component/s: Editor. Intention Actions
Fix Version/s: None

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

Build: 6,963


 Description  « Hide
Invert If may break a code inside switch:

public boolean accept() {
boolean xx = true;
switch (1) {
case 0:
if (xx) { return true; }
break;
}
return false;
}



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