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/arena.dart analysis_options.yaml |
1 | 3 (33%) | 4 (25%) | 2022-02-01 |
lib/src/allocation.dart lib/ffi.dart |
1 | 8 (12%) | 8 (12%) | 2022-01-20 |
lib/src/c_type.dart lib/ffi.dart |
1 | 1 (100%) | 8 (12%) | 2022-01-20 |
lib/src/c_type.dart lib/src/allocation.dart |
1 | 1 (100%) | 8 (12%) | 2022-01-20 |
pubspec.yaml lib/ffi.dart |
1 | 26 (3%) | 8 (12%) | 2022-01-20 |
pubspec.yaml lib/src/allocation.dart |
1 | 26 (3%) | 8 (12%) | 2022-01-20 |
pubspec.yaml lib/src/c_type.dart |
1 | 26 (3%) | 1 (100%) | 2022-01-20 |