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
We cannot invert a method level refactoring when a parameter level refactoring happens to a method signature in the commit history after that method is refactored. This happens because the method refactoring object created by RefactoringMiner is not updated when the parameter level refactoring happens.
Solution:
Add coverage for parameter refactorings. Alternatively, add overage for the simplification logic for parameter level refactorings and add support for invert/replay parameter refactorings later.
The text was updated successfully, but these errors were encountered:
We cannot invert a method level refactoring when a parameter level refactoring happens to a method signature in the commit history after that method is refactored. This happens because the method refactoring object created by RefactoringMiner is not updated when the parameter level refactoring happens.
Solution:
Add coverage for parameter refactorings. Alternatively, add overage for the simplification logic for parameter level refactorings and add support for invert/replay parameter refactorings later.
The text was updated successfully, but these errors were encountered: