Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Oleg Stepanov 
Subsystem
Refactorings - Extract Method 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
500
  • Submitted by   Ilya Ryzhenkov
    2 years ago (07 Jun 2007 19:28)
  • Updated by Ilya Ryzhenkov
    2 years ago (29 Jun 2007 13:26)
  • Jira: RSRP-42605
    (history, comments)

RSRP-42605

Extract methods works incorrectly on "if" body

      if (mouseShortcutAttr != null)
        try
        {
          shortcutManager.AddShortcut(MouseClickShortcut.Parse(mouseShortcutAttr), action, defaultScope);
        }
        catch (Exception e)
        {
          Logger.LogException("Error adding shortcuts for action '" + action.Id + "'", e);
        }

Select with lines, so that spaces after "}" which are not included in "if" body happen to be in selection

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments