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/js/input.js web/js/focus-on.js |
3 | 3 (100%) | 4 (75%) | 2022-01-15 |
web/js/main.js web/js/focus-on.js |
3 | 3 (100%) | 4 (75%) | 2022-01-15 |
web/js/main.js web/js/input.js |
3 | 3 (100%) | 3 (100%) | 2022-01-15 |
web/js/node-view.js web/js/focus-on.js |
3 | 3 (100%) | 4 (75%) | 2022-01-15 |
web/js/node-view.js web/js/input.js |
3 | 3 (100%) | 3 (100%) | 2022-01-15 |
web/js/node-view.js web/js/main.js |
3 | 3 (100%) | 3 (100%) | 2022-01-15 |
web/js/render.js web/js/focus-on.js |
3 | 3 (100%) | 4 (75%) | 2022-01-15 |
web/js/render.js web/js/input.js |
3 | 3 (100%) | 3 (100%) | 2022-01-15 |
web/js/render.js web/js/main.js |
3 | 3 (100%) | 3 (100%) | 2022-01-15 |
web/js/render.js web/js/node-view.js |
3 | 3 (100%) | 3 (100%) | 2022-01-15 |
web/js/focus-on.js web/js/find.js |
2 | 4 (50%) | 3 (66%) | 2022-01-19 |
web/js/focus-on.js web/js/web-util.js |
2 | 4 (50%) | 3 (66%) | 2022-01-12 |
web/js/input.js web/js/web-util.js |
2 | 3 (66%) | 3 (66%) | 2022-01-12 |
web/js/main.js web/js/web-util.js |
2 | 3 (66%) | 3 (66%) | 2022-01-12 |
web/js/node-view.js web/js/web-util.js |
2 | 3 (66%) | 3 (66%) | 2022-01-12 |
web/js/render.js web/js/web-util.js |
2 | 3 (66%) | 3 (66%) | 2022-01-12 |
lambda/handle-query.js web/js/web-util.js |
2 | 2 (100%) | 3 (66%) | 2022-01-12 |
lambda/handle-query.js web/js/focus-on.js |
2 | 2 (100%) | 4 (50%) | 2022-01-12 |
lambda/handle-query.js web/js/input.js |
2 | 2 (100%) | 3 (66%) | 2022-01-12 |
lambda/handle-query.js web/js/main.js |
2 | 2 (100%) | 3 (66%) | 2022-01-12 |