Skip to content

Commit d881bcf

Browse files
committed
Merge remote-tracking branch 'origin/splc23-views' into splc23-views
2 parents e5df9fe + fbb90de commit d881bcf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

replication/esecfse22/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cd DiffDetective/replication/esecfse22
7272
You might see warnings or errors reported from SLF4J like `Failed to load class "org.slf4j.impl.StaticLoggerBinder"` which you can safely ignore.
7373
Further troubleshooting advice can be found at the bottom of this file.
7474

75-
The results of the verification will be stored in the [results](../../results) directory.
75+
The results of the verification will be stored in the [results](results) directory.
7676

7777
### Expected Output of the Verification
7878
The aggregated results of the verification/replication can be found in the following files.
@@ -151,7 +151,7 @@ The input file must have the same format as the other dataset files (i.e., repos
151151
`Fix:` Follow the instructions described above in the section `Build the Docker Container`.
152152

153153
### No results after verification, or 'cannot create directory '../results/validation/current': Permission denied'
154-
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](../../results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
154+
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
155155

156156
`Fix:` If there is a _results_ directory, delete it with elevated permission (e.g., `sudo rm -r results`).
157157
Then, create a new _results_ directory without elevated permissions, or execute `git restore .` to restore the deleted directory.

replication/splc23-views/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To execute the replication you can run the `execute` script corresponding to you
6767
You might see warnings or errors reported from SLF4J like `Failed to load class "org.slf4j.impl.StaticLoggerBinder"` which you can safely ignore.
6868
Further troubleshooting advice can be found at the bottom of this file.
6969

70-
The results of the verification will be stored in the top level [results](../../results) directory.
70+
The results of the verification will be stored in the [results](results) directory.
7171

7272
### Expected Output of the Feasibility Study
7373
The aggregated results of the study can be found in the `results/views` directory.
@@ -122,7 +122,7 @@ The input file must have the same format as the other dataset files (i.e., repos
122122
`Fix:` Follow the instructions described above in the section `Build the Docker Container`.
123123

124124
### No results after verification, or 'cannot create directory '../results/validation/current': Permission denied'
125-
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](../../results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
125+
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
126126

127127
`Fix:` If there is a _results_ directory, delete it with elevated permission (e.g., `sudo rm -r results`).
128128
Then, create a new _results_ directory without elevated permissions, or execute `git restore .` to restore the deleted directory.

0 commit comments

Comments
 (0)