-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.properties
More file actions
26 lines (26 loc) · 1.34 KB
/
custom.properties
File metadata and controls
26 lines (26 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#####################################
# Common Extractor Parameters #
#####################################
# Define the path to the dataset here
# You can also delete or add lines to the custom.md
diff-detective.dataset-file=custom.md
######
# Parameters that probably should not be changed
######
# Print the ground truth for each commit. Only activate this for the debugging of small datasets.
extraction.print-enabled=false
# Should changes to only the presence condition of source code be ignored? If set to true, VEVOS will only consider
# the old presence condition for a line of source code that has otherwise not been changed
extraction.ignore-pc-changes=true
# Should the extraction also extract a matching of the code before and after a commit's changes?
extraction.extract-code-matching=false
# Path in which diff detective keeps its intermediate results. No need to change this.
diff-detective.output-dir=ground-truth/dd
# Path in which diff detective keeps the repos. No need to change this.
diff-detective.repo-storage-dir=ground-truth/REPOS
# Path to which the ground truth is saved. Do NOT change this without knowing how this affects the Docker file system interface
extraction.gt-save-dir=ground-truth
# Number of threads to use
diff-detective.num-threads=1
# Number of commits to process in a single batch by one thread
diff-detective.batch-size=8