Repository Analysis

Arturo254/OpenTune

Un cliente de YouTube Music con Material Design 3, para Android

10.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Arturo254/OpenTune, a Kotlin project with 1,708 GitHub stars. SynthScan v2.0 examined 174,502 lines of code across 813 source files, recording 402 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 10.0 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

10.0
Adjusted Score
10.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
1.7K
Stars
Kotlin
Language
174.5K
Lines of Code
813
Files
402
Pattern Hits
2026-07-14
Scan Date
0.10
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 82HIGH 1MEDIUM 317LOW 2

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 402 distinct pattern matches across 4 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators317 hits · 912 pts
SeverityFileLineSnippetContext
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt49// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt51// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt92 // ── Título del sheet ──────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt102 // ── Preview principal ─────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt119 // ── Carrusel de layouts ───────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt143 // ── Selector de estilo de vidrio ──────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt164 // ── Panel de personalización (expandible) ─────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt175 // ── Botones de acción ─────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt217// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt219// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt261// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt263// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt347// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt349// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt393// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt395// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt448 // ── Tamaño de texto ───────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt475 // ── Alineación del texto ──────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt510 // ── Visibilidad de elementos ──────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt525 // ── Padding ───────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt556// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…o254/opentune/ui/component/LyricsShareCarouselSheet.kt558// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt51// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt53// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt58// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt60// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt182// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt185// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt204// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt207// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt358// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt361// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt500// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt503// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt635// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt639// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt772// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt775// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt930// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…m/arturo254/opentune/ui/component/LyricsCardLayouts.kt933// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…om/arturo254/opentune/ui/component/LyricsCardConfig.kt13// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…om/arturo254/opentune/ui/component/LyricsCardConfig.kt16// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…om/arturo254/opentune/ui/component/LyricsCardConfig.kt48// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…om/arturo254/opentune/ui/component/LyricsCardConfig.kt50// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…om/arturo254/opentune/ui/component/LyricsCardConfig.kt59// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…om/arturo254/opentune/ui/component/LyricsCardConfig.kt63// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt133// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt135// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt156// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt158// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt756 // ── Carrusel de estilos para compartir letras ──────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt1127// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt1129// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt1234// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt1236// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…com/arturo254/opentune/ui/component/LyricsImageCard.kt19// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…com/arturo254/opentune/ui/component/LyricsImageCard.kt25// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…com/arturo254/opentune/ui/component/LyricsImageCard.kt113// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…com/arturo254/opentune/ui/component/LyricsImageCard.kt120// ─────────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…com/arturo254/opentune/ui/screens/YearInMusicScreen.kt178// ─────────────────────────────────────────────────────────────────────────────COMMENT
257 more matches not shown…
Hallucination Indicators82 hits · 820 pts
SeverityFileLineSnippetContext
CRITICAL…kotlin/com/arturo254/opentune/ui/component/LyricsV2.kt1343 brush = androidx.compose.ui.graphics.Brush.horizontalGradient(CODE
CRITICAL…com/arturo254/opentune/ui/screens/NavigationBuilder.kt393 com.arturo254.opentune.ui.screens.settings.DiscordExperimental(navController)CODE
CRITICAL…arturo254/opentune/ui/screens/AlwaysOnDisplayScreen.kt969 style = androidx.compose.ui.graphics.drawscope.Stroke(CODE
CRITICAL…arturo254/opentune/ui/screens/AlwaysOnDisplayScreen.kt979 style = androidx.compose.ui.graphics.drawscope.Stroke(CODE
CRITICAL…54/opentune/ui/screens/settings/AndroidAutoSettings.kt118 com.arturo254.opentune.ui.component.IconButton(CODE
CRITICAL…uro254/opentune/ui/screens/settings/AccountSettings.kt874 com.arturo254.opentune.utils.PreferenceStore.launchEdit(context.dataStore) {STRING
CRITICAL…o254/opentune/ui/screens/settings/IntegrationScreen.kt124 initialTextFieldValue = androidx.compose.ui.text.input.TextFieldValue(listenBrainzToken),CODE
CRITICAL…turo254/opentune/ui/screens/settings/PlayerSettings.kt200 initialTextFieldValue = androidx.compose.ui.text.input.TextFieldValue(externalDownloaderPackage),CODE
CRITICAL…uro254/opentune/ui/screens/settings/StorageSettings.kt149 com.arturo254.opentune.utils.ArtworkStorage.clear(context)CODE
CRITICAL…uro254/opentune/ui/screens/settings/StorageSettings.kt342 com.arturo254.opentune.utils.ArtworkStorage.clear(context)CODE
CRITICAL…/main/kotlin/com/arturo254/opentune/ui/player/Queue.kt801 com.arturo254.opentune.together.ControlAction.SeCODE
CRITICAL…m/arturo254/opentune/ui/player/MiniPlayerComponents.kt191 if (com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.isRunning(CODE
CRITICAL…m/arturo254/opentune/ui/player/MiniPlayerComponents.kt192 try { com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.restCODE
CRITICAL…m/arturo254/opentune/ui/player/MiniPlayerComponents.kt196 if (com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.isRunning(CODE
CRITICAL…m/arturo254/opentune/ui/player/MiniPlayerComponents.kt197 try { com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.restCODE
CRITICAL…n/kotlin/com/arturo254/opentune/ui/player/Thumbnail.kt414 if (com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.isRunning()) {CODE
CRITICAL…n/kotlin/com/arturo254/opentune/ui/player/Thumbnail.kt416 com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.restart()CODE
CRITICAL…n/kotlin/com/arturo254/opentune/ui/player/Thumbnail.kt422 if (com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.isRunning()) {CODE
CRITICAL…n/kotlin/com/arturo254/opentune/ui/player/Thumbnail.kt424 com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.restart()CODE
CRITICAL…n/kotlin/com/arturo254/opentune/ui/player/Thumbnail.kt671 if (com.arturo254.opentune.ui.screens.settings.DiscordPresenceManager.isCODE
CRITICAL…n/kotlin/com/arturo254/opentune/ui/player/Thumbnail.kt673 com.arturo254.opentune.ui.screens.settings.DiscordPresenceManageCODE
CRITICAL…rturo254/opentune/viewmodels/LocalPlaylistViewModel.kt379 insert(com.arturo254.opentune.db.entities.PlaylistEntity(id = playlistId, name = context.getStriCODE
CRITICAL…rturo254/opentune/viewmodels/LocalPlaylistViewModel.kt392 com.arturo254.opentune.db.entities.PlaylistSongMap(CODE
CRITICAL…main/kotlin/com/arturo254/opentune/utils/DiscordRPC.kt422 com.arturo254.opentune.utils.GlobalLog.append(CODE
CRITICAL…/kotlin/com/arturo254/opentune/utils/ComposeToImage.kt1035 private fun androidx.compose.ui.text.style.TextAlign.toLayoutAlignment() = when (this) {CODE
CRITICAL…/kotlin/com/arturo254/opentune/utils/ComposeToImage.kt1044 private fun androidx.compose.ui.graphics.Color.toArgb(): Int =CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2312 val baseUrl = com.arturo254.opentune.together.TogetherOnlineEndpoint.baseUrlOrNull(dataStore)CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2316 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2324 val togetherToken = com.arturo254.opentune.BuildConfig.TOGETHER_BEARER_TOKEN.trim().takeIf { it.isNotBlank()CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2328 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2379 com.arturo254.opentune.together.TogetherSessionState.HostingOnline(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2388 com.arturo254.opentune.together.TogetherOnlineEndpoint.onlineWebSocketUrlOrNull(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2395 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2446 val joinInfo = com.arturo254.opentune.together.TogetherLink.decode(rawLink)CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2450 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2459 togetherSessionState.value = com.arturo254.opentune.together.TogetherSessionState.Joining(joinInfo.toDeepLinCODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2631 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2640 togetherSessionState.value = com.arturo254.opentune.together.TogetherSessionState.JoiningOnline(trimmedCode)CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2647 val baseUrl = com.arturo254.opentune.together.TogetherOnlineEndpoint.baseUrlOrNull(dataStore)CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2651 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2659 val togetherToken = com.arturo254.opentune.BuildConfig.TOGETHER_BEARER_TOKEN.trim().takeIf { it.isNotBlank()CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2663 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt1621 com.arturo254.opentune.together.TogetherGuestPlaybackPlanner.planPlayTrackNow(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2224 val joinLink = com.arturo254.opentune.together.TogetherLink.encode(joinInfo)CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2246 com.arturo254.opentune.together.TogetherSessionState.Hosting(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2348 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2511 com.arturo254.opentune.together.TogetherSessionState.Joined(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2530 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2564 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2586 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2600 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2677 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2733 com.arturo254.opentune.together.TogetherSessionState.Joined(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2752 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2786 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2808 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2822 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2841 com.arturo254.opentune.together.TogetherOnlineEndpoint.onlineWebSocketUrlOrNull(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2848 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
CRITICAL…kotlin/com/arturo254/opentune/playback/MusicService.kt2984 com.arturo254.opentune.together.TogetherSessionState.Error(CODE
22 more matches not shown…
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…otlin/com/arturo254/opentune/ui/screens/StatsScreen.kt653 // For now, keeping it as a full pie chart of images as requestedCOMMENT
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…uro254/opentune/ui/screens/settings/DiscordSettings.kt241 title = { Text(stringResource(R.string.enable_discord_rpc)) },COMMENT
LOW…uro254/opentune/ui/screens/settings/DiscordSettings.kt261 // } catch (_: Exception) {COMMENT