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/commands/testDependenciesCommands.ts src/extension.ts |
1 | 3 (33%) | 58 (1%) | 2022-01-18 |
src/constants.ts src/extension.ts |
1 | 7 (14%) | 58 (1%) | 2022-01-18 |
src/constants.ts src/commands/testDependenciesCommands.ts |
1 | 7 (14%) | 3 (33%) | 2022-01-18 |
src/controller/utils.ts src/extension.ts |
1 | 4 (25%) | 58 (1%) | 2022-01-18 |
src/controller/utils.ts src/commands/testDependenciesCommands.ts |
1 | 4 (25%) | 3 (33%) | 2022-01-18 |
src/controller/utils.ts src/constants.ts |
1 | 4 (25%) | 7 (14%) | 2022-01-18 |
src/types.ts src/extension.ts |
1 | 2 (50%) | 58 (1%) | 2022-01-18 |
src/types.ts src/commands/testDependenciesCommands.ts |
1 | 2 (50%) | 3 (33%) | 2022-01-18 |
src/types.ts src/constants.ts |
1 | 2 (50%) | 7 (14%) | 2022-01-18 |
src/types.ts src/controller/utils.ts |
1 | 2 (50%) | 4 (25%) | 2022-01-18 |