pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Argument mapping cases #28

Closed pouryafard75 closed 11 months ago

pouryafard75 commented 1 year ago

The fourth argument of the AdHocPlannerWork Class instance Creation: false in Line 102 parent version The seventh argument (the last one) of the makeStoredProcAdHocPlannerWork method invocation: false in Line 102 child version

Its two separate 2to1 Mappings: image

Thanks to @pedramnoori for providing the last 9 cases.

tsantalis commented 1 year ago

@pouryafard75 In case1, RMiner returns two sub-expression mappings, but only one of them is shown in the diff, instead of a multi-mapping.

Screenshot from 2023-02-09 10-04-23

tsantalis commented 1 year ago

case 1 is fixed in https://github.com/tsantalis/RefactoringMiner/issues/366