Repository Analysis

Ulauncher/Ulauncher

Feature rich application Launcher for Linux

31.2 Strong AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Ulauncher/Ulauncher, a Python project with 4,502 GitHub stars. SynthScan v2.0 examined 20,474 lines of code across 248 source files, recording 556 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 31.2 places this repository in the Strong 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).

31.2
Adjusted Score
31.2
Raw Score
100%
Time Factor
2026-08-28
Last Push
4.5K
Stars
Python
Language
20.5K
Lines of Code
248
Files
556
Pattern Hits
2026-08-29
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 0HIGH 4MEDIUM 12LOW 540

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 556 distinct pattern matches across 14 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.

Hyper-Verbose Identifiers276 hits · 320 pts
SeverityFileLineSnippetContext
LOWtests/test_core.py18 def test_streamed_render_stamps_query_and_pick(self, mocker: MockerFixture) -> None:CODE
LOWtests/test_core.py34 def test_activating_drops_pending_stream_paint(self, mocker: MockerFixture) -> None:CODE
LOWtests/test_bin_ulauncher.py52def test_legacy_terminal_flags_exit_without_python(flag: str, hint: str) -> None:CODE
LOWtests/test_bin_ulauncher.py68def test_legacy_rewrite_flags_substitute_and_warn(legacy: str, replacement: str, tmp_path: Path) -> None:CODE
LOWtests/test_bin_ulauncher.py97def test_fast_path_execs_gapplication(tmp_path: Path, argv: list[str], expected_lines: list[str]) -> None:CODE
LOWtests/test_bin_ulauncher.py116def test_service_unknown_reports_that_ulauncher_is_not_running(tmp_path: Path, argv: list[str], error: str) -> None:CODE
LOWtests/test_bin_ulauncher.py127def test_other_gapplication_errors_pass_through_unchanged(tmp_path: Path) -> None:CODE
LOWtests/test_bin_ulauncher.py136def test_bare_invocation_from_a_checkout_starts_it_rather_than_the_installed_ulauncher(tmp_path: Path) -> None:CODE
LOWtests/test_bin_ulauncher.py148def test_explicit_show_and_toggle_never_start_ulauncher(tmp_path: Path, argv: list[str]) -> None:CODE
LOWtests/test_bin_ulauncher.py159def test_installed_ulauncher_activates_without_asking_dbus_for_the_name_owner(tmp_path: Path) -> None:CODE
LOWtests/test_bin_ulauncher.py192def test_fast_path_defers_to_python(tmp_path: Path, argv: list[str]) -> None:CODE
LOWtests/test_cli.py74 def test_parse_command_aliases(CODE
LOWtests/test_cli.py101 def test_run_command_dispatches_handler_with_expected_bootstrap_mode(CODE
LOWtests/test_cli.py128 def test_run_command_warns_when_verbose_set_on_runtimeless_command(CODE
LOWtests/test_cli.py141 def test_groups_top_level_commands_in_help_output(self) -> None:CODE
LOWtests/test_cli.py159 def test_subcommand_help_does_not_repeat_top_level_command_groups(self, capsys: pytest.CaptureFixture[str]) -> None:CODE
LOWtests/test_bootstrap_flags.py18 def test_first_run_flags_are_snapshotted_at_import(self, monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/test_bootstrap_flags.py38 def test_first_run_flags_capture_config_and_state_independently(self, monkeypatch: pytest.MonkeyPatch) -> None:CODE
LOWtests/ui/test_result_widget.py45 def test_wrap__name_and_description_labels_wrap_instead_of_ellipsizing(self) -> None:CODE
LOWtests/ui/test_result_widget.py57 def test_wrap__defaults_to_single_ellipsized_line(self) -> None:CODE
LOWtests/ui/test_result_widget.py69 def test_wrap__highlighting_is_skipped(self) -> None:CODE
LOWtests/ui/test_theme.py16def test_load_legacy_theme__valid__returns_theme(tmp_path: Path) -> None:CODE
LOWtests/ui/test_theme.py21def test_load_legacy_theme__null_extend_theme__is_dropped(tmp_path: Path) -> None:CODE
LOWtests/ui/test_theme.py32def test_load_legacy_theme__unusable_manifest__returns_none(tmp_path: Path, content: object) -> None:CODE
LOWtests/ui/test_theme.py36def test_load_legacy_theme__missing_file__returns_none(tmp_path: Path) -> None:CODE
LOWtests/ui/test_theme.py49def test_get_themes__manifest_in_the_user_themes_root__wins_over_the_css_glob(user_themes: Path) -> None:CODE
LOWtests/ui/test_theme.py59def test_get_themes__css_the_root_manifest_does_not_describe__is_still_a_theme(user_themes: Path) -> None:CODE
LOWtests/ui/test_theme.py67def test_get_themes__unusable_root_manifest__leaves_the_css_themes_alone(user_themes: Path) -> None:CODE
LOWtests/ui/test_results_view.py92 def test_out_of_bounds_select_falls_back_to_first(self, view: ResultsView, items: list[MagicMock]) -> None:CODE
LOWtests/ui/test_results_view.py99 def test_go_up_from_start_wraps_to_last(self, view: ResultsView, items: list[MagicMock]) -> None:CODE
LOWtests/ui/test_results_view.py113 def test_go_down_from_last_wraps_to_first(self, view: ResultsView, items: list[MagicMock]) -> None:CODE
LOWtests/ui/test_results_view.py118 def test_navigation_on_empty_is_noop(self) -> None:CODE
LOWtests/ui/test_results_view.py134 def test_select_marks_user_selected(self, view: ResultsView) -> None:CODE
LOWtests/ui/test_results_view.py140 def test_apply_selection_uses_default_name_without_marking_user_selected(self, view: ResultsView) -> None:CODE
LOWtests/ui/test_results_view.py146 def test_apply_selection_preserves_user_pick(self, view: ResultsView) -> None:CODE
LOWtests/ui/test_results_view.py155 def test_apply_selection_falls_back_when_user_pick_gone(self, view: ResultsView) -> None:CODE
LOWtests/ui/test_results_view.py185 def test_replace_preserves_user_pick_within_same_query(self, view: ResultsView) -> None:CODE
LOWtests/ui/test_results_view.py194 def test_append_grows_list_and_keeps_selection(self, view: ResultsView) -> None:CODE
LOWtests/ui/test_results_view.py203 def test_new_query_resets_user_selection(self, view: ResultsView) -> None:CODE
LOWtests/ui/preferences/utils/test_ext_utils.py21 def test_report_link_prefers_the_tracker_and_is_omitted_without_urls(CODE
LOWtests/ui/preferences/utils/test_ext_utils.py27 def test_missing_module_links_the_issue_tracker(self) -> None:CODE
LOWtests/ui/preferences/utils/test_ext_utils.py33 def test_terminated_links_the_issue_tracker(self) -> None:CODE
LOWtests/ui/preferences/utils/test_ext_utils.py39 def test_url_is_escaped_into_the_markup(self) -> None:CODE
LOWtests/ui/preferences/utils/test_ext_utils.py47 def test_returns_text_unchanged_when_no_code_tags(self) -> None:CODE
LOWtests/ui/preferences/utils/test_ext_utils.py51 def test_converts_code_tags_to_pango_markup(self) -> None:CODE
LOWtests/ui/preferences/utils/test_ext_utils.py56 def test_converts_code_tags_with_attributes_to_pango_markup(self) -> None:CODE
LOWtests/modes/extensions/test_extension_record.py13def test_seed_default_state__applies_the_bundled_defaults(tmp_path: Path) -> None:CODE
LOWtests/modes/extensions/test_extension_record.py21def test_seed_default_state__ignores_keys_the_state_rejects(tmp_path: Path) -> None:CODE
LOWtests/modes/extensions/test_extension_record.py29def test_reload_state__resets_to_the_defaults_when_the_file_is_gone(tmp_path: Path) -> None:CODE
LOWtests/modes/extensions/test_extension_record.py101def test_display_manifest__unreadable__falls_back_without_raising(tmp_path: Path) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py49 def test_run__basic_execution__is_called(self, subprocess_launcher: MagicMock) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py60 def test_handle_output__stderr__records_recent_errors(self) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py84 def test_read_stdout_line__is_not_treated_as_an_error(self) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py95 def test_emit_output__wire_encoded__restores_the_extensions_record(self, caplog: LogCaptureFixture) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py109 def test_emit_output__extensions_own_logger__is_nested_under_the_ext_id(self, caplog: LogCaptureFixture) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py121 def test_emit_output__extensions_sub_logger__keeps_its_name(self, caplog: LogCaptureFixture) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py133 def test_handle_exit__signaled(self) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py143 def test_handle_exit__rapid_exit(self, time: MagicMock) -> None:CODE
LOWtests/modes/extensions/test_extension_runtime.py198 def test_kill__noop_when_already_reaped(self) -> None:CODE
LOWtests/modes/extensions/test_extension_mode.py25def test_handle_query__transitioning_extension_waits(mocker: MockerFixture) -> None:CODE
216 more matches not shown…
Unused Imports153 hits · 152 pts
SeverityFileLineSnippetContext
LOWsetup.py2CODE
LOWtests/test_core.py1CODE
LOWtests/test_bin_ulauncher.py1CODE
LOWtests/test_cli.py1CODE
LOWtests/test_bootstrap_flags.py1CODE
LOWtests/ui/test_result_widget.py46CODE
LOWtests/ui/test_result_widget.py58CODE
LOWtests/ui/test_result_widget.py70CODE
LOWtests/ui/test_results_view.py1CODE
LOWtests/ui/test_results_view.py4CODE
LOWtests/modes/extensions/test_extension_record.py1CODE
LOWtests/modes/extensions/test_extension_mode.py1CODE
LOWtests/modes/extensions/test_extension_dependencies.py1CODE
LOWtests/modes/extensions/test_extension_lifecycle.py10CODE
LOWtests/modes/extensions/test_extension_manifest.py1CODE
LOWtests/modes/extensions/test_extension_remote.py1CODE
LOWtests/modes/extensions/test_extension/main.py1CODE
LOWtests/modes/calc/test_calc_mode.py1CODE
LOWtests/modes/file_browser/test_file_browser_mode.py1CODE
LOWtests/modes/shortcuts/test_shortcut_mode.py1CODE
LOWtests/modes/shortcuts/test_shortcuts.py1CODE
LOWtests/modes/shortcuts/test_run_script.py1CODE
LOWtests/modes/apps/test_app_rankings.py1CODE
LOWtests/modes/apps/test_app_result.py1CODE
LOWtests/utils/test_json_utils.py1CODE
LOWtests/utils/test_subprocess_utils.py1CODE
LOWtests/utils/test_socket_msg_controller.py1CODE
LOWtests/internals/test_result_buffer.py1CODE
LOWtests/internals/test_effect_utils.py1CODE
LOWtests/api/test_extension.py1CODE
LOWtests/data/test_json_key_value_conf.py1CODE
LOWtests/data/test_json_conf.py1CODE
LOWulauncher/init_helpers.py1CODE
LOWulauncher/__init__.py4CODE
LOWulauncher/core.py1CODE
LOWulauncher/gi.py12CODE
LOWulauncher/gi.py25CODE
LOWulauncher/ui/results_view.py1CODE
LOWulauncher/ui/hotkey_dialog.py1CODE
LOWulauncher/ui/load_icon_surface.py1CODE
LOWulauncher/ui/ulauncher_window.py1CODE
LOWulauncher/ui/app.py1CODE
LOWulauncher/ui/result_widget.py1CODE
LOWulauncher/ui/get_icon_path.py1CODE
LOWulauncher/ui/preferences/preferences_window.py1CODE
LOWulauncher/ui/preferences/utils/ext_utils.py1CODE
LOWulauncher/ui/preferences/utils/ext_handlers.py1CODE
LOWulauncher/ui/preferences/utils/sidebar_layout.py1CODE
LOWulauncher/ui/preferences/views/shortcuts.py1CODE
LOWulauncher/ui/preferences/views/preferences.py1CODE
LOWulauncher/ui/preferences/views/__init__.py1CODE
LOWulauncher/ui/preferences/views/about.py1CODE
LOWulauncher/ui/preferences/views/extensions.py1CODE
LOWulauncher/ui/preferences/views/help.py1CODE
LOWulauncher/ui/helpers/tray_icon.py4CODE
LOWulauncher/ui/helpers/monitor.py1CODE
LOWulauncher/ui/helpers/system_theme.py1CODE
LOWulauncher/ui/helpers/theme.py1CODE
LOWulauncher/ui/helpers/text_highlighter.py1CODE
LOWulauncher/ui/helpers/hotkey_controller.py1CODE
93 more matches not shown…
Modern Structural Boilerplate80 hits · 80 pts
SeverityFileLineSnippetContext
LOWulauncher/__init__.py6__all__ = ["version"]CODE
LOWulauncher/core.py22logger = logging.getLogger(__name__)CODE
LOWulauncher/core.py104 def set_query(self, query_str: str, callback: ResultsCallback) -> None:CODE
LOWulauncher/gi.py31__all__ = [CODE
LOWulauncher/gi.py195def _setup_gio_unix() -> None:CODE
LOWulauncher/ui/results_view.py17logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/results_view.py53 def set_max_height(self, height: int) -> None:CODE
LOWulauncher/ui/hotkey_dialog.py9logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/hotkey_dialog.py43 def set_hotkey(self, key_name: str = "") -> None:CODE
LOWulauncher/ui/load_icon_surface.py13logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/ulauncher_window.py25logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/ulauncher_window.py367 def update_results_max_height(self) -> None:CODE
LOWulauncher/ui/ulauncher_window.py418 def set_input(self, query_str: str) -> None:CODE
LOWulauncher/ui/app.py25logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/app.py60 def set_query(self, value: str, update_input: bool = True) -> None:CODE
LOWulauncher/ui/result_widget.py17logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/result_widget.py114 def set_index(self, index: int) -> None:CODE
LOWulauncher/ui/get_icon_path.py11logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/preferences/preferences_window.py109 def _setup_keybindings(self) -> None:CODE
LOWulauncher/ui/preferences/preferences_window.py125 def _setup_custom_styling(self) -> None:CODE
LOWulauncher/ui/preferences/utils/ext_handlers.py14logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/preferences/utils/ext_handlers.py157 def update_extension(self, ext: ExtensionRecord, callback: Callable[[], None]) -> None:CODE
LOWulauncher/ui/preferences/utils/sidebar_layout.py81 def set_items(self, items: Sequence[SidebarItem], active_item_id: str | None = None) -> None:CODE
LOWulauncher/ui/preferences/utils/sidebar_layout.py118 def set_empty_placeholder_builder(self, builder: Callable[[], Gtk.Widget] | None) -> None:CODE
LOWulauncher/ui/preferences/utils/sidebar_layout.py253 def set_content(self, widget: Gtk.Widget) -> None:CODE
LOWulauncher/ui/preferences/views/shortcuts.py361 def _update_icon_button(self) -> None:CODE
LOWulauncher/ui/preferences/views/preferences.py16logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/preferences/views/__init__.py78 def set_text(self, text: str) -> None:CODE
LOWulauncher/ui/preferences/views/extensions.py29logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/helpers/tray_icon.py20logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/helpers/monitor.py9logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/helpers/theme.py11logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/helpers/hotkey_controller.py14logger = logging.getLogger(__name__)CODE
LOWulauncher/ui/helpers/hotkey_controller.py21def _set_hotkey(hotkey: str) -> None:CODE
LOWulauncher/ui/helpers/layer_shell.py46def set_vertical_position(window: Gtk.Window, pos_y: float) -> None:CODE
LOWulauncher/modes/extensions/extension_registry.py15logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_remote.py25logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_manifest.py12logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_mode.py24logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_runtime.py22logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_record.py67logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_service.py36logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/extensions/extension_dependencies.py10logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/calc/calc_mode.py84logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/file_browser/file_browser_mode.py18logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/file_browser/open_with.py8logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/shortcuts/run_script.py9logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/shortcuts/shortcut_mode.py14logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/apps/app_result.py12logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/apps/launch_app.py14logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/apps/try_raise_app.py7logger = logging.getLogger(__name__)CODE
LOWulauncher/modes/apps/app_mode.py17logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/dbus.py11logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/launch_detached.py10logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/v5_killer.py7logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/environment.py16logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/scheduling.py13logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/eventbus.py16logger = logging.getLogger(__name__)CODE
LOWulauncher/utils/eventbus.py31 def set_self(self, self_arg: Any) -> None:CODE
LOWulauncher/utils/systemd_controller.py7logger = logging.getLogger(__name__)CODE
20 more matches not shown…
Deep Nesting21 hits · 21 pts
SeverityFileLineSnippetContext
LOWulauncher/core.py68CODE
LOWulauncher/core.py240CODE
LOWulauncher/core.py250CODE
LOWulauncher/ui/app.py296CODE
LOWulauncher/ui/result_widget.py142CODE
LOWulauncher/ui/preferences/utils/ext_handlers.py194CODE
LOWulauncher/ui/preferences/views/extensions.py579CODE
LOWulauncher/ui/helpers/hotkey_controller.py21CODE
LOWulauncher/modes/extensions/extension_remote.py308CODE
LOWulauncher/modes/extensions/extension_manifest.py72CODE
LOWulauncher/modes/extensions/extension_finder.py46CODE
LOWulauncher/modes/extensions/extension_mode.py220CODE
LOWulauncher/modes/extensions/extension_runtime.py179CODE
LOWulauncher/modes/extensions/extension_record.py54CODE
LOWulauncher/modes/file_browser/file_browser_mode.py51CODE
LOWulauncher/modes/file_browser/file_browser_mode.py97CODE
LOWulauncher/modes/apps/launch_app.py47CODE
LOWulauncher/modes/apps/try_raise_app.py10CODE
LOWulauncher/utils/migrate.py86CODE
LOWulauncher/internals/effect_utils.py61CODE
LOWulauncher/data/json_key_value_conf.py20CODE
Self-Referential Comments6 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMulauncher/ui/preferences/preferences_window.py43 # Create the main UICOMMENT
MEDIUMulauncher/ui/preferences/preferences_window.py53 # Create main containerCOMMENT
MEDIUMulauncher/ui/preferences/views/preferences.py33 # Create main container - centers on wide screens, fills on narrow screensCOMMENT
MEDIUMulauncher/ui/preferences/views/extensions.py238 # Create a vertical box for authors and updated dateCOMMENT
MEDIUMulauncher/ui/preferences/views/help.py65 # Create a horizontal box for each linkCOMMENT
MEDIUMulauncher/utils/untar.py9# This function is the same as Path.is_relative_to in 3.9, but we can't use that yetCOMMENT
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHtests/modes/calc/test_calc_mode.py0helper to collect results from callback-based handle_query.STRING
HIGHtests/modes/file_browser/test_file_browser_mode.py0helper to collect results from callback-based handle_query.STRING
HIGHtests/modes/shortcuts/test_shortcut_mode.py0helper to collect results from callback-based handle_query.STRING
Decorative Section Separators4 hits · 12 pts
SeverityFileLineSnippetContext
MEDIUMulauncher/gi.py37# ─── GioUnix compatibility namespace ──────────────────────────────────────────COMMENT
MEDIUMulauncher/gi.py95# ─── DesktopAppInfo wrapper ────────────────────────────────────────────────────COMMENT
MEDIUMulauncher/gi.py192# ─── Deferred setup functions ──────────────────────────────────────────────────COMMENT
MEDIUMulauncher/gi.py230# ─── Lazy loader (PEP 562) ────────────────────────────────────────────────────COMMENT
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHtests/data/test_json_conf.py44 assert json_stringify(conf) == '{"a": null, "b": [], "c": {}, "d": 1}'CODE
Excessive Try-Catch Wrapping5 hits · 5 pts
SeverityFileLineSnippetContext
LOWulauncher/core.py175 except Exception:CODE
LOWulauncher/modes/extensions/extension_service.py200 except Exception:CODE
LOWulauncher/utils/scheduling.py49 except Exception:CODE
LOWulauncher/utils/eventbus.py55 except Exception:CODE
LOWulauncher/utils/json_utils.py90 except Exception:CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMtests/modes/extensions/test_extension_lifecycle.py165 # rebind the event bus to the module singleton; the harness service took over the bindingCOMMENT
Dead Code1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUMtests/api/test_extension.py89CODE
Slop Phrases2 hits · 2 pts
SeverityFileLineSnippetContext
LOW.github/workflows/draft-release.yml33 # make sure to run make sdist after make deb because make deb overwrites the tarballCOMMENT
LOWulauncher/utils/ewmh.py38 When a property is written, don't forget to really send the notification bySTRING
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippetContext
LOWulauncher/gi.py41# * GioUnix was originally a namespace for aliases to Unix-specific functionality in the Gio namespace.COMMENT
LOWulauncher/gi.py61#COMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWulauncher/utils/migrate.py67 # Check if already migratedCOMMENT