ComplexCondition:Logger.kt$Logger$last != null && last.level == level && last.tag == tag && last.message == message && (now - last.timestamp) <= DEDUPE_WINDOW_MS
ExplicitItLambdaParameter:ListsScreen.kt${ _, it -> it.id }
ReturnCount:ListsViewModel.kt$ListsViewModel$suspend fun exportListToCsv( listId: String, listName: String, targetTreeUri: Uri? = null, ): Result<String>
ReturnCount:SyncRepository.kt$SyncRepository$private fun isNetworkAvailable(): Boolean
SwallowedException:ApiClient.kt$ApiClient$e: Exception
SwallowedException:ConnectionStatus.kt$e: Exception
SwallowedException:Field.kt$Field$e: Exception
SwallowedException:ListChangeNotificationWorker.kt$ListChangeNotificationWorker$e: Exception
SwallowedException:ListDetailScreen.kt$e: Exception
SwallowedException:PreferencesManager.kt$PreferencesManager$e: Exception
SwallowedException:ServerSetupViewModel.kt$ServerSetupViewModel$e: ConnectException
SwallowedException:ServerSetupViewModel.kt$ServerSetupViewModel$e: Exception
SwallowedException:ServerSetupViewModel.kt$ServerSetupViewModel$e: NetworkOnMainThreadException
SwallowedException:ServerSetupViewModel.kt$ServerSetupViewModel$e: SocketTimeoutException
SwallowedException:ServerSetupViewModel.kt$ServerSetupViewModel$e: UnknownHostException
UnusedParameter:ListDetailScreen.kt$onAlignmentChange: (String) -> Unit = {}
UnusedParameter:ListDetailScreen.kt$onUpdateAlignment: (String, String) -> Unit
UnusedParameter:ListsScreen.kt$onNavigateToLogs: () -> Unit = {}
UnusedParameter:ListsScreen.kt$onNavigateToSettings: () -> Unit
UnusedParameter:SettingsScreen.kt$onNavigateBack: () -> Unit
UnusedPrivateMember:ListDetailScreen.kt$@OptIn(ExperimentalMaterial3Api::class) @Composable private fun FilterSortDialog( fields: List<Field>, currentSortField: Field?, currentSortAscending: Boolean, currentGroupByField: Field?, currentFilterField: Field?, currentFilterValue: String, onDismiss: () -> Unit, onApply: (sortField: Field?, sortAscending: Boolean, groupByField: Field?, filterField: Field?, filterValue: String) -> Unit, onClearAll: () -> Unit, )
UnusedPrivateMember:ListDetailViewModel.kt$ListDetailViewModel$private fun isInForeground(): Boolean