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 |
|---|---|---|---|---|
| screen.php bootstrap.inc.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| services/cloudwatch.class.php bootstrap.inc.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| services/cloudwatch.class.php screen.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| services/service.class.php bootstrap.inc.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| services/service.class.php screen.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| services/service.class.php services/cloudwatch.class.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/arguParser.class.php bootstrap.inc.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/arguParser.class.php screen.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/arguParser.class.php services/cloudwatch.class.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/arguParser.class.php services/service.class.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/config.php bootstrap.inc.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/config.php screen.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/config.php services/cloudwatch.class.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/config.php services/service.class.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |
| tools/config.php tools/arguParser.class.php |
2 | 3 (66%) | 3 (66%) | 2022-01-24 |