Skip to content

Commit

Permalink
update empty commits
Browse files Browse the repository at this point in the history
  • Loading branch information
flozender committed Jun 19, 2024
1 parent 3ed0892 commit cdf92df
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 336 deletions.
2 changes: 1 addition & 1 deletion experiments/gitLog-baseline/gitLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def scanJSON(fileName, data, mappings_file, manual_empty_file):


def processFile(oracle_file, mappings_file, manual_empty_file):
oracle_file1 = "./oracle/block/training/" + oracle_file
oracle_file1 = "../../src/main/resources/oracle/block/training/" + oracle_file

oracle1 = load_json_file(oracle_file1)
return scanJSON(oracle_file, oracle1, mappings_file, manual_empty_file)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"0ebcac0705f8afa2c62c805e35cd30ead84fc1b6"
],
"pmd-JUnitTestsShouldIncludeAssertRule-visit-IF_STATEMENT.json": [
"4e02b9b831743c0e6f46514ae6a209ed96e86e22",
"d92688a07dc5e6edc3bfc81cced6f25c951a19f4"
]
}
8 changes: 8 additions & 0 deletions experiments/gitLog-baseline/mappings/test-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11736,6 +11736,14 @@
}
},
"pmd-JUnitTestsShouldIncludeAssertRule-visit-IF_STATEMENT.json": {
"4e02b9b831743c0e6f46514ae6a209ed96e86e22": {
"commit_id": "4e02b9b831743c0e6f46514ae6a209ed96e86e22",
"parent_commit_id": "82d36689d3696a80c4f867bc50a8aec76794d261",
"element_file_before": "pmd/src/net/sourceforge/pmd/lang/java/rule/junit/JUnitTestsShouldIncludeAssertRule.java",
"element_file_after": "pmd/src/net/sourceforge/pmd/lang/java/rule/junit/JUnitTestsShouldContainAsserts.java",
"element_name_before": "pmd/src/net.sourceforge.pmd.lang.java.rule.junit.JUnitTestsShouldIncludeAssertRule#visit(ASTClassOrInterfaceDeclaration, Object)$if(17-19)",
"element_name_after": "pmd/src/net.sourceforge.pmd.rules.junit.JUnitTestsShouldContainAsserts#visit(ASTClassOrInterfaceDeclaration, Object)$if(17-19)"
},
"d92688a07dc5e6edc3bfc81cced6f25c951a19f4": {
"commit_id": "d92688a07dc5e6edc3bfc81cced6f25c951a19f4",
"parent_commit_id": "ffb00b86e10a57b9129e418ba2b284342bcf2ff0",
Expand Down
Loading

0 comments on commit cdf92df

Please sign in to comment.