Skip to content

Unable to invert method refactorings due to parameter refactorings #4

@max-ellis

Description

@max-ellis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions