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 |
---|---|---|---|---|
source_gen/mono_pkg.yaml example_usage/mono_pkg.yaml |
2 | 19 (10%) | 14 (14%) | 2022-01-06 |
example/lib/builder.dart analysis_options.yaml |
1 | 4 (25%) | 26 (3%) | 2022-01-06 |
example/lib/src/multiplier_generator.dart analysis_options.yaml |
1 | 2 (50%) | 26 (3%) | 2022-01-06 |
example/lib/src/multiplier_generator.dart example/lib/builder.dart |
1 | 2 (50%) | 4 (25%) | 2022-01-06 |
example/lib/src/utils.dart analysis_options.yaml |
1 | 4 (25%) | 26 (3%) | 2022-01-06 |
example/lib/src/utils.dart example/lib/builder.dart |
1 | 4 (25%) | 4 (25%) | 2022-01-06 |
example/lib/src/utils.dart example/lib/src/multiplier_generator.dart |
1 | 4 (25%) | 2 (50%) | 2022-01-06 |
source_gen/lib/builder.dart analysis_options.yaml |
1 | 21 (4%) | 26 (3%) | 2022-01-06 |
source_gen/lib/builder.dart example/lib/builder.dart |
1 | 21 (4%) | 4 (25%) | 2022-01-06 |
source_gen/lib/builder.dart example/lib/src/multiplier_generator.dart |
1 | 21 (4%) | 2 (50%) | 2022-01-06 |
source_gen/lib/builder.dart example/lib/src/utils.dart |
1 | 21 (4%) | 4 (25%) | 2022-01-06 |
source_gen/lib/src/constants/revive.dart analysis_options.yaml |
1 | 12 (8%) | 26 (3%) | 2022-01-06 |
source_gen/lib/src/constants/revive.dart example/lib/builder.dart |
1 | 12 (8%) | 4 (25%) | 2022-01-06 |
source_gen/lib/src/constants/revive.dart example/lib/src/multiplier_generator.dart |
1 | 12 (8%) | 2 (50%) | 2022-01-06 |
source_gen/lib/src/constants/revive.dart example/lib/src/utils.dart |
1 | 12 (8%) | 4 (25%) | 2022-01-06 |
source_gen/lib/src/constants/revive.dart source_gen/lib/builder.dart |
1 | 12 (8%) | 21 (4%) | 2022-01-06 |
source_gen/lib/src/generator_for_annotation.dart analysis_options.yaml |
1 | 12 (8%) | 26 (3%) | 2022-01-06 |
source_gen/lib/src/generator_for_annotation.dart example/lib/builder.dart |
1 | 12 (8%) | 4 (25%) | 2022-01-06 |
source_gen/lib/src/generator_for_annotation.dart example/lib/src/multiplier_generator.dart |
1 | 12 (8%) | 2 (50%) | 2022-01-06 |
source_gen/lib/src/generator_for_annotation.dart example/lib/src/utils.dart |
1 | 12 (8%) | 4 (25%) | 2022-01-06 |