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/reports/components/fast-pass-report.tsx src/DetailsView/details-view-initializer.ts |
3 | 10 (30%) | 154 (1%) | 2022-01-28 |
src/reports/components/report-sections/incomplete-checks-section.tsx src/reports/components/fast-pass-report.tsx |
3 | 4 (75%) | 10 (30%) | 2022-01-28 |
src/reports/components/report-sections/passed-checks-section.tsx src/reports/components/fast-pass-report.tsx |
3 | 9 (33%) | 10 (30%) | 2022-01-28 |
src/reports/components/report-sections/passed-checks-section.tsx src/reports/components/report-sections/incomplete-checks-section.tsx |
3 | 9 (33%) | 4 (75%) | 2022-01-28 |
src/reports/fast-pass-report-html-generator.tsx src/DetailsView/details-view-initializer.ts |
3 | 5 (60%) | 154 (1%) | 2022-01-28 |
src/reports/fast-pass-report-html-generator.tsx src/reports/components/fast-pass-report.tsx |
3 | 5 (60%) | 10 (30%) | 2022-01-28 |
src/injected/analyzers/tab-stops-analyzer.ts src/injected/analyzers/analyzer-provider.ts |
3 | 25 (12%) | 18 (16%) | 2022-01-27 |
src/injected/main-window-initializer.ts src/injected/analyzers/analyzer-provider.ts |
3 | 65 (4%) | 18 (16%) | 2022-01-27 |
src/injected/main-window-initializer.ts src/injected/analyzers/tab-stops-analyzer.ts |
3 | 65 (4%) | 25 (12%) | 2022-01-27 |
src/background/stores/visualization-scan-result-store.ts src/injected/main-window-initializer.ts |
3 | 32 (9%) | 65 (4%) | 2022-01-26 |
src/common/messages.ts src/background/stores/visualization-scan-result-store.ts |
3 | 56 (5%) | 32 (9%) | 2022-01-26 |
src/DetailsView/details-view-initializer.ts src/DetailsView/components/tab-stops-failed-instance-section.tsx |
2 | 154 (1%) | 5 (40%) | 2022-01-28 |
src/reports/components/fast-pass-report.tsx src/DetailsView/components/tab-stops-failed-instance-section.tsx |
2 | 10 (20%) | 5 (40%) | 2022-01-28 |
src/reports/components/report-sections/collapsible-result-section.tsx src/reports/components/fast-pass-report.tsx |
2 | 14 (14%) | 10 (20%) | 2022-01-28 |
src/reports/components/report-sections/incomplete-checks-section.tsx src/DetailsView/details-view-initializer.ts |
2 | 4 (50%) | 154 (1%) | 2022-01-28 |
src/reports/components/report-sections/incomplete-checks-section.tsx src/reports/components/report-sections/collapsible-result-section.tsx |
2 | 4 (50%) | 14 (14%) | 2022-01-28 |
src/reports/components/report-sections/passed-checks-section.tsx src/DetailsView/details-view-initializer.ts |
2 | 9 (22%) | 154 (1%) | 2022-01-28 |
src/reports/components/report-sections/passed-checks-section.tsx src/reports/components/report-sections/collapsible-result-section.tsx |
2 | 9 (22%) | 14 (14%) | 2022-01-28 |
src/reports/components/report-sections/tab-stops-checks-section-wrapper.tsx src/reports/components/fast-pass-report.tsx |
2 | 3 (66%) | 10 (20%) | 2022-01-28 |
src/reports/components/report-sections/tab-stops-checks-section-wrapper.tsx src/reports/components/report-sections/collapsible-result-section.tsx |
2 | 3 (66%) | 14 (14%) | 2022-01-28 |