Skip to content

Commit

Permalink
Oracle update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Sep 22, 2024
1 parent 12586dc commit b1b1c6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public void testAllRefactorings() throws Exception {
GitHistoryRefactoringMinerImpl detector = new GitHistoryRefactoringMinerImpl();
TestBuilder test = new TestBuilder(detector, REPOS, Refactorings.All.getValue());
RefactoringPopulator.feedRefactoringsInstances(Refactorings.All.getValue(), Systems.FSE.getValue(), test);
test.assertExpectationsWithGitHubAPI(12267, 20, 233);
test.assertExpectationsWithGitHubAPI(12265, 20, 233);
}
}
14 changes: 0 additions & 14 deletions src/test/resources/oracle/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -72951,13 +72951,6 @@
"validation": "FP",
"detectionTools": "GumTreeDiff",
"validators": null
}, {
"type": "Extract Method",
"description": "Extract Method private changeLanguageValue(newValue String) : void extracted from public onCreate(savedInstanceState Bundle) : void in class org.wordpress.android.ui.prefs.SiteSettingsFragment",
"comment": "<p>Nested Extract Method<br />public onCreate(savedInstanceState Bundle) : void --&gt; private fetchRemoteData() : void --&gt; private handleResponseToGeneralSettingsRequest(response JSONObject) : void --&gt; private changeLanguageValue(newValue String) : void</p>",
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": "Nikos"
}, {
"type": "Extract Method",
"description": "Extract Method private changeEditTextPreferenceValue(pref EditTextPreference, newValue String) : void extracted from public onCreate(savedInstanceState Bundle) : void in class org.wordpress.android.ui.prefs.SiteSettingsFragment",
Expand All @@ -72972,13 +72965,6 @@
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": "Nikos"
}, {
"type": "Parameterize Attribute",
"description": "Parameterize Attribute mRemoteLanguage : String to newValue : String in method private changeLanguageValue(newValue String) : void from class org.wordpress.android.ui.prefs.SiteSettingsFragment",
"comment": null,
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": null
}],
"refDiffExecutionTime": 1235
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/oracle/expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ abba5d83602c7ae23901bd579ba9fbb7dc36adc0, 27, 0, 4
4bfe164cc8b4556b98df18098b162e0a84038b32, 1, 0, 0
ab298886b59f4ad0235cd6d5764854189eb59eb6, 11, 0, 0
cf1efb6d27a4037cdbe5a780afa6053859a60d4a, 3, 0, 0
1b21ba4bcea986988d4bbd578e3bb9a20ec69606, 12, 0, 1
1b21ba4bcea986988d4bbd578e3bb9a20ec69606, 10, 0, 1
c53c6f45988db869d56abe3b1d831ff775f4fa73, 17, 0, 0
446e2537895c15b404a74107069a12f3fc404b15, 44, 2, 0
c30deabcaed4726bce4371d76257db63f2eba87c, 57, 0, 0

0 comments on commit b1b1c6c

Please sign in to comment.