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 |
---|---|---|---|---|
src/extension.ts build/downloader.ts |
1 | 75 (1%) | 1 (100%) | 2025-04-14 |
src/survey.ts src/extension.ts |
1 | 1 (100%) | 75 (1%) | 2025-04-14 |
src/utils/settingUtils.ts build/downloader.ts |
1 | 6 (16%) | 1 (100%) | 2025-04-14 |
src/survey.ts build/downloader.ts |
1 | 1 (100%) | 1 (100%) | 2025-04-14 |
src/utils/settingUtils.ts src/extension.ts |
1 | 6 (16%) | 75 (1%) | 2025-04-14 |
src/utils/settingUtils.ts src/survey.ts |
1 | 6 (16%) | 1 (100%) | 2025-04-14 |