You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: replication/splc23-views/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This is the replication package for our paper _Views on Edits to Variational Sof
11
11
This replication package consists of two parts:
12
12
13
13
1.**Feasibility Study**: We implemented our feasibility study in _DiffDetective_, a library and command-line tool for analysis of edits to preprocessor-based software product lines.
14
-
2.**Appendix**: The appendix of our paper is given in PDF format in the file [../../appendix/appendix-splc23.pdf][appendix].
14
+
2.**Appendix**: The appendix of our paper is given in PDF format in the file [../../appendix/appendix-splc23-views.pdf][appendix].
15
15
16
16
## Implementation of Views on Edits to Variational Software in DiffDetective
17
17
@@ -29,10 +29,12 @@ The majority of DiffDetective's code base is documented, too.
29
29
30
30
## Replication of the Feasibility Study
31
31
32
-
Hardware and software requirements are documented in the [REQUIREMENTS.md](REQUIREMENTS.md) file.
32
+
**Hardware and software requirements** are documented in the [REQUIREMENTS.md](REQUIREMENTS.md) file.
33
33
Please make sure that you meet the specified software requirements (there are no specific hardware requirements).
34
34
35
+
**Instructions to setup and replicate our feasibility study** can be found in the [INSTALL.md](INSTALL.md) file, including detailed descriptions of each step.
35
36
We offer a [Docker](https://www.docker.com/) setup to replicate the feasibility study performed in our paper.
36
-
Information for the Docker setup and replicating our experiments can be found in the [INSTALL.md](INSTALL.md) file, including detailed descriptions of each step and troubleshooting advice.
37
+
38
+
**Troubleshooting advice** for frequent errors can be found at the bottom of the [INSTALL.md](INSTALL.md) file.
0 commit comments