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 |
---|---|---|---|---|
apps/meeting/src/containers/MeetingForm/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx |
2 | 8 (25%) | 5 (40%) | 2022-01-24 |
apps/meeting/src/containers/MeetingProviderWrapper/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx |
2 | 5 (40%) | 5 (40%) | 2022-01-24 |
apps/meeting/src/containers/MeetingProviderWrapper/index.tsx apps/meeting/src/containers/MeetingForm/index.tsx |
2 | 5 (40%) | 8 (25%) | 2022-01-24 |
apps/meeting/src/providers/AppStateProvider.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx |
2 | 8 (25%) | 5 (40%) | 2022-01-24 |
apps/meeting/src/providers/AppStateProvider.tsx apps/meeting/src/containers/MeetingForm/index.tsx |
2 | 8 (25%) | 8 (25%) | 2022-01-24 |
apps/meeting/src/providers/AppStateProvider.tsx apps/meeting/src/containers/MeetingProviderWrapper/index.tsx |
2 | 8 (25%) | 5 (40%) | 2022-01-24 |
apps/meeting/src/types/index.ts apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx |
2 | 6 (33%) | 5 (40%) | 2022-01-24 |
apps/meeting/src/types/index.ts apps/meeting/src/containers/MeetingForm/index.tsx |
2 | 6 (33%) | 8 (25%) | 2022-01-24 |
apps/meeting/src/types/index.ts apps/meeting/src/containers/MeetingProviderWrapper/index.tsx |
2 | 6 (33%) | 5 (40%) | 2022-01-24 |
apps/meeting/src/types/index.ts apps/meeting/src/providers/AppStateProvider.tsx |
2 | 6 (33%) | 8 (25%) | 2022-01-24 |
apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/VideoTransformDropdown.tsx |
1 | 5 (20%) | 2 (50%) | 2022-01-24 |
apps/meeting/src/components/MeetingControls/VideoInputTransformControl.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/VideoTransformDropdown.tsx |
1 | 1 (100%) | 2 (50%) | 2022-01-24 |
apps/meeting/src/components/MeetingControls/VideoInputTransformControl.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx |
1 | 1 (100%) | 5 (20%) | 2022-01-24 |
apps/meeting/src/containers/MeetingControls/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/VideoTransformDropdown.tsx |
1 | 7 (14%) | 2 (50%) | 2022-01-24 |
apps/meeting/src/containers/MeetingControls/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/index.tsx |
1 | 7 (14%) | 5 (20%) | 2022-01-24 |
apps/meeting/src/containers/MeetingControls/index.tsx apps/meeting/src/components/MeetingControls/VideoInputTransformControl.tsx |
1 | 7 (14%) | 1 (100%) | 2022-01-24 |
apps/meeting/src/containers/MeetingForm/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/VideoTransformDropdown.tsx |
1 | 8 (12%) | 2 (50%) | 2022-01-24 |
apps/meeting/src/containers/MeetingForm/index.tsx apps/meeting/src/components/MeetingControls/VideoInputTransformControl.tsx |
1 | 8 (12%) | 1 (100%) | 2022-01-24 |
apps/meeting/src/containers/MeetingForm/index.tsx apps/meeting/src/containers/MeetingControls/index.tsx |
1 | 8 (12%) | 7 (14%) | 2022-01-24 |
apps/meeting/src/containers/MeetingProviderWrapper/index.tsx apps/meeting/src/components/DeviceSelection/CameraDevices/VideoTransformDropdown.tsx |
1 | 5 (20%) | 2 (50%) | 2022-01-24 |
No temporal cross-component dependencies found.