CyclomaticComplexMethod:PostListScreen.kt$PostListScreen$@OptIn(ExperimentalMaterial3Api::class, ExperimentalMaterialApi::class) @Composable override fun Content()
CyclomaticComplexMethod:PostListViewModel.kt$PostListViewModel$override fun reduce(intent: PostListMviModel.Intent)
CyclomaticComplexMethod:PostListViewModel.kt$PostListViewModel$private suspend fun loadNextPage()
FunctionNaming:PostsTopBar.kt$@OptIn(ExperimentalMaterial3Api::class) @Composable internal fun PostsTopBar( scrollBehavior: TopAppBarScrollBehavior? = null, topAppBarState: TopAppBarState, currentInstance: String, listingType: ListingType?, sortType: SortType?, edgeToEdge: Boolean = true, onSelectListingType: (() -> Unit)? = null, onSelectInstance: (() -> Unit)? = null, onSelectSortType: (() -> Unit)? = null, onHamburgerTapped: (() -> Unit)? = null, )
LargeClass:PostListScreen.kt$PostListScreen : Screen
LongMethod:PostListScreen.kt$PostListScreen$@Composable fun List<ActionOnSwipe>.toSwipeActions(): List<SwipeAction>
LongMethod:PostListScreen.kt$PostListScreen$@OptIn(ExperimentalMaterial3Api::class, ExperimentalMaterialApi::class) @Composable override fun Content()
LongMethod:PostListViewModel.kt$PostListViewModel$override fun reduce(intent: PostListMviModel.Intent)
LongMethod:PostListViewModel.kt$PostListViewModel$private suspend fun loadNextPage()
LongMethod:PostsTopBar.kt$@OptIn(ExperimentalMaterial3Api::class) @Composable internal fun PostsTopBar( scrollBehavior: TopAppBarScrollBehavior? = null, topAppBarState: TopAppBarState, currentInstance: String, listingType: ListingType?, sortType: SortType?, edgeToEdge: Boolean = true, onSelectListingType: (() -> Unit)? = null, onSelectInstance: (() -> Unit)? = null, onSelectSortType: (() -> Unit)? = null, onHamburgerTapped: (() -> Unit)? = null, )
LongParameterList:PostListViewModel.kt$PostListViewModel$( private val postRepository: PostRepository, private val apiConfigurationRepository: ApiConfigurationRepository, private val identityRepository: IdentityRepository, private val siteRepository: SiteRepository, private val themeRepository: ThemeRepository, private val shareHelper: ShareHelper, private val settingsRepository: SettingsRepository, private val userRepository: UserRepository, private val communityRepository: CommunityRepository, private val notificationCenter: NotificationCenter, private val hapticFeedback: HapticFeedback, private val zombieModeHelper: ZombieModeHelper, private val imagePreloadManager: ImagePreloadManager, private val getSortTypesUseCase: GetSortTypesUseCase, )
LongParameterList:PostsTopBar.kt$( scrollBehavior: TopAppBarScrollBehavior? = null, topAppBarState: TopAppBarState, currentInstance: String, listingType: ListingType?, sortType: SortType?, edgeToEdge: Boolean = true, onSelectListingType: (() -> Unit)? = null, onSelectInstance: (() -> Unit)? = null, onSelectSortType: (() -> Unit)? = null, onHamburgerTapped: (() -> Unit)? = null, )
MagicNumber:PostListScreen.kt$PostListScreen$350
MagicNumber:PostListScreen.kt$PostListScreen$5
MagicNumber:PostListViewModel.kt$PostListViewModel$100
TooGenericExceptionCaught:PostListViewModel.kt$PostListViewModel$e: Throwable
TooManyFunctions:PostListViewModel.kt$PostListViewModel : PostListMviModelDefaultMviModel