From ddfe81207d82a1a8fda4006ca40b49b6e0e731ed Mon Sep 17 00:00:00 2001 From: Yuriy Brun Date: Wed, 19 Feb 2020 22:13:13 -0500 Subject: [PATCH] Added the release DOI. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7119d23..829e7c9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Holmes: A Causal Testing Prototype 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: -**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. +**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. + +The version of Holmes described in that paper, and the artifact released with that paper, can be viewed at ## Pre-requisites