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 |
---|---|---|---|---|
fxa/crypto.py fxa/__main__.py |
3 | 14 (21%) | 20 (15%) | 2025-04-29 |
pyproject.toml fxa/__main__.py |
3 | 9 (33%) | 20 (15%) | 2025-04-29 |
pyproject.toml fxa/crypto.py |
3 | 9 (33%) | 14 (21%) | 2025-04-29 |
pyproject.toml fxa/plugins/requests.py |
3 | 9 (33%) | 20 (15%) | 2025-04-29 |
fxa/plugins/requests.py fxa/crypto.py |
3 | 20 (15%) | 14 (21%) | 2025-04-29 |
fxa/crypto.py fxa/core.py |
3 | 14 (21%) | 32 (9%) | 2025-04-29 |
fxa/plugins/requests.py fxa/__main__.py |
3 | 20 (15%) | 20 (15%) | 2025-04-29 |
pyproject.toml fxa/core.py |
3 | 9 (33%) | 32 (9%) | 2025-04-29 |
fxa/plugins/requests.py fxa/core.py |
3 | 20 (15%) | 32 (9%) | 2025-04-29 |
fxa/__main__.py fxa/core.py |
3 | 20 (15%) | 32 (9%) | 2025-04-29 |
fxa/oauth.py fxa/core.py |
2 | 59 (3%) | 32 (6%) | 2025-05-01 |
fxa/crypto.py fxa/oauth.py |
1 | 14 (7%) | 59 (1%) | 2025-04-24 |
pyproject.toml fxa/oauth.py |
1 | 9 (11%) | 59 (1%) | 2025-04-24 |
fxa/plugins/requests.py fxa/oauth.py |
1 | 20 (5%) | 59 (1%) | 2025-04-24 |
fxa/__main__.py fxa/oauth.py |
1 | 20 (5%) | 59 (1%) | 2025-04-24 |