Repository Analysis

d4rken-org/sdmaid-se

SD Maid 2/SE is Android's most thorough cleaning tool.

2.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of d4rken-org/sdmaid-se, a Kotlin project with 7,084 GitHub stars. SynthScan v2.0 examined 403,981 lines of code across 3981 source files, recording 208 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 2.9 places this repository in the Likely human-written 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).

2.9
Adjusted Score
2.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
7.1K
Stars
Kotlin
Language
404.0K
Lines of Code
4.0K
Files
208
Pattern Hits
2026-07-14
Scan Date
0.02
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 80HIGH 7MEDIUM 99LOW 22

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 208 distinct pattern matches across 11 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.

Hallucination Indicators80 hits · 800 pts
SeverityFileLineSnippetContext
CRITICAL…n/sdmse/stats/ui/spacehistory/SpaceHistoryViewModel.kt108 val state: StateFlow<State> = eu.darken.sdmse.common.flow.combine(CODE
CRITICAL…/src/main/java/eu/darken/sdmse/stats/core/StatsRepo.kt52 val state = eu.darken.sdmse.common.flow.combine(CODE
CRITICAL…/eu/darken/sdmse/appcontrol/core/AppControlScanTask.kt23 get() = eu.darken.sdmse.common.R.string.general_result_success_message.toCaString()CODE
CRITICAL…ain/java/eu/darken/sdmse/appcontrol/core/AppControl.kt99 override val state: Flow<State> = eu.darken.sdmse.common.flow.combine(CODE
CRITICAL…mse/appcontrol/core/automation/AppControlAutomation.kt121 controlPanelTitle = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_title.toCaString(),CODE
CRITICAL…e/appcontrol/core/automation/specs/oneui/OneUISpecs.kt96 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…e/appcontrol/core/automation/specs/oneui/OneUISpecs.kt137 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(titleLblCODE
CRITICAL…mse/appcontrol/core/automation/specs/aosp/AOSPSpecs.kt135 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…mse/appcontrol/core/automation/specs/aosp/AOSPSpecs.kt173 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(titleLblCODE
CRITICAL…mse/appcontrol/core/automation/specs/aosp/AOSPSpecs.kt223 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_archive.toCaString(archiCODE
CRITICAL…mse/appcontrol/core/automation/specs/aosp/AOSPSpecs.kt281 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_restore.toCaString(restoCODE
CRITICAL…mse/appcontrol/core/automation/specs/miui/MIUISpecs.kt96 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…mse/appcontrol/core/automation/specs/miui/MIUISpecs.kt134 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(titleLblCODE
CRITICAL…pcontrol/core/automation/specs/hyperos/HyperOsSpecs.kt96 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…pcontrol/core/automation/specs/hyperos/HyperOsSpecs.kt134 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(titleLblCODE
CRITICAL…pcontrol/core/automation/specs/oukitel/OukitelSpecs.kt113 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…pcontrol/core/automation/specs/oukitel/OukitelSpecs.kt151 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(titleLblCODE
CRITICAL…trol/core/automation/specs/androidtv/AndroidTVSpecs.kt97 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…trol/core/automation/specs/androidtv/AndroidTVSpecs.kt136 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(okLbl),CODE
CRITICAL…ontrol/core/automation/specs/originos/OriginOSSpecs.kt112 label = eu.darken.sdmse.appcontrol.R.string.appcontrol_automation_progress_find_force_stop.toCaString(foCODE
CRITICAL…ontrol/core/automation/specs/originos/OriginOSSpecs.kt159 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(titleLblCODE
CRITICAL…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt471 val result = rebuilt.cleaner.submit(eu.darken.sdmse.appcleaner.core.tasks.AppCleanerOneClickTask())CODE
CRITICAL…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt491 eu.darken.sdmse.appcleaner.core.tasks.AppCleanerSchedulerTask(CODE
CRITICAL…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt663 val result = rebuilt.cleaner.submit(eu.darken.sdmse.appcleaner.core.tasks.AppCleanerOneClickTask())CODE
CRITICAL…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt678 eu.darken.sdmse.appcleaner.core.tasks.AppCleanerSchedulerTask(CODE
CRITICAL…n/sdmse/appcleaner/ui/preview/AppCleanerPreviewData.kt74 identifier = eu.darken.sdmse.common.pkgs.features.InstallId(CODE
CRITICAL…sdmse/appcleaner/core/InaccessibleDeletionException.kt17 label = eu.darken.sdmse.appcleaner.R.string.appcleaner_automation_unavailable_title.toCaString(),CODE
CRITICAL…sdmse/appcleaner/core/InaccessibleDeletionException.kt27 fixActionLabel = eu.darken.sdmse.common.R.string.setup_title.toCaString(),CODE
CRITICAL…eu/darken/sdmse/appcleaner/core/InaccessibleDeleter.kt71 Progress.Data(primary = eu.darken.sdmse.common.R.string.general_progress_preparing.toCaString())CODE
CRITICAL…mse/appcleaner/core/automation/specs/miui/MIUISpecs.kt384 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(""),CODE
CRITICAL…cs/hyperos/SecurityCenterMissingPermissionException.kt20 fixActionLabel = eu.darken.sdmse.common.R.string.general_grant_access_action.toCaString(),CODE
CRITICAL…cs/hyperos/SecurityCenterMissingPermissionException.kt28 infoActionLabel = eu.darken.sdmse.common.R.string.general_help_action.toCaString(),CODE
CRITICAL…pcleaner/core/automation/specs/hyperos/HyperOsSpecs.kt418 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(""),CODE
CRITICAL…aner/core/automation/specs/androidtv/AndroidTVSpecs.kt149 label = eu.darken.sdmse.automation.R.string.automation_progress_find_ok_confirmation.toCaString(buttonLaCODE
CRITICAL…/eu/darken/sdmse/appcleaner/core/scanner/AppScanner.kt95 Progress.Data(primary = eu.darken.sdmse.common.R.string.general_progress_preparing.toCaString())CODE
CRITICALapp/src/main/java/eu/darken/sdmse/setup/SetupScreen.kt110 contract = eu.darken.sdmse.setup.saf.SafGrantPrimaryContract(),CODE
CRITICAL…/java/eu/darken/sdmse/common/error/ErrorDialogSetup.kt40 fixActionLabel = eu.darken.sdmse.common.R.string.setup_title.toCaString(),CODE
CRITICAL…/java/eu/darken/sdmse/common/error/ErrorDialogSetup.kt52 fixActionLabel = eu.darken.sdmse.common.R.string.general_upgrade_action.toCaString(),CODE
CRITICAL…/java/eu/darken/sdmse/common/error/ErrorDialogSetup.kt59 infoActionLabel = eu.darken.sdmse.common.exclusion.R.string.exclusion_create_action.toCaString(),CODE
CRITICAL…n/sdmse/main/ui/dashboard/DashboardMainActionEngine.kt150 ): Flow<BottomBarState> = eu.darken.sdmse.common.flow.combine(CODE
CRITICAL…a/eu/darken/sdmse/main/ui/dashboard/DashboardScreen.kt159 onPreviewDeduplicator = { options -> vm.navTo(eu.darken.sdmse.common.previews.PreviewRoute(options = options)) }CODE
CRITICAL…u/darken/sdmse/main/ui/dashboard/DashboardViewModel.kt316 val listState: StateFlow<ListState?> = eu.darken.sdmse.common.flow.combine(CODE
CRITICAL…a/eu/darken/sdmse/main/core/taskmanager/TaskManager.kt178 primary = eu.darken.sdmse.common.R.string.general_progress_queued.toCaString(),CODE
CRITICAL…rken/sdmse/exclusion/ui/list/ExclusionListViewModel.kt313 initial = eu.darken.sdmse.exclusion.ui.editor.segment.SegmentExclusionEditorOptions(),CODE
CRITICAL…/sdmse/common/compose/tour/GuidedTourControllerTest.kt454 eu.darken.sdmse.common.compose.tour.TourSession(def, index)CODE
CRITICAL…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt102 eu.darken.sdmse.common.forensics.Owner(pkgId = ownerPkgId, userHandle = userHandle),CODE
CRITICAL…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt190 defaultProgress = eu.darken.sdmse.common.progress.Progress.Data(),CODE
CRITICAL…eu/darken/sdmse/common/ipc/ExceptionPropagationTest.kt46 at eu.darken.sdmse.common.files.local.ipc.FileOpsHost.lookupFilesStream(Unknown Source)CODE
CRITICAL…/main/java/eu/darken/sdmse/common/progress/Progress.kt14 val primary: CaString = eu.darken.sdmse.common.R.string.general_progress_loading.toCaString(),CODE
CRITICAL…eaner/core/filter/custom/CustomFilterExtensionsTest.kt35 } returns eu.darken.sdmse.common.datastore.DataStoreValue.Updated(old = emptySet(), new = setOf("x"))CODE
CRITICAL…eaner/core/filter/custom/CustomFilterExtensionsTest.kt51 eu.darken.sdmse.common.datastore.DataStoreValue.Updated(old = setOf("present"), new = emptySet())CODE
CRITICAL…eaner/core/filter/custom/CustomFilterExtensionsTest.kt63 eu.darken.sdmse.common.datastore.DataStoreValue.Updated(old = setOf("toggle"), new = emptySet())CODE
CRITICAL…eaner/core/filter/custom/CustomFilterExtensionsTest.kt75 eu.darken.sdmse.common.datastore.DataStoreValue.Updated(old = emptySet(), new = setOf("new"))CODE
CRITICAL…eaner/core/filter/custom/CustomFilterExtensionsTest.kt87 eu.darken.sdmse.common.datastore.DataStoreValue.Updated(old = setOf("to-clear", "keep"), new = setOf("keep")CODE
CRITICAL…temcleaner/core/filter/SystemCleanerFilterException.kt19 label = eu.darken.sdmse.common.R.string.general_error_label.toCaString(),CODE
CRITICALbuildSrc/src/main/java/ProjectExtensions.kt120fun com.android.build.api.dsl.SigningConfig.setupCredentials(CODE
CRITICAL…arken/sdmse/swiper/ui/sessions/SwiperSessionsScreen.kt293private fun androidx.compose.foundation.lazy.LazyListScope.itemsIndexed(CODE
CRITICAL…/darken/sdmse/analyzer/core/storage/AppDeepScanTask.kt21 get() = eu.darken.sdmse.common.R.string.general_result_success_message.toCaString()CODE
CRITICAL…u/darken/sdmse/analyzer/core/storage/StorageScanner.kt71 Progress.Data(primary = eu.darken.sdmse.common.R.string.general_progress_preparing.toCaString())CODE
CRITICAL…u/darken/sdmse/analyzer/core/storage/StorageScanner.kt327 label = eu.darken.sdmse.analyzer.R.string.analyzer_storage_content_type_media_label.toCaString(),CODE
20 more matches not shown…
Decorative Section Separators96 hits · 288 pts
SeverityFileLineSnippetContext
MEDIUM…control/ui/settings/AppControlSettingsViewModelTest.kt36 // ─────────────────────────── helpers ───────────────────────────COMMENT
MEDIUM…control/ui/settings/AppControlSettingsViewModelTest.kt150 // ─────────────────────────── state surface ───────────────────────────COMMENT
MEDIUM…control/ui/settings/AppControlSettingsViewModelTest.kt186 // ─────────────────────────── toggle writes ───────────────────────────COMMENT
MEDIUM…control/ui/settings/AppControlSettingsViewModelTest.kt240 // ─────────────────────────── badge navigation ───────────────────────────COMMENT
MEDIUM…control/ui/settings/AppControlSettingsViewModelTest.kt301 // ─────────────────────────── flow side-effects ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt60 // ─────────────────────────── helpers ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt329 // ─────────────────────────── init / scan ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt360 // ─────────────────────────── filtering ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt447 // ─────────────────────────── search ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt489 // ─────────────────────────── sorting ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt555 // ─────────────────────────── tap navigation ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt572 // ─────────────────────────── selection actions ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt765 // ─────────────────────────── exclude ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt817 // ─────────────────────────── share ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt831 // ─────────────────────────── settings actions ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt905 // ─────────────────────────── state capability flags ───────────────────────────COMMENT
MEDIUM…dmse/appcontrol/ui/list/AppControlListViewModelTest.kt967 // ─────────────────────────── setup-gated sort modes ───────────────────────────COMMENT
MEDIUM…e/appcontrol/ui/list/actions/AppActionViewModelTest.kt207 // ─────────────────────────── state binding ───────────────────────────COMMENT
MEDIUM…e/appcontrol/ui/list/actions/AppActionViewModelTest.kt248 // ─────────────────────────── confirmation events ───────────────────────────COMMENT
MEDIUM…e/appcontrol/ui/list/actions/AppActionViewModelTest.kt298 // ─────────────────────────── task submission ───────────────────────────COMMENT
MEDIUM…e/appcontrol/ui/list/actions/AppActionViewModelTest.kt425 // ─────────────────────────── exclude handling ───────────────────────────COMMENT
MEDIUM…e/appcontrol/ui/list/actions/AppActionViewModelTest.kt453 // ─────────────────────────── dismiss-on-data-gone ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcontrol/core/AppControlTest.kt172 // ─────────────────────────── hasInfoActive regression ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcontrol/core/AppControlTest.kt235 // ─────────────────────────── neighbour fields ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcontrol/core/AppControlTest.kt270 // ─────────────────────────── scan returns Result with item count ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcontrol/core/AppControlTest.kt287 // ─────────────────────────── scan delegates to AppScan with computed flags ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcontrol/core/AppControlTest.kt312 // ─────────────────────────── missingSetup derivation ───────────────────────────COMMENT
MEDIUM…/squeezer/ui/settings/SqueezerSettingsViewModelTest.kt91 // ─────────────────────────── state ───────────────────────────COMMENT
MEDIUM…/squeezer/ui/settings/SqueezerSettingsViewModelTest.kt142 // ─────────────────────────── setters ───────────────────────────COMMENT
MEDIUM…/squeezer/ui/settings/SqueezerSettingsViewModelTest.kt240 // ─────────────────────────── history actions ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt169 // ─────────────────────────── state ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt222 // ─────────────────────────── updateQuality / updateMinAge ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt248 // ─────────────────────────── updatePaths normalization ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt301 // ─────────────────────────── openPathPicker ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt317 // ─────────────────────────── startScan ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt366 // ─────────────────────────── showExample ───────────────────────────COMMENT
MEDIUM…/sdmse/squeezer/ui/setup/SqueezerSetupViewModelTest.kt381 // ─────────────────────────── init picker bridge ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt160 // ─────────────────────────── state ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt204 // ─────────────────────────── compress confirmation flow ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt304 // ─────────────────────────── compressAll ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt350 // ─────────────────────────── exclude ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt404 // ─────────────────────────── toggleLayoutMode ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt430 // ─────────────────────────── navigation ───────────────────────────COMMENT
MEDIUM…en/sdmse/squeezer/ui/list/SqueezerListViewModelTest.kt459 // ─────────────────────────── init data-drain auto-navUp ───────────────────────────COMMENT
MEDIUM…est/java/eu/darken/sdmse/squeezer/core/SqueezerTest.kt44 // ─────────────────────────── data / model helpers ───────────────────────────COMMENT
MEDIUM…est/java/eu/darken/sdmse/squeezer/core/SqueezerTest.kt226 // ─────────────────────────── workflow harness ───────────────────────────COMMENT
MEDIUM…est/java/eu/darken/sdmse/squeezer/core/SqueezerTest.kt311 // ─────────────────────────── scan ───────────────────────────COMMENT
MEDIUM…est/java/eu/darken/sdmse/squeezer/core/SqueezerTest.kt460 // ─────────────────────────── process ───────────────────────────COMMENT
MEDIUM…est/java/eu/darken/sdmse/squeezer/core/SqueezerTest.kt706 // ─────────────────────────── exclude ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt173 // ─────────────────────────── scan + dispatch tests ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt238 // ─────────────────────────── task contract ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt289 // ─────────────────────────── exclude / undoExclude ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt447 // ─────────────────────────── chained-task dispatch ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt502 // ─────────────────────────── Pro gating ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt578 // ─────────────────────────── affectedCount alignment ───────────────────────────COMMENT
MEDIUM…java/eu/darken/sdmse/appcleaner/core/AppCleanerTest.kt689 // ─────────────────────────── delete-path coverage gap ───────────────────────────COMMENT
MEDIUM…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt207 // ─────────────────────────── scan + dispatch tests ───────────────────────────COMMENT
MEDIUM…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt417 // ─────────────────────────── task contract ───────────────────────────COMMENT
MEDIUM…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt450 // ─────────────────────────── exclude / undoExclude ───────────────────────────COMMENT
MEDIUM…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt604 // ─────────────────────────── chained-task dispatch ───────────────────────────COMMENT
36 more matches not shown…
Cross-File Repetition7 hits · 35 pts
SeverityFileLineSnippetContext
HIGH…leaner/core/automation/specs/huawei/HuaweiSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
HIGH…er/core/automation/specs/oxygenos/OxygenOSSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
HIGH…aner/core/automation/specs/coloros/ColorOSSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
HIGH…leaner/core/automation/specs/realme/RealmeSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
HIGH…er/core/automation/specs/oxygenos/OxygenOSSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
HIGH…aner/core/automation/specs/coloros/ColorOSSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
HIGH…leaner/core/automation/specs/realme/RealmeSpecsTest.kt0acs-debug: 0: text='null', class=android.widget.framelayout, clickable=false, checkable=false enabled=true, id=null pkg=STRING
Over-Commented Block9 hits · 9 pts
SeverityFileLineSnippetContext
LOW…c/main/java/eu/darken/sdmse/widget/ui/WidgetContent.kt61// Equal element size for the symmetric narrow (ring) row.COMMENT
LOW…/darken/sdmse/automation/core/debug/DebugTaskModule.kt61 val eventJob = host.eventsCOMMENT
LOW…/darken/sdmse/automation/core/debug/DebugTaskModule.kt81//COMMENT
LOW…inder/ui/settings/CorpseFinderSettingsViewModelTest.kt321 }COMMENT
LOW…/eu/darken/sdmse/corpsefinder/core/CorpseFinderTest.kt761 // non-empty targets, UninstallWatcherTask with autoDelete=true, OneClick/Scheduler withCOMMENT
LOW…e/common/clutter/manual/DebugManualMarkerSourceTest.kt61// pos().pkgs("eu.thedarken.sdm.test.corpse").loc(SDCARD)COMMENT
LOW…a/eu/darken/sdmse/common/flow/FlowCombineExtensions.kt1package eu.darken.sdmse.common.flowCOMMENT
LOW…ava/eu/darken/sdmse/common/files/saf/SAFDocFileTest.kt61 Uri.parse("content://com.android.externalstorage.documents/tree/primary%3AAndroid%2Fdata"),COMMENT
LOW…u/darken/sdmse/swiper/ui/swipe/SwiperSwipeViewModel.kt61) : ViewModel4(dispatcherProvider, tag = TAG) {COMMENT
Unused Imports5 hits · 5 pts
SeverityFileLineSnippetContext
LOWtooling/translation/ai_translate.py18CODE
LOWtooling/translation/ai_translate.py22CODE
LOWtooling/translation/ai_translate.py22CODE
LOWtooling/translation/ai_translate.py22CODE
LOWtooling/translation/ai_translate.py23CODE
Deep Nesting4 hits · 4 pts
SeverityFileLineSnippetContext
LOWtooling/translation/ai_translate.py368CODE
LOWtooling/translation/ai_translate.py105CODE
LOWtooling/translation/ai_translate.py229CODE
LOWtooling/translation/ai_translate.py308CODE
Excessive Try-Catch Wrapping2 hits · 3 pts
SeverityFileLineSnippetContext
LOWtooling/translation/ai_translate.py400 except Exception as e:CODE
MEDIUMtooling/translation/ai_translate.py401 print(f"Error: {e}", file=sys.stderr)CODE
Fake / Example Data2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…appcleaner/core/automation/specs/StorageEntryFinder.kt55 // OK: "80 MB lorem ipsum", "lorem 80 MB ipsum"COMMENT
LOW…appcleaner/core/automation/specs/StorageEntryFinder.kt56 // NOT OKAY: "1.80 MB lorem ipsum", "lorem 1.80 MB ipsum"COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…ain/java/eu/darken/sdmse/common/picker/PickerScreen.kt293 // The scaffold's sheet container draws the background edge-to-edge (incl. behind the nav bar);COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…mse/deduplicator/ui/list/DeduplicatorListScreenTest.kt132 // at-least-once to stay robust to dispatcher changes.COMMENT
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOWtooling/translation/ai_translate.py229 def extract_missing_translations(self) -> None:CODE