A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
MANIFEST.in awscrt/io.py |
1 | 14 (7%) | 31 (3%) | 2022-01-07 |
setup.py awscrt/io.py |
1 | 96 (1%) | 31 (3%) | 2022-01-07 |
setup.py MANIFEST.in |
1 | 96 (1%) | 14 (7%) | 2022-01-07 |
source/io.c awscrt/io.py |
1 | 32 (3%) | 31 (3%) | 2022-01-07 |
source/io.c MANIFEST.in |
1 | 32 (3%) | 14 (7%) | 2022-01-07 |
source/io.c setup.py |
1 | 32 (3%) | 96 (1%) | 2022-01-07 |
source/io.h awscrt/io.py |
1 | 13 (7%) | 31 (3%) | 2022-01-07 |
source/io.h MANIFEST.in |
1 | 13 (7%) | 14 (7%) | 2022-01-07 |
source/io.h setup.py |
1 | 13 (7%) | 96 (1%) | 2022-01-07 |
source/io.h source/io.c |
1 | 13 (7%) | 32 (3%) | 2022-01-07 |
source/module.c awscrt/io.py |
1 | 59 (1%) | 31 (3%) | 2022-01-07 |
source/module.c MANIFEST.in |
1 | 59 (1%) | 14 (7%) | 2022-01-07 |
source/module.c setup.py |
1 | 59 (1%) | 96 (1%) | 2022-01-07 |
source/module.c source/io.c |
1 | 59 (1%) | 32 (3%) | 2022-01-07 |
source/module.c source/io.h |
1 | 59 (1%) | 13 (7%) | 2022-01-07 |
source/pkcs11_lib.c awscrt/io.py |
1 | 1 (100%) | 31 (3%) | 2022-01-07 |
source/pkcs11_lib.c MANIFEST.in |
1 | 1 (100%) | 14 (7%) | 2022-01-07 |
source/pkcs11_lib.c setup.py |
1 | 1 (100%) | 96 (1%) | 2022-01-07 |
source/pkcs11_lib.c source/io.c |
1 | 1 (100%) | 32 (3%) | 2022-01-07 |
source/pkcs11_lib.c source/io.h |
1 | 1 (100%) | 13 (7%) | 2022-01-07 |