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
**Source**: Bo Liu, Hui Liu, Nan Niu, Yuxia Zhang, Guangjie Li, He Jiang, and Yanjie Jiang, "An Automated Approach to Discovering Software Refactorings by Comparing Successive Versions," IEEE Transactions on Software Engineering, 2025.
@@ -506,7 +507,7 @@ As of **November 1, 2025** the precision and recall of RefactoringMiner on this
Copy file name to clipboardExpand all lines: src/test/resources/oracle/data.json
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52514,6 +52514,41 @@
52514
52514
"validation": "TP",
52515
52515
"detectionTools": "RefactoringMiner",
52516
52516
"validators": null
52517
+
}, {
52518
+
"type": "Extract And Move Method",
52519
+
"description": "Extract And Move Method protected getHiveReadEntryHelper(mClient IMetaStoreClient, dbName String, tableName String, hiveConfigOverride Map<String,String>) : HiveReadEntry extracted from public load(key String) : HiveReadEntry in class org.apache.drill.exec.store.hive.schema.HiveSchemaFactory.TableLoader & moved to class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient",
52520
+
"comment": null,
52521
+
"validation": "TP",
52522
+
"detectionTools": "RefactoringMiner",
52523
+
"validators": null
52524
+
}, {
52525
+
"type": "Extract And Move Method",
52526
+
"description": "Extract And Move Method protected getDatabasesHelper(mClient IMetaStoreClient) : List<String> extracted from public load(key String) : List<String> in class org.apache.drill.exec.store.hive.schema.HiveSchemaFactory.DatabaseLoader & moved to class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient",
52527
+
"comment": null,
52528
+
"validation": "TP",
52529
+
"detectionTools": "RefactoringMiner",
52530
+
"validators": null
52531
+
}, {
52532
+
"type": "Extract And Move Method",
52533
+
"description": "Extract And Move Method protected getTableNamesHelper(mClient IMetaStoreClient, dbName String) : List<String> extracted from public load(dbName String) : List<String> in class org.apache.drill.exec.store.hive.schema.HiveSchemaFactory.TableNameLoader & moved to class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient",
52534
+
"comment": null,
52535
+
"validation": "TP",
52536
+
"detectionTools": "RefactoringMiner",
52537
+
"validators": null
52538
+
}, {
52539
+
"type": "Rename Parameter",
52540
+
"description": "Rename Parameter key : String to tableName : String in method protected getHiveReadEntryHelper(mClient IMetaStoreClient, dbName String, tableName String, hiveConfigOverride Map<String,String>) : HiveReadEntry from class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient",
52541
+
"comment": null,
52542
+
"validation": "TP",
52543
+
"detectionTools": "RefactoringMiner",
52544
+
"validators": null
52545
+
}, {
52546
+
"type": "Add Parameter Modifier",
52547
+
"description": "Add Parameter Modifier final in parameter tableName : String in method protected getHiveReadEntryHelper(mClient IMetaStoreClient, dbName String, tableName String, hiveConfigOverride Map<String,String>) : HiveReadEntry from class org.apache.drill.exec.store.hive.DrillHiveMetaStoreClient",
0 commit comments