You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Renaming device to soDevice causes the following refactoring, where line4 (blank line) is replaced by a duplicate of line 5 with the old variable name (device), and lines 8, 9 and 10 are replaced by logger.Debug("Index:
Provided the following code:
Renaming
devicetosoDevicecauses the following refactoring, where line4 (blank line) is replaced by a duplicate of line 5 with the old variable name (device), and lines 8, 9 and 10 are replaced bylogger.Debug("Index:Removing line 4 (empty line) causes the line 5 not being duplicated after the refactor but the result is almost the same.
Note: after removing the logging lines (
logger.Debugandlogger.Error), renaming worked as expected.