Closed pouryafard75 closed 11 months 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.
case 1 is fixed in https://github.com/tsantalis/RefactoringMiner/issues/366
[x] case1: https://github.com/iNPUTmice/Conversations/commit/e6cb12dfe414497b4317820497985c110cb81864 File: MessageAdapter.java
[x] #50 File: DebugPathSanitizer.java
[x] case3: https://github.com/VoltDB/voltdb/commit/669e0722324965e3c99f29685517ac24d4ff2848 File: AdHocPlannerWork.java Reported in https://github.com/tsantalis/RefactoringMiner/issues/420
The fourth argument of the
AdHocPlannerWork
Class instance Creation:false
in Line 102 parent version The seventh argument (the last one) of themakeStoredProcAdHocPlannerWork
method invocation:false
in Line 102 child version[x] case4: https://github.com/orientechnologies/orientdb/commit/1089957b645bde069d3864563bbf1f7c7da8045c File:ODatabaseImport.java
[x] case5: https://github.com/Netflix/eureka/commit/f6212a7e474f812f31ddbce6d4f7a7a0d498b751 File:DiscoveryClient.java
[x] case6: https://github.com/brianfrankcooper/YCSB/commit/0b024834549c53512ef18bce89f60ef9225d4819
Its two separate 2to1 Mappings:
[x] #57
[x] case8: https://github.com/scobal/seyren/commit/5fb36a321af7df470d4c845cb18da8f85be31c38
[x] case9: https://github.com/go-lang-plugin-org/go-lang-idea-plugin/commit/0b93231025f51c7ec62fd8588985c5dc807854e4
[x] case10: https://github.com/apache/cassandra/commit/9a3fa887cfa03c082f249d1d4003d87c14ba5d24 Reported in https://github.com/tsantalis/RefactoringMiner/issues/422
[x] case11: https://github.com/wildfly/wildfly/commit/37d842bfed9779e662321a5ee43c36b058386843
Thanks to @pedramnoori for providing the last 9 cases.