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 |
---|---|---|---|---|
lib/download.ts lib/progress.ts |
2 | 39 (5%) | 3 (66%) | 2022-01-20 |
lib/runTest.ts lib/progress.ts |
2 | 42 (4%) | 3 (66%) | 2022-01-20 |
lib/runTest.ts lib/download.ts |
2 | 42 (4%) | 39 (5%) | 2022-01-20 |
lib/index.ts lib/runTest.ts |
2 | 6 (33%) | 42 (4%) | 2022-01-14 |
lib/util.ts lib/download.ts |
2 | 30 (6%) | 39 (5%) | 2022-01-14 |
lib/util.ts lib/runTest.ts |
2 | 30 (6%) | 42 (4%) | 2022-01-14 |
lib/util.ts lib/index.ts |
2 | 30 (6%) | 6 (33%) | 2022-01-14 |
lib/index.ts lib/progress.ts |
1 | 6 (16%) | 3 (33%) | 2022-01-14 |
lib/index.ts lib/download.ts |
1 | 6 (16%) | 39 (2%) | 2022-01-14 |
lib/util.ts lib/progress.ts |
1 | 30 (3%) | 3 (33%) | 2022-01-14 |
No temporal cross-component dependencies found.