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 |
---|---|---|---|---|
working/macros/example/data_class.dart analysis_options.yaml |
1 | 6 (16%) | 3 (33%) | 2022-02-01 |
working/macros/example/run.dart analysis_options.yaml |
1 | 1 (100%) | 3 (33%) | 2022-02-01 |
working/macros/example/run.dart working/macros/example/data_class.dart |
1 | 1 (100%) | 6 (16%) | 2022-02-01 |
working/macros/pubspec.yaml analysis_options.yaml |
1 | 3 (33%) | 3 (33%) | 2022-02-01 |
working/macros/pubspec.yaml working/macros/example/data_class.dart |
1 | 3 (33%) | 6 (16%) | 2022-02-01 |
working/macros/pubspec.yaml working/macros/example/run.dart |
1 | 3 (33%) | 1 (100%) | 2022-02-01 |