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 |
---|---|---|---|---|
aws/s3.go aws/iot.go |
1 | 5 (20%) | 5 (20%) | 2022-01-03 |
cli/cli_args.go aws/iot.go |
1 | 9 (11%) | 5 (20%) | 2022-01-03 |
cli/cli_args.go aws/s3.go |
1 | 9 (11%) | 5 (20%) | 2022-01-03 |
common/agent_config.go aws/iot.go |
1 | 5 (20%) | 5 (20%) | 2022-01-03 |
common/agent_config.go aws/s3.go |
1 | 5 (20%) | 5 (20%) | 2022-01-03 |
common/agent_config.go cli/cli_args.go |
1 | 5 (20%) | 9 (11%) | 2022-01-03 |
common/utils.go aws/iot.go |
1 | 8 (12%) | 5 (20%) | 2022-01-03 |
common/utils.go aws/s3.go |
1 | 8 (12%) | 5 (20%) | 2022-01-03 |
common/utils.go cli/cli_args.go |
1 | 8 (12%) | 9 (11%) | 2022-01-03 |
common/utils.go common/agent_config.go |
1 | 8 (12%) | 5 (20%) | 2022-01-03 |
main.go aws/iot.go |
1 | 6 (16%) | 5 (20%) | 2022-01-03 |
main.go aws/s3.go |
1 | 6 (16%) | 5 (20%) | 2022-01-03 |
main.go cli/cli_args.go |
1 | 6 (16%) | 9 (11%) | 2022-01-03 |
main.go common/agent_config.go |
1 | 6 (16%) | 5 (20%) | 2022-01-03 |
main.go common/utils.go |
1 | 6 (16%) | 8 (12%) | 2022-01-03 |