Skip to content

Commit ddfe812

Browse files
authoredFeb 20, 2020
Added the release DOI.
1 parent ef3b557 commit ddfe812

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Holmes: A Causal Testing Prototype
22
Holmes is a prototype implementation of Causal Testing, a novel testing technique that uses causal experiments to help developers debug Java programs. This repository contains the source code along with the user study setup and materials for the paper titled:
33

4-
**Causal Testing: Understanding Defects' Root Causes** by Brittany Johnson, Yuriy Brun, and Alexandra Meliou, which will appear in the Proceedings of the 42nd International Conference on Software Engineering (ICSE) 2020.
4+
**Causal Testing: Understanding Defects' Root Causes** by Brittany Johnson, Yuriy Brun, and Alexandra Meliou, published in the Proceedings of the 42nd International Conference on Software Engineering (ICSE) 2020. <http://dx.doi.org/10.1145/3377811.3380377>
5+
6+
The version of Holmes described in that paper, and the artifact released with that paper, can be viewed at <https://doi.org/10.5281/zenodo.3676139>
57

68
## Pre-requisites
79

0 commit comments

Comments
 (0)
Please sign in to comment.