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 |
|---|---|---|---|---|
| gradle/libs.versions.toml build.gradle.kts |
1 | 73 (1%) | 174 (<1%) | 2025-12-23 |
| Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
|---|---|---|---|---|
| gradle/libs.versions.toml build.gradle.kts |
1 | 73 (1%) | 174 (<1%) | 2025-12-23 |
| Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
|---|---|---|---|---|
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
8 | 20 (40%) | 21 (38%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
7 | 9 (77%) | 21 (33%) | 2025-09-04 |
| gradle/libs.versions.toml build.gradle.kts |
7 | 73 (9%) | 174 (4%) | 2025-12-23 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
6 | 10 (60%) | 21 (28%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/toolWindow/ComposeSamplesToolWindowFactory.kt src/main/resources/META-INF/plugin.xml |
5 | 16 (31%) | 37 (13%) | 2025-09-06 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt |
5 | 5 (100%) | 6 (83%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
5 | 10 (50%) | 9 (55%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt |
4 | 4 (100%) | 5 (80%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
4 | 6 (66%) | 9 (44%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt |
4 | 6 (66%) | 15 (26%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt src/main/kotlin/org/jetbrains/plugins/template/toolWindow/ComposeSamplesToolWindowFactory.kt |
4 | 21 (19%) | 16 (25%) | 2025-09-04 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/EmbeddedToInlineCssSvgTransformerHint.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
4 | 5 (80%) | 21 (19%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt |
4 | 5 (80%) | 5 (80%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt |
4 | 5 (80%) | 6 (66%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt |
4 | 6 (66%) | 20 (20%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/EmbeddedToInlineCssSvgTransformerHint.kt src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt |
4 | 5 (80%) | 15 (26%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
4 | 6 (66%) | 21 (19%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt |
4 | 6 (66%) | 20 (20%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
4 | 5 (80%) | 9 (44%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
3 | 15 (20%) | 9 (33%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/components/ContextPopupMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt |
3 | 4 (75%) | 20 (15%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt |
3 | 4 (75%) | 5 (60%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt |
3 | 10 (30%) | 5 (60%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/EmbeddedToInlineCssSvgTransformerHint.kt |
3 | 6 (50%) | 5 (60%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt |
3 | 10 (30%) | 15 (20%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/EmbeddedToInlineCssSvgTransformerHint.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt |
3 | 5 (60%) | 5 (60%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt |
3 | 5 (60%) | 20 (15%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt |
3 | 6 (50%) | 4 (75%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt |
3 | 5 (60%) | 15 (20%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
3 | 4 (75%) | 9 (33%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt |
3 | 10 (30%) | 6 (50%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
3 | 20 (15%) | 9 (33%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherIcons.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
3 | 4 (75%) | 21 (14%) | 2025-09-04 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
3 | 4 (75%) | 21 (14%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
3 | 6 (50%) | 21 (14%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt build.gradle.kts |
3 | 21 (14%) | 174 (1%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/EmbeddedToInlineCssSvgTransformerHint.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt |
3 | 5 (60%) | 4 (75%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/toolWindow/ComposeSamplesToolWindowFactory.kt build.gradle.kts |
3 | 16 (18%) | 174 (1%) | 2025-10-07 |
| src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppSample.kt |
3 | 15 (20%) | 20 (15%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/WeatherAppColors.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
3 | 3 (100%) | 21 (14%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt |
3 | 6 (50%) | 10 (30%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt |
3 | 10 (30%) | 4 (75%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/SearchAutoCompletionItemProvider.kt src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt |
3 | 4 (75%) | 15 (20%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/PreviewableItem.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
3 | 4 (75%) | 9 (33%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Searchable.kt |
3 | 6 (50%) | 5 (60%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/components/SearchBarWithAutoCompletion.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/WeatherDetailsCard.kt |
3 | 15 (20%) | 21 (14%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/EmbeddedToInlineCssSvgTransformerHint.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt |
3 | 5 (60%) | 10 (30%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/components/SearchToolbarMenu.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/Location.kt |
3 | 6 (50%) | 6 (50%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/model/WeatherForecastData.kt |
3 | 5 (60%) | 9 (33%) | 2025-08-28 |
| src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/LocationsProvider.kt |
3 | 10 (30%) | 5 (60%) | 2025-08-28 |