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).
No file pairs changed together.
No temporal cross-component dependencies found.
No file pairs changed together.
No temporal cross-component dependencies found.
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
setup.py pyqldb/__init__.py |
4 | 11 (36%) | 16 (25%) | 2021-10-27 |
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
setup.py pyqldb/__init__.py |
4 | 11 (36%) | 16 (25%) | 2021-10-27 |
pyqldb/errors/__init__.py pyqldb/driver/qldb_driver.py |
1 | 6 (16%) | 12 (8%) | 2021-04-29 |
pyqldb/execution/executor.py pyqldb/driver/qldb_driver.py |
1 | 5 (20%) | 12 (8%) | 2021-04-29 |
pyqldb/execution/executor.py pyqldb/errors/__init__.py |
1 | 5 (20%) | 6 (16%) | 2021-04-29 |
pyqldb/session/qldb_session.py pyqldb/driver/qldb_driver.py |
1 | 11 (9%) | 12 (8%) | 2021-04-29 |
pyqldb/session/qldb_session.py pyqldb/errors/__init__.py |
1 | 11 (9%) | 6 (16%) | 2021-04-29 |
pyqldb/session/qldb_session.py pyqldb/execution/executor.py |
1 | 11 (9%) | 5 (20%) | 2021-04-29 |
pyqldb/transaction/transaction.py pyqldb/driver/qldb_driver.py |
1 | 7 (14%) | 12 (8%) | 2021-04-29 |
pyqldb/transaction/transaction.py pyqldb/errors/__init__.py |
1 | 7 (14%) | 6 (16%) | 2021-04-29 |
pyqldb/transaction/transaction.py pyqldb/execution/executor.py |
1 | 7 (14%) | 5 (20%) | 2021-04-29 |
pyqldb/transaction/transaction.py pyqldb/session/qldb_session.py |
1 | 7 (14%) | 11 (9%) | 2021-04-29 |
pyqldb/config/retry_config.py pyqldb/driver/qldb_driver.py |
1 | 2 (50%) | 12 (8%) | 2021-04-26 |
pyqldb/execution/__init__.py pyqldb/driver/qldb_driver.py |
1 | 3 (33%) | 12 (8%) | 2021-04-26 |
pyqldb/execution/__init__.py pyqldb/config/retry_config.py |
1 | 3 (33%) | 2 (50%) | 2021-04-26 |
pyqldb/execution/executable.py pyqldb/driver/qldb_driver.py |
1 | 3 (33%) | 12 (8%) | 2021-04-26 |
pyqldb/execution/executable.py pyqldb/config/retry_config.py |
1 | 3 (33%) | 2 (50%) | 2021-04-26 |
pyqldb/execution/executable.py pyqldb/execution/__init__.py |
1 | 3 (33%) | 3 (33%) | 2021-04-26 |
pyqldb/cursor/buffered_cursor.py pyqldb/driver/qldb_driver.py |
1 | 3 (33%) | 12 (8%) | 2021-02-02 |
pyqldb/cursor/read_ahead_cursor.py pyqldb/driver/qldb_driver.py |
1 | 4 (25%) | 12 (8%) | 2021-02-02 |
pyqldb/cursor/read_ahead_cursor.py pyqldb/cursor/buffered_cursor.py |
1 | 4 (25%) | 3 (33%) | 2021-02-02 |