FunctionNaming:RawContentDialog.kt$@OptIn(ExperimentalMaterial3Api::class) @Composable fun RawContentDialog( publishDate: String? = null, updateDate: String? = null, title: String? = null, url: String? = null, text: String? = null, isLogged: Boolean = true, onDismiss: (() -> Unit)? = null, onQuote: ((String?) -> Unit)? = null, upVotes: Int? = null, downVotes: Int? = null, )
LongMethod:RawContentDialog.kt$@OptIn(ExperimentalMaterial3Api::class) @Composable fun RawContentDialog( publishDate: String? = null, updateDate: String? = null, title: String? = null, url: String? = null, text: String? = null, isLogged: Boolean = true, onDismiss: (() -> Unit)? = null, onQuote: ((String?) -> Unit)? = null, upVotes: Int? = null, downVotes: Int? = null, )
LongParameterList:RawContentDialog.kt$( publishDate: String? = null, updateDate: String? = null, title: String? = null, url: String? = null, text: String? = null, isLogged: Boolean = true, onDismiss: (() -> Unit)? = null, onQuote: ((String?) -> Unit)? = null, upVotes: Int? = null, downVotes: Int? = null, )
MagicNumber:RawContentDialog.kt$100