pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Argument Mappings Failing after new RefactoringMiner update #59

Closed pouryafard75 closed 1 year ago

pouryafard75 commented 1 year ago

Based on https://github.com/tsantalis/RefactoringMiner/issues/419#issuecomment-1481763010, the logic for argument mapping has been changed in https://github.com/tsantalis/RefactoringMiner/commit/723188134e526474380b3ec2923ce3de2bcac2c0, thus the following test cases are not passing anymore.

Before the fix:

image

After the fix:

image

Before the fix:

image

After the fix:

image
tsantalis commented 1 year ago

@pouryafard75 I reverted this commit. I need to think of a different solution.

tsantalis commented 1 year ago

@pouryafard75 Can you check after my new fix. Everything should be fine now.

pouryafard75 commented 1 year ago

@tsantalis Problems related to argument mappings have been fixed.