|
3 | 3 | <ManuallySuppressedIssues></ManuallySuppressedIssues>
|
4 | 4 | <CurrentIssues>
|
5 | 5 | <ID>CyclomaticComplexMethod:ControlScreen.kt$@Composable fun ControlScreen( windowSizeClass: WindowSizeClass, modifier: Modifier = Modifier, topScrollBehavior: TopAppBarScrollBehavior = TopAppBarDefaults.enterAlwaysScrollBehavior(), bottomScrollBehavior: BottomAppBarScrollBehavior? = null, profileListState: LazyStaggeredGridState = rememberLazyStaggeredGridState(), snackBarHostState: SnackbarHostState = remember { SnackbarHostState() }, profiles: LazyPagingItems<Profile> = UnsupportedUsbDongle.profileFlow().collectAsLazyPagingItems(), usbDongle: UsbDongle = UnsupportedUsbDongle, isLoading: Boolean = false, onNavigateToSettings: () -> Unit = {}, onRefresh: () -> Unit = {}, onReset: () -> Unit = {}, onProfileShortcutAdd: (Profile) -> Unit = {}, onProfileShortcutRemove: (Profile) -> Unit = {}, onProfileDelete: (Profile) -> Unit = { _ -> }, onProfileApply: (Profile) -> Unit = { _ -> }, onProfileExport: (String) -> Unit = { _ -> }, onChannelBalanceSelected: (Int) -> Unit = { _ -> }, onDacModeSelected: (Byte) -> Unit = { _ -> }, onDisplayBrightnessSelected: (Int) -> Unit = { _ -> }, onDisplayTimeoutSelected: (Int) -> Unit = { _ -> }, onDisplayInvertChange: (Boolean) -> Unit = { _ -> }, onFilterSelected: (Byte) -> Unit = { _ -> }, onGainSelected: (Byte) -> Unit = { _ -> }, onHardwareMuteEnabledSelected: (Boolean) -> Unit = { _ -> }, onHidModeSelected: (Byte) -> Unit = { _ -> }, onIndicatorStateSelected: (Byte) -> Unit = { _ -> }, onSpdifOutEnabledSelected: (Boolean) -> Unit = { _ -> }, onVolumeLevelSelected: (Int) -> Unit = { _ -> }, onVolumeModeSelected: (Byte) -> Unit = { _ -> } )</ID>
|
6 |
| - <ID>CyclomaticComplexMethod:ControlScreen.kt$@Composable fun ControlScreen( windowSizeClass: WindowSizeClass, viewModel: ControlViewModel, onNavigateToSettings: () -> Unit, onNavigateUp: () -> Unit )</ID> |
| 6 | + <ID>CyclomaticComplexMethod:ControlScreen.kt$@Composable fun ControlScreen( windowSizeClass: WindowSizeClass, navController: NavController, viewModel: ControlViewModel, onNavigateToSettings: () -> Unit, onNavigateToSetup: () -> Unit )</ID> |
7 | 7 | <ID>DestructuringDeclarationWithTooManyEntries:SettingsAudioItem.kt$val (icon, title, subtitle, checkbox) = createRefs()</ID>
|
8 | 8 | <ID>EmptyFunctionBlock:ItemAudio.kt$<no name provided>${ }</ID>
|
9 | 9 | <ID>EmptyFunctionBlock:ItemDisplay.kt$<no name provided>${ }</ID>
|
|
12 | 12 | <ID>LargeClass:FiioKa5UsbRepository.kt$FiioKa5UsbRepository : UsbRepository</ID>
|
13 | 13 | <ID>LongMethod:ControlDropDownMenu.kt$@Composable fun ControlDropdownMenu( windowSizeClass: WindowSizeClass, modifier: Modifier = Modifier, isExpanded: Boolean = false, onDismissRequest: () -> Unit = {}, onRefresh: () -> Unit = {}, onReset: () -> Unit = {}, onProfileExport: (String) -> Unit = {}, onNavigateToSettings: () -> Unit = {} )</ID>
|
14 | 14 | <ID>LongMethod:ControlScreen.kt$@Composable fun ControlScreen( windowSizeClass: WindowSizeClass, modifier: Modifier = Modifier, topScrollBehavior: TopAppBarScrollBehavior = TopAppBarDefaults.enterAlwaysScrollBehavior(), bottomScrollBehavior: BottomAppBarScrollBehavior? = null, profileListState: LazyStaggeredGridState = rememberLazyStaggeredGridState(), snackBarHostState: SnackbarHostState = remember { SnackbarHostState() }, profiles: LazyPagingItems<Profile> = UnsupportedUsbDongle.profileFlow().collectAsLazyPagingItems(), usbDongle: UsbDongle = UnsupportedUsbDongle, isLoading: Boolean = false, onNavigateToSettings: () -> Unit = {}, onRefresh: () -> Unit = {}, onReset: () -> Unit = {}, onProfileShortcutAdd: (Profile) -> Unit = {}, onProfileShortcutRemove: (Profile) -> Unit = {}, onProfileDelete: (Profile) -> Unit = { _ -> }, onProfileApply: (Profile) -> Unit = { _ -> }, onProfileExport: (String) -> Unit = { _ -> }, onChannelBalanceSelected: (Int) -> Unit = { _ -> }, onDacModeSelected: (Byte) -> Unit = { _ -> }, onDisplayBrightnessSelected: (Int) -> Unit = { _ -> }, onDisplayTimeoutSelected: (Int) -> Unit = { _ -> }, onDisplayInvertChange: (Boolean) -> Unit = { _ -> }, onFilterSelected: (Byte) -> Unit = { _ -> }, onGainSelected: (Byte) -> Unit = { _ -> }, onHardwareMuteEnabledSelected: (Boolean) -> Unit = { _ -> }, onHidModeSelected: (Byte) -> Unit = { _ -> }, onIndicatorStateSelected: (Byte) -> Unit = { _ -> }, onSpdifOutEnabledSelected: (Boolean) -> Unit = { _ -> }, onVolumeLevelSelected: (Int) -> Unit = { _ -> }, onVolumeModeSelected: (Byte) -> Unit = { _ -> } )</ID>
|
15 |
| - <ID>LongMethod:ControlScreen.kt$@Composable fun ControlScreen( windowSizeClass: WindowSizeClass, viewModel: ControlViewModel, onNavigateToSettings: () -> Unit, onNavigateUp: () -> Unit )</ID> |
| 15 | + <ID>LongMethod:ControlScreen.kt$@Composable fun ControlScreen( windowSizeClass: WindowSizeClass, navController: NavController, viewModel: ControlViewModel, onNavigateToSettings: () -> Unit, onNavigateToSetup: () -> Unit )</ID> |
16 | 16 | <ID>LongMethod:FiioKa13UsbRepository.kt$FiioKa13UsbRepository$suspend fun setVolumeLevel(fiioKa13: FiioKa13, volumeLevel: VolumeLevel): Result<FiioKa13></ID>
|
17 | 17 | <ID>LongMethod:FiioKa5Items.kt$@Composable fun FiioKa5Items( modifier: Modifier = Modifier, fiioKa5: FiioKa5 = FiioKa5(), onChannelBalanceSelected: (Int) -> Unit = {}, onVolumeLevelSelected: (Int) -> Unit = {}, onVolumeModeSelected: (Byte) -> Unit = {}, onDisplayBrightnessSelected: (Int) -> Unit = {}, onDisplayTimeoutSelected: (Int) -> Unit = {}, onDisplayInvertSelected: (Boolean) -> Unit = {}, onGainSelected: (Byte) -> Unit = {}, onFilterSelected: (Byte) -> Unit = {}, onSpdifOutSelected: (Boolean) -> Unit = {}, onHardwareMuteSelected: (Boolean) -> Unit = {}, onDacModeSelected: (Byte) -> Unit = {}, onHidModeSelected: (Byte) -> Unit = {} )</ID>
|
18 | 18 | <ID>LongMethod:FiioKa5UsbRepository.kt$FiioKa5UsbRepository$suspend fun getCurrentState(usbDongle: FiioKa5): Result<FiioKa5></ID>
|
|
0 commit comments