| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Oleg Stepanov |
| Subsystem | Refactorings - Extract Method |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Fixed in build |
500
|
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);
}