Skip to content

Commit

Permalink
fp discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
leusonmario committed Jul 26, 2023
1 parent e635d32 commit ae397e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sam-semantic-merge-tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ <h2>Using Regression Testing for detecting semantic conflicts</h2>
"No",
"No",
"No",
"Yes",
"Yes*",
"Yes",
"No",
"No",
Expand Down Expand Up @@ -1266,6 +1266,8 @@ <h2>Using Regression Testing for detecting semantic conflicts</h2>

</script>

<p>For the <i>HikariConfig</i> case, a semantic conflict occurs based on our ground truth. During our study, SAM reported a conflict for this case; however, the reported test was flaky. As a result, we consider this case as a false-positive. For further discussion about FPs, please, check our paper.</p>

<p>For additional details regarding our dataset, you can find further information <a href="https://github.com/leusonmario/papers/blob/master/2022PHDThesis/results/sample-semantic-conflicts.csv">here</a>. We provide descriptions for each row of the table above, like whether the associated changes represent a conflict, the summary of changes performed by each parent commit, and when applicable, also a test case revealing the conflict.</p>
<p>For additional details regarding the set of test cases that detected semantic conflicts, please check this <a href="https://github.com/leusonmario/papers/blob/master/2022PHDThesis/results/detected-conflicts.csv">file</a>. We inform the test cases of each test suite that detected any of the semantic conflicts.</p>
<p>As a final remark, regarding the general behavior changes detected in our study, please check this <a href="https://github.com/leusonmario/papers/blob/master/2022PHDThesis/results/detected-behavior-changes.csv">file</a>.</p>
Expand Down

0 comments on commit ae397e3

Please sign in to comment.