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 |
---|---|---|---|---|
app/src/App.css app/public/index.html |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/App.js app/public/index.html |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/App.js app/src/App.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.css app/public/index.html |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.css app/src/App.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.css app/src/App.js |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.js app/public/index.html |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.js app/src/App.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.js app/src/App.js |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/index.js app/src/index.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/reportWebVitals.js app/public/index.html |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/reportWebVitals.js app/src/App.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/reportWebVitals.js app/src/App.js |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/reportWebVitals.js app/src/index.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/reportWebVitals.js app/src/index.js |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/setupTests.js app/public/index.html |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/setupTests.js app/src/App.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/setupTests.js app/src/App.js |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/setupTests.js app/src/index.css |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
app/src/setupTests.js app/src/index.js |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |