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/java-runtime/utils/upstreamApi.ts src/java-runtime/index.ts |
1 | 6 (16%) | 31 (3%) | 2022-01-25 |
src/commands/handler.ts src/welcome/index.ts |
1 | 14 (7%) | 22 (4%) | 2022-01-18 |
src/commands/index.ts src/welcome/index.ts |
1 | 33 (3%) | 22 (4%) | 2022-01-18 |
src/commands/index.ts src/commands/handler.ts |
1 | 33 (3%) | 14 (7%) | 2022-01-18 |
src/welcome/assets/components/GetStartedPage.tsx src/welcome/index.ts |
1 | 4 (25%) | 22 (4%) | 2022-01-18 |
src/welcome/assets/components/GetStartedPage.tsx src/commands/handler.ts |
1 | 4 (25%) | 14 (7%) | 2022-01-18 |
src/welcome/assets/components/GetStartedPage.tsx src/commands/index.ts |
1 | 4 (25%) | 33 (3%) | 2022-01-18 |
src/welcome/assets/components/NavigationPanel.tsx src/welcome/index.ts |
1 | 10 (10%) | 22 (4%) | 2022-01-18 |
src/welcome/assets/components/NavigationPanel.tsx src/commands/handler.ts |
1 | 10 (10%) | 14 (7%) | 2022-01-18 |
src/welcome/assets/components/NavigationPanel.tsx src/commands/index.ts |
1 | 10 (10%) | 33 (3%) | 2022-01-18 |
src/welcome/assets/components/NavigationPanel.tsx src/welcome/assets/components/GetStartedPage.tsx |
1 | 10 (10%) | 4 (25%) | 2022-01-18 |
src/install-jdk/assets/App.scss src/beginner-tips/assets/style.scss |
1 | 2 (50%) | 2 (50%) | 2022-01-09 |
src/java-runtime/assets/style.scss src/beginner-tips/assets/style.scss |
1 | 5 (20%) | 2 (50%) | 2022-01-09 |
src/java-runtime/assets/style.scss src/install-jdk/assets/App.scss |
1 | 5 (20%) | 2 (50%) | 2022-01-09 |