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 |
---|---|---|---|---|
web/src/components/pages/home/home.tsx web/src/components/layout/navigation/navigation.tsx |
2 | 3 (66%) | 3 (66%) | 2022-01-06 |
web/src/components/pages/index.ts web/src/components/layout/navigation/navigation.tsx |
2 | 2 (100%) | 3 (66%) | 2022-01-06 |
web/src/components/pages/index.ts web/src/components/pages/home/home.tsx |
2 | 2 (100%) | 3 (66%) | 2022-01-06 |
web/src/components/pages/sample/sample.tsx web/src/components/layout/navigation/navigation.tsx |
2 | 4 (50%) | 3 (66%) | 2022-01-06 |
web/src/components/pages/sample/sample.tsx web/src/components/pages/home/home.tsx |
2 | 4 (50%) | 3 (66%) | 2022-01-06 |
web/src/components/pages/sample/sample.tsx web/src/components/pages/index.ts |
2 | 4 (50%) | 2 (100%) | 2022-01-06 |
web/src/routes/router-auth.tsx web/src/components/layout/navigation/navigation.tsx |
2 | 3 (66%) | 3 (66%) | 2022-01-06 |
web/src/routes/router-auth.tsx web/src/components/pages/home/home.tsx |
2 | 3 (66%) | 3 (66%) | 2022-01-06 |
web/src/routes/router-auth.tsx web/src/components/pages/index.ts |
2 | 3 (66%) | 2 (100%) | 2022-01-06 |
web/src/routes/router-auth.tsx web/src/components/pages/sample/sample.tsx |
2 | 3 (66%) | 4 (50%) | 2022-01-06 |
web/src/routes/router-noauth.tsx web/src/components/layout/navigation/navigation.tsx |
2 | 3 (66%) | 3 (66%) | 2022-01-06 |
web/src/routes/router-noauth.tsx web/src/components/pages/home/home.tsx |
2 | 3 (66%) | 3 (66%) | 2022-01-06 |
web/src/routes/router-noauth.tsx web/src/components/pages/index.ts |
2 | 3 (66%) | 2 (100%) | 2022-01-06 |
web/src/routes/router-noauth.tsx web/src/components/pages/sample/sample.tsx |
2 | 3 (66%) | 4 (50%) | 2022-01-06 |
web/src/routes/router-noauth.tsx web/src/routes/router-auth.tsx |
2 | 3 (66%) | 3 (66%) | 2022-01-06 |