Skip to content

Commit

Permalink
Update refactoring oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Jan 5, 2025
1 parent 7580830 commit 3695d99
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 @@ -17,6 +17,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(12403, 20, 226);
test.assertExpectationsWithGitHubAPI(12401, 20, 226);
}
}
14 changes: 0 additions & 14 deletions src/test/resources/oracle/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5600,20 +5600,6 @@
"validation": "TP",
"detectionTools": "RefactoringMiner, RefDiff, RMiner-1x",
"validators": null
}, {
"type": "Extract And Move Method",
"description": "Extract And Move Method protected getConnection(channel Channel) : C extracted from public channelWritabilityChanged(ctx ChannelHandlerContext) : void in class io.vertx.core.net.impl.VertxHandler & moved to class io.vertx.core.http.impl.VertxHttpHandler",
"comment": null,
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": null
}, {
"type": "Extract And Move Method",
"description": "Extract And Move Method protected getConnection(channel Channel) : C extracted from public channelReadComplete(ctx ChannelHandlerContext) : void in class io.vertx.core.net.impl.VertxHandler & moved to class io.vertx.core.http.impl.VertxHttpHandler",
"comment": null,
"validation": "TP",
"detectionTools": "RefactoringMiner",
"validators": null
}, {
"type": "Rename Parameter",
"description": "Rename Parameter server : DatagramSocketImpl to socket : DatagramSocketImpl in method package DatagramServerHandler(vertx VertxInternal, socket DatagramSocketImpl) from class io.vertx.core.datagram.impl.DatagramServerHandler",
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 @@ -92,7 +92,7 @@ f5fe2dca3cb9f57891e1a4b18832fcc158d0c490, 4, 0, 0
e6cb12dfe414497b4317820497985c110cb81864, 3, 0, 0
bdc9f9a44f337ab595a3570833dc6a0558df904c, 7, 0, 6
b77de40c0f3dd43a16f2491558594a61682271fc, 8, 0, 0
718782014519034b28f6d3182fd9d340b7b31a74, 17, 0, 0
718782014519034b28f6d3182fd9d340b7b31a74, 15, 0, 0
0ef66582ffaba9a8df1cad846880df2074d34505, 18, 0, 15
32a8c9086040fd6d6fa11a214570ee4f75a4301f, 6, 0, 0
f6212a7e474f812f31ddbce6d4f7a7a0d498b751, 3, 0, 0
Expand Down

0 comments on commit 3695d99

Please sign in to comment.