Martin2203
commited on
Commit
•
b6fbe9f
1
Parent(s):
c919b16
Initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- README.md +37 -0
- corpus-data/selfapr-perturbations/Chart-10_info.csv +3 -0
- corpus-data/selfapr-perturbations/Chart-11_info.csv +3 -0
- corpus-data/selfapr-perturbations/Chart-12_info.csv +3 -0
- corpus-data/selfapr-perturbations/Chart-13_info.csv +3 -0
- corpus-data/selfapr-perturbations/Chart-1_info.csv +3 -0
- corpus-data/selfapr-perturbations/Chart-20_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-104_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-10_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-113_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-114_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-123_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-125_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-130_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-14_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-18_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-38_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-52_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-57_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-62_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-67_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-70_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-71_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-73_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-86_info.csv +3 -0
- corpus-data/selfapr-perturbations/Closure-92_info.csv +3 -0
- corpus-data/selfapr-perturbations/Lang-16_info.csv +3 -0
- corpus-data/selfapr-perturbations/Lang-61_info.csv +3 -0
- corpus-data/selfapr-perturbations/Lang-6_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-105_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-11_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-27_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-2_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-30_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-33_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-57_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-58_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-69_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-70_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-75_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-80_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-85_info.csv +3 -0
- corpus-data/selfapr-perturbations/Math-94_info.csv +3 -0
- corpus-data/selfapr-perturbations/Mockito-24_info.csv +3 -0
- corpus-data/selfapr-perturbations/Mockito-29_info.csv +3 -0
- corpus-data/selfapr-perturbations/Mockito-34_info.csv +3 -0
- corpus-data/selfapr-perturbations/Mockito-38_info.csv +3 -0
- corpus-data/selfapr-perturbations/Mockito-5_info.csv +3 -0
- corpus-data/selfapr-perturbations/Mockito-8_info.csv +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
57 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: sequencer-corpus
|
5 |
+
data_files:
|
6 |
+
- split: input
|
7 |
+
path: "corpus-data/sequencer/sequencer_corpus_input.csv"
|
8 |
+
- split: output
|
9 |
+
path: "corpus-data/sequencer/sequencer_corpus_output.csv"
|
10 |
+
- config_name: sequencer-defects4j
|
11 |
+
data_files:
|
12 |
+
- split: input
|
13 |
+
path: "model-data/sequencer/defects4j_input.csv"
|
14 |
+
- split: output
|
15 |
+
path: "model-data/sequencer/defects4j_output.csv"
|
16 |
+
#- config_name: sequencer-vul4j
|
17 |
+
# data_files:
|
18 |
+
# - split: input
|
19 |
+
# path: ".csv"
|
20 |
+
# - split: output
|
21 |
+
# path: ".csv"
|
22 |
+
- config_name: selfapr-corpus-defects4j
|
23 |
+
data_files:
|
24 |
+
- split: input
|
25 |
+
path: "corpus-data/selfapr-perturbations/*.csv"
|
26 |
+
# - split: output
|
27 |
+
# path: ".csv"
|
28 |
+
#- config_name: selfapr-vul4j
|
29 |
+
# data_files:
|
30 |
+
# - split: input
|
31 |
+
# path: ".csv"
|
32 |
+
# - split: output
|
33 |
+
# path: ".csv"
|
34 |
+
#- config_name: vulrepair
|
35 |
+
# data_files:
|
36 |
+
# - split: input
|
37 |
+
# path: ".csv"
|
38 |
+
# - split: output
|
39 |
+
# path: ".csv"
|
40 |
---
|
corpus-data/selfapr-perturbations/Chart-10_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bdc985d58101a46d6d450a693731d05bdcb60c2c3f0856f56ec6ba8cce1ea17
|
3 |
+
size 4880790460
|
corpus-data/selfapr-perturbations/Chart-11_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88f6e12be7ed363c3d4a0907991ca8c7a18ab5f35df46e87c74df35e60b0c8b6
|
3 |
+
size 4864076294
|
corpus-data/selfapr-perturbations/Chart-12_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0088a2492e64e194127c6f01519e9bdcbbb0ca1031d2450e4ccfa83fbab1013
|
3 |
+
size 4828539856
|
corpus-data/selfapr-perturbations/Chart-13_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1529772285d044a8871d051e79b43171aecf761ca9fe99be572dd85c221651e
|
3 |
+
size 4841358220
|
corpus-data/selfapr-perturbations/Chart-1_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cbc55925333fcd7f597aaad0365f2b75b43be6b0b15d73e80771347a424fc31
|
3 |
+
size 6321853726
|
corpus-data/selfapr-perturbations/Chart-20_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b02a3f56f23eb4c46d6aeff22a854ca3419c855ab79bf1dc348f05ca0b322e05
|
3 |
+
size 4195862131
|
corpus-data/selfapr-perturbations/Closure-104_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6c57c7bba7d3f9c31f1d3e751a529955fded70ea2bb9388489dba177cca52c1
|
3 |
+
size 3155927962
|
corpus-data/selfapr-perturbations/Closure-10_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ffebef34cdaf18f8e5190ffa68fde474b9becd9e558ff462e07fbf0ccb1eb31
|
3 |
+
size 14262428916
|
corpus-data/selfapr-perturbations/Closure-113_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e5273238807321c190bc67fc48e01586becd60db369f9c13b45879a6d955e44
|
3 |
+
size 14770233224
|
corpus-data/selfapr-perturbations/Closure-114_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faf1a27d0154aa4b85d5c44e971482625e9a195b1009ea5a47a254a02914d3fa
|
3 |
+
size 13896804424
|
corpus-data/selfapr-perturbations/Closure-123_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4a19db8387a491137d062bddcfeab06053d8025207833bacb185952f4748385
|
3 |
+
size 13675966516
|
corpus-data/selfapr-perturbations/Closure-125_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b917c95de31ff54133da7d3e8e6b6c00d5c5942eb89260cb54c5383c95f0dd48
|
3 |
+
size 14926309668
|
corpus-data/selfapr-perturbations/Closure-130_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f4aaad1d3fffc279e829b09e2787f0431f0353fc7bf3853e67eebe00a3a8b5b
|
3 |
+
size 13398586962
|
corpus-data/selfapr-perturbations/Closure-14_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6a5bf65b84391ff214e569e66686044896f77d56514cc980afc0ec188359bd6
|
3 |
+
size 14256566901
|
corpus-data/selfapr-perturbations/Closure-18_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8eb42e4c507ec6590114c5fa501b94154b06af717b3cc2877f131b6f1c4f6dba
|
3 |
+
size 14428189700
|
corpus-data/selfapr-perturbations/Closure-38_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a242e524f9ea81b49a00ff037d85dacbd5982678f8edd2b3f2437956805b4bfa
|
3 |
+
size 265261791
|
corpus-data/selfapr-perturbations/Closure-52_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d83123ccea3d97e2dc8d9e382457a3ae0b2268bbe3ac23f91e560b479068b7ce
|
3 |
+
size 12724309254
|
corpus-data/selfapr-perturbations/Closure-57_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f080a90378b747fab20b6404e70c864436749558920e2b2b855b47014a08fa6b
|
3 |
+
size 13495188150
|
corpus-data/selfapr-perturbations/Closure-62_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92e72475b1d405582e893bb11d481782c3eb96a423a928361d7359457df4222d
|
3 |
+
size 13220012716
|
corpus-data/selfapr-perturbations/Closure-67_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc70af9668efcb670ef088c5da6f39db108802fac3edb81e98b88ede7e57693f
|
3 |
+
size 4941831158
|
corpus-data/selfapr-perturbations/Closure-70_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35769ca2ab5f5e1b47f48086eeb3d503e7eede827046a6a5310eb33b100bc37c
|
3 |
+
size 4277136841
|
corpus-data/selfapr-perturbations/Closure-71_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b158e9efc53512489e9e064611626b559e0ec81fe9f9d5381ecf33cc07fcb702
|
3 |
+
size 4355426061
|
corpus-data/selfapr-perturbations/Closure-73_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d284fefdbab5194a5839955eb885d1a18d4c46f840134b1027da6aa689c6f29c
|
3 |
+
size 4029483106
|
corpus-data/selfapr-perturbations/Closure-86_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:573553ffd6a22288637c9f5aaa6bfe002a353ba0f32f8023171ed9abdee42bf9
|
3 |
+
size 3863159458
|
corpus-data/selfapr-perturbations/Closure-92_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56c88df96855ba8ef17708b88c51bc14ae966398b52e9e04694e63e13641723d
|
3 |
+
size 3686335849
|
corpus-data/selfapr-perturbations/Lang-16_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ae7aae86540d48c82dc4e0442c2dac7d2d45b7e4b91a81f1910b71fb410067
|
3 |
+
size 3325995519
|
corpus-data/selfapr-perturbations/Lang-61_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81996911212e5d4c6065e05a4fc88eec866e862cc88163f47d2f01f43bf027e4
|
3 |
+
size 2047894642
|
corpus-data/selfapr-perturbations/Lang-6_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89a92290ecc5146f596e92524488dbfa17e868f5f514660cca1c8447e6c94299
|
3 |
+
size 3719064116
|
corpus-data/selfapr-perturbations/Math-105_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ec17221c5974c27127e3f75d0a8f4a4041c41fbf97b004e4783fb0132c3971c
|
3 |
+
size 298633137
|
corpus-data/selfapr-perturbations/Math-11_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20e72f8ff215082af4f17713df490bb34ae4fc0ae13fc86248775c3b8ac9b397
|
3 |
+
size 6986721310
|
corpus-data/selfapr-perturbations/Math-27_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b881ffe0e7b17e8c5bc0108749e999a514880ed5642072c926751624f029b265
|
3 |
+
size 5438880152
|
corpus-data/selfapr-perturbations/Math-2_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5381756c7673cd753b31f0d50c654ab36a0e303b13d6014155441e89b6ece976
|
3 |
+
size 7096318277
|
corpus-data/selfapr-perturbations/Math-30_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf9b7fd779de85b0ed9e41076422a0754213c96279f9a1a1eb34a7776fd26f70
|
3 |
+
size 4494936137
|
corpus-data/selfapr-perturbations/Math-33_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4d470c3106b6e6ff97093697b1458561832a61d96d796e0be6fe3dc2daebd00
|
3 |
+
size 4829469968
|
corpus-data/selfapr-perturbations/Math-57_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0065e2bb5489b493a51a137bc98694e5d64000983d58e19dc75a754b17597327
|
3 |
+
size 3796306521
|
corpus-data/selfapr-perturbations/Math-58_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:384db8b1a4791959b8facd9e25a99b9c596c1c6aed1408c38e6b7ae5aba3bcc7
|
3 |
+
size 3663614656
|
corpus-data/selfapr-perturbations/Math-69_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a59b04502f908ac25fb0b4f39415f037275029b940dcc36ffdf85f5ebc5f4768
|
3 |
+
size 2215038666
|
corpus-data/selfapr-perturbations/Math-70_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:660ffd7e89995564c43643d74d487c7a3a248d6802ab3d48d37ef6362e823206
|
3 |
+
size 2337397808
|
corpus-data/selfapr-perturbations/Math-75_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e905e2f57ea902e2a2a2db281158011679f74f00e2ec1d5edafc2e7d9157aae7
|
3 |
+
size 3901395250
|
corpus-data/selfapr-perturbations/Math-80_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bf50fe7be86500e8c5ce2821eb18af4bb7d076adb481f5346e0469df17f4f69
|
3 |
+
size 3805548143
|
corpus-data/selfapr-perturbations/Math-85_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d7797654c68ba9b88c9105e19f5748ea96625d8bdf8f123757daa32f72c6552
|
3 |
+
size 3828350209
|
corpus-data/selfapr-perturbations/Math-94_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:596cbef9d2180c7d419849120449d29928895f3afe290f7f03cccbc6921984a8
|
3 |
+
size 2432506054
|
corpus-data/selfapr-perturbations/Mockito-24_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dc64bb116aff58064a171217fa3a81a4aeeccf5bdf36dd366aec639d1d2cbe7
|
3 |
+
size 1219324856
|
corpus-data/selfapr-perturbations/Mockito-29_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1103f29bbbfd4c9b3e97a13ccfe7d4b288123e5aefe5bcacdcf5f8ed9e076485
|
3 |
+
size 1308661085
|
corpus-data/selfapr-perturbations/Mockito-34_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e3665602fc6cacfba124ad4ab72d430a3b72bc2d0630128145eaf83ff256cd9
|
3 |
+
size 1201249663
|
corpus-data/selfapr-perturbations/Mockito-38_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:152fef9f4e2d36eb2e30eccf5e14d482fad3f55b970dec29ea7fed1d9b726a5b
|
3 |
+
size 881723125
|
corpus-data/selfapr-perturbations/Mockito-5_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:731f48c433a411b60f81cdebea6b8f77a497876dc6e65b1459f3ce87e0329f19
|
3 |
+
size 1212010606
|
corpus-data/selfapr-perturbations/Mockito-8_info.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38bedaf985a7f6d9af9d2a303acd5da7043eadb7560427334eafc2024f09c9ab
|
3 |
+
size 1235411884
|