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 |
---|---|---|---|---|
webapp/src/views/home/home.tsx webapp/src/components/hash-card/hash-card.tsx |
5 | 5 (100%) | 5 (100%) | 2022-01-21 |
webapp/src/hooks/use-hasher.tsx webapp/src/components/hash-card/hash-card.tsx |
4 | 6 (66%) | 5 (80%) | 2022-01-21 |
webapp/src/views/home/home.tsx webapp/src/hooks/use-hasher.tsx |
4 | 5 (80%) | 6 (66%) | 2022-01-21 |
wasm/src/utils.rs wasm/src/lib.rs |
3 | 3 (100%) | 3 (100%) | 2022-01-21 |
webapp/src/components/approot.tsx webapp/postcss.config.js |
3 | 4 (75%) | 3 (100%) | 2022-01-21 |
webapp/src/components/hash-card/hash-card.tsx webapp/postcss.config.js |
3 | 5 (60%) | 3 (100%) | 2022-01-21 |
webapp/src/components/hash-card/hash-card.tsx webapp/src/components/approot.tsx |
3 | 5 (60%) | 4 (75%) | 2022-01-21 |
webapp/src/components/hash-card/index.ts webapp/postcss.config.js |
3 | 3 (100%) | 3 (100%) | 2022-01-21 |
webapp/src/components/hash-card/index.ts webapp/src/components/approot.tsx |
3 | 3 (100%) | 4 (75%) | 2022-01-21 |
webapp/src/components/hash-card/index.ts webapp/src/components/hash-card/hash-card.tsx |
3 | 3 (100%) | 5 (60%) | 2022-01-21 |
webapp/src/main.tsx webapp/src/components/approot.tsx |
3 | 4 (75%) | 4 (75%) | 2022-01-21 |
webapp/src/views/home/home.tsx webapp/postcss.config.js |
3 | 5 (60%) | 3 (100%) | 2022-01-21 |
webapp/src/views/home/home.tsx webapp/src/components/approot.tsx |
3 | 5 (60%) | 4 (75%) | 2022-01-21 |
webapp/src/views/home/home.tsx webapp/src/components/hash-card/index.ts |
3 | 5 (60%) | 3 (100%) | 2022-01-21 |
webapp/src/views/home/index.ts webapp/postcss.config.js |
3 | 3 (100%) | 3 (100%) | 2022-01-21 |
webapp/src/views/home/index.ts webapp/src/components/approot.tsx |
3 | 3 (100%) | 4 (75%) | 2022-01-21 |
webapp/src/views/home/index.ts webapp/src/components/hash-card/hash-card.tsx |
3 | 3 (100%) | 5 (60%) | 2022-01-21 |
webapp/src/views/home/index.ts webapp/src/components/hash-card/index.ts |
3 | 3 (100%) | 3 (100%) | 2022-01-21 |
webapp/src/views/home/index.ts webapp/src/views/home/home.tsx |
3 | 3 (100%) | 5 (60%) | 2022-01-21 |
webapp/tailwind.config.js webapp/postcss.config.js |
3 | 3 (100%) | 3 (100%) | 2022-01-21 |