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
Rename Method refactoring does not change the calls of the renamed method.
In the example, the call to the method in the test file must be renamed to the new name to avoid unexpected parameter calling the method from the superclass
Rename Method refactoring does not change the calls of the renamed method.
In the example, the call to the method in the test file must be renamed to the new name to avoid unexpected parameter calling the method from the superclass
structure
blob.py:
test.py:
Apply the Rename Method refactoring with the new name 'start_index' to the method 'WordList.count'
Expected code after refactoring:
structure:
blob.py:
test.py:
The text was updated successfully, but these errors were encountered: