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 |
---|---|---|---|---|
containers/python-3-anaconda-postgres/test-project/database.py containers/python-3-anaconda-postgres/environment.yml |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
containers/python-3-anaconda-postgres/test-project/plot.py containers/python-3-anaconda-postgres/environment.yml |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
containers/python-3-anaconda-postgres/test-project/plot.py containers/python-3-anaconda-postgres/test-project/database.py |
1 | 1 (100%) | 1 (100%) | 2022-01-28 |
containers/rust-postgres/test-project/src/main.rs containers/rust-postgres/test-project/Cargo.toml |
1 | 1 (100%) | 1 (100%) | 2022-01-24 |
containers/java-postgres/test-project/src/main/java/module-info.java containers/java-postgres/test-project/src/main/java/com/mycompany/app/App.java |
1 | 1 (100%) | 1 (100%) | 2022-01-07 |
No temporal cross-component dependencies found.