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 |
---|---|---|---|---|
lib/src/command/add.dart lib/src/command/upgrade.dart |
2 | 23 (8%) | 44 (4%) | 2022-01-31 |
lib/src/command/remove.dart lib/src/command/upgrade.dart |
2 | 14 (14%) | 44 (4%) | 2022-01-31 |
lib/src/command/remove.dart lib/src/command/add.dart |
2 | 14 (14%) | 23 (8%) | 2022-01-31 |
lib/src/entrypoint.dart lib/src/command/upgrade.dart |
2 | 247 (<1%) | 44 (4%) | 2022-01-31 |
lib/src/entrypoint.dart lib/src/command/add.dart |
2 | 247 (<1%) | 23 (8%) | 2022-01-31 |
lib/src/entrypoint.dart lib/src/command/remove.dart |
2 | 247 (<1%) | 14 (14%) | 2022-01-31 |
lib/src/global_packages.dart lib/src/command/upgrade.dart |
2 | 133 (1%) | 44 (4%) | 2022-01-31 |
lib/src/global_packages.dart lib/src/command/add.dart |
2 | 133 (1%) | 23 (8%) | 2022-01-31 |
lib/src/global_packages.dart lib/src/command/remove.dart |
2 | 133 (1%) | 14 (14%) | 2022-01-31 |
lib/src/global_packages.dart lib/src/entrypoint.dart |
2 | 133 (1%) | 247 (<1%) | 2022-01-31 |
lib/src/source/hosted.dart lib/src/command/add.dart |
2 | 108 (1%) | 23 (8%) | 2022-01-20 |
lib/src/source/hosted.dart lib/src/io.dart |
2 | 108 (1%) | 368 (<1%) | 2022-01-20 |
lib/src/command/downgrade.dart lib/src/command/upgrade.dart |
1 | 27 (3%) | 44 (2%) | 2022-01-31 |
lib/src/command/downgrade.dart lib/src/command/add.dart |
1 | 27 (3%) | 23 (4%) | 2022-01-31 |
lib/src/command/get.dart lib/src/command/upgrade.dart |
1 | 34 (2%) | 44 (2%) | 2022-01-31 |
lib/src/command/get.dart lib/src/command/add.dart |
1 | 34 (2%) | 23 (4%) | 2022-01-31 |
lib/src/command/get.dart lib/src/command/downgrade.dart |
1 | 34 (2%) | 27 (3%) | 2022-01-31 |
lib/src/command/remove.dart lib/src/command/downgrade.dart |
1 | 14 (7%) | 27 (3%) | 2022-01-31 |
lib/src/command/remove.dart lib/src/command/get.dart |
1 | 14 (7%) | 34 (2%) | 2022-01-31 |
lib/src/entrypoint.dart lib/src/command/downgrade.dart |
1 | 247 (<1%) | 27 (3%) | 2022-01-31 |