Repository Analysis

tui-cs/Terminal.Gui

Cross Platform Terminal UI toolkit for .NET

5.3 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of tui-cs/Terminal.Gui, a C# project with 11,113 GitHub stars. SynthScan v2.0 examined 413,823 lines of code across 1660 source files, recording 1958 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 5.3 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).

5.3
Adjusted Score
5.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
11.1K
Stars
C#
Language
413.8K
Lines of Code
1.7K
Files
2.0K
Pattern Hits
2026-07-14
Scan Date
0.00
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 1HIGH 5MEDIUM 130LOW 1822

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 1958 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.

Over-Commented Block1719 hits · 1657 pts
SeverityFileLineSnippetContext
LOWGitVersion.yml1# This file configures GitVersion 6.x to work with Terminal.Gui's GitFlow branching strategy.COMMENT
LOWGitVersion.yml41 source-branches: ['develop']COMMENT
LOWGitVersion.yml61 # source-branches: ['v1_release']COMMENT
LOWdocfx/docs/drivers.md121}COMMENT
LOWdocfx/docs/input-injection.md361/// Abstraction for time-related operations, allowing virtual time in tests.COMMENT
LOWdocfx/docs/input-injection.md441**Purpose:** Provide input records to the input processorCOMMENT
LOWdocfx/docs/input-injection.md601 IInputSource InputSource { get; }COMMENT
LOWdocfx/docs/input-injection.md741```csharpCOMMENT
LOWTests/AppTestHelpers/AppTestHelper.Navigation.cs21 {COMMENT
LOWTests/AppTestHelpers/AppTestHelper.cs221 .Create (builder => builder.SetMinimumLevel (LogLevel.Trace)COMMENT
LOWTests/AppTestHelpers/With.cs1COMMENT
LOWTests/AppTestHelpers/AppTestHelper.Snapshot.cs1using System.Runtime.CompilerServices;COMMENT
LOWTests/AppTestHelpers/AppTestHelper.Snapshot.cs21 /// Complements <see cref="AnsiScreenShot" /> (which only dumps to a writer): thisCOMMENT
LOWTests/AppTestHelpers/TestDriver.cs1namespace AppTestHelpers;COMMENT
LOWTests/AppTestHelpers/AppTestHelper.Input.cs61 /// <paramref name="evaluator"/>.COMMENT
LOWTests/UnitTests.Legacy/TestLogging.cs1#nullable enableCOMMENT
LOWTests/UnitTests.Legacy/TestLogging.cs21 /// using (TestLogging.BindTo(_output))COMMENT
LOWTests/UnitTests.Legacy/TestLogging.cs41 /// Binds Terminal.Gui logging to xUnit output with verbose logging (Trace and above).COMMENT
LOWTests/UnitTests.Legacy/TestLogging.cs61 /// and enables the specified trace categories.COMMENT
LOWTests/UnitTests.Legacy/OutputAssert.cs1namespace UnitTests;COMMENT
LOWTests/UnitTests.Legacy/DriverAssert.cs81 output.WriteLine ($" Expected: {userExpected} ({expectedAttributes [int.Parse (userExpected.ToStringCOMMENT
LOWTests/UnitTests.Legacy/DriverAssert.cs101 // if (val2.HasValue)COMMENT
LOWTests/StressTests/ApplicationStressTests.cs21 /// <summary>COMMENT
LOWTests/PerformanceTests/ScrollingPerformanceTests.cs1// CopilotCOMMENT
LOWTests/IntegrationTests/TabsFanOutIntegrationTests.cs1using System.Text;COMMENT
LOWTests/IntegrationTests/ProgressScenarioTests.cs1// Claude - Opus 4.8 (1M context)COMMENT
LOWTests/Benchmarks/ViewBase/ScenarioMemoryBenchmark.cs1using Terminal.Gui.App;COMMENT
LOWTests/Benchmarks/ViewBase/ViewMemoryBenchmark.cs1using Terminal.Gui.App;COMMENT
LOW…marks/EnumExtensions/HasFlagVsFastHasFlagsBenchmark.cs1using BenchmarkDotNet.Attributes;COMMENT
LOW…nchmarks/Configuration/SchemeSerializationBenchmark.cs1using System.Text.Json;COMMENT
LOW…rks/Configuration/ConfigurationManagerLoadBenchmark.cs1using BenchmarkDotNet.Attributes;COMMENT
LOWTests/Benchmarks/Configuration/ThemeSwitchBenchmark.cs1using BenchmarkDotNet.Attributes;COMMENT
LOW…s/Benchmarks/Configuration/SchemeAttributeBenchmark.cs1using BenchmarkDotNet.Attributes;COMMENT
LOWTests/Benchmarks/Scrolling/BaselineScrollBenchmark.cs1using System.Drawing;COMMENT
LOWTests/Benchmarks/Views/ButtonDrawBenchmark.cs1using BenchmarkDotNet.Attributes;COMMENT
LOWTests/Benchmarks/Views/ButtonDrawBenchmark.cs21/// <para>COMMENT
LOW…itTestsParallelizable/ViewBase/CommandBubblingTests.cs921COMMENT
LOW…itTestsParallelizable/ViewBase/CommandBubblingTests.cs941 /// Topology (uses only View base classes):COMMENT
LOW…itTestsParallelizable/ViewBase/CommandBubblingTests.cs1001 Assert.Contains (traceBackend.Entries, e => e.Phase == "BridgedCancellation" && e.Message!.Contains ("OnActivateCOMMENT
LOW…itTestsParallelizable/ViewBase/CommandBubblingTests.cs1061 // No BridgedCancellation warning — this is a direct containment path.COMMENT
LOW…itTestsParallelizable/ViewBase/CommandBubblingTests.cs1121COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs1681COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs1721COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs1781 Assert.Equal (1, hostActivatedCount);COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs2041 Assert.NotNull (capturedValues);COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs2121COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs2181 /// <summary>COMMENT
LOW…s/UnitTestsParallelizable/ViewBase/ViewCommandTests.cs2241COMMENT
LOW…arallelizable/ViewBase/Arrangement/ArrangementTests.cs641COMMENT
LOW…tTestsParallelizable/ViewBase/Layout/Pos.AlignTests.cs21 {COMMENT
LOW…tTestsParallelizable/ViewBase/Layout/Pos.AlignTests.cs41 // {COMMENT
LOW…tTestsParallelizable/ViewBase/Layout/Pos.AlignTests.cs61 //public void PosAlign_Equals_CachedLocation_Not_Used ()COMMENT
LOW…izable/ViewBase/Layout/StaleContentSizeCaptureTests.cs1// CopilotCOMMENT
LOW…izable/ViewBase/Layout/StaleContentSizeCaptureTests.cs321 /// updated value rather than the size captured before the event fired. See issue #4522.COMMENT
LOW…rallelizable/ViewBase/Layout/LayoutConvergenceTests.cs1// Claude - Opus 4.8COMMENT
LOW…able/ViewBase/Layout/SetNeedsLayoutPropagationTests.cs1namespace ViewBaseTests.Layout;COMMENT
LOW…TestsParallelizable/ViewBase/Layout/CollectDimTests.cs1#nullable enableCOMMENT
LOW…Parallelizable/ViewBase/Draw/SubViewOnlyRedrawTests.cs1using UnitTests;COMMENT
LOW…sParallelizable/ViewBase/Draw/OcclusionCullingTests.cs1using UnitTests;COMMENT
LOW…zable/ViewBase/Draw/AdornmentSubViewLineCanvasTests.cs1// CopilotCOMMENT
1659 more matches not shown…
Decorative Section Separators122 hits · 332 pts
SeverityFileLineSnippetContext
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs26 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs28 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs113 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs115 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs201 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs203 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs254 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUMTests/PerformanceTests/ScrollingPerformanceTests.cs256 // ──────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…marks/EnumExtensions/HasFlagVsFastHasFlagsBenchmark.cs60 // ── MouseFlags (Rank 1 — 122 call sites in mouse input hot path) ──────────COMMENT
MEDIUM…marks/EnumExtensions/HasFlagVsFastHasFlagsBenchmark.cs94 // ── ViewArrangement (Rank 2 — 42 call sites in layout / arrangement) ──────COMMENT
MEDIUM…marks/EnumExtensions/HasFlagVsFastHasFlagsBenchmark.cs162 // ── MouseState (Rank 4 — 14 call sites in mouse state tracking) ───────────COMMENT
MEDIUM…marks/EnumExtensions/HasFlagVsFastHasFlagsBenchmark.cs196 // ── KeyCode (Rank 5 — 11 call sites in keyboard input) ────────────────────COMMENT
MEDIUM…zable/ViewBase/Draw/AdornmentSubViewLineCanvasTests.cs59 // Expected: ──═══── (double-line from SubView merged with view's single-line)COMMENT
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs685 // "ZZZ" should render at the last row of the border (below └─────┘).STRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs770 // Row 0: ┌────────┐XX border topSTRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs774 // Row 4: └────────┘XX border bottomSTRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs860 // Row 1: ┌──────┐XXXXX border topSTRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs862 // Row 3: └──────┘XXXXX border bottomSTRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs977 // Row 1: ┌──────┐ border topSTRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs979 // Row 3: └──────┘ border bottomSTRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs1043 // Row 0: ┌──────────┐XX border top line: opaque (drawn line chars)STRING
MEDIUM…lelizable/ViewBase/Adornment/BorderTransparentTests.cs1048 // Row 5: └──────────┘XX border bottom line: opaqueSTRING
MEDIUM…izable/ViewBase/Adornment/OverlappedLineCanvasTests.cs80 // Row 1: │ │──────┐ viewFront sides + viewBack top (occluded under viewFront)COMMENT
MEDIUM…izable/ViewBase/Adornment/OverlappedLineCanvasTests.cs82 // Row 3: │ └──────┘ viewBack sides/bottomCOMMENT
MEDIUM…izable/ViewBase/Adornment/OverlappedLineCanvasTests.cs83 // Row 4: └──────┘ viewBack bottom (but viewFront doesn't reach here)COMMENT
MEDIUM…izable/ViewBase/Adornment/OverlappedLineCanvasTests.cs157 // Row 2: viewFront has │ │ (sides), viewBack has ┌──────┐ (top)COMMENT
MEDIUM…izable/ViewBase/Adornment/OverlappedLineCanvasTests.cs373 // Row 1: │ │─────┐ (viewFront sides; viewBack top partially visible)STRING
MEDIUM…izable/ViewBase/Adornment/OverlappedLineCanvasTests.cs376 // Row 4: └──────────┘ (viewBack bottom)STRING
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs13 // ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs15 // ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs65 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs67 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs234 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs236 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs296 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs298 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs376 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…rallelizable/ViewBase/Adornment/TabCompositionTests.cs378 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs230 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs233 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs475 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs478 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs697 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs700 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs762 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs765 // ════════════════════════════════════════════════════════════════════COMMENT
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs1533 // ════════════════════════════════════════════════════════════════════STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs1537 // ════════════════════════════════════════════════════════════════════STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2191 // ════════════════════════════════════════════════════════════════════STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2194 // ════════════════════════════════════════════════════════════════════STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2422 // ════════════════════════════════════════════════════════════════════STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2427 // ════════════════════════════════════════════════════════════════════STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2501 // ────────────────────────────────────────────────────────────────────STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2503 // ────────────────────────────────────────────────────────────────────STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2560 // ────────────────────────────────────────────────────────────────────STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2563 // ────────────────────────────────────────────────────────────────────STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2758 // ────────────────────────────────────────────────────────────────────STRING
MEDIUM…tsParallelizable/ViewBase/Adornment/BorderViewTests.cs2760 // ────────────────────────────────────────────────────────────────────STRING
MEDIUM…itTestsParallelizable/Drawing/Lines/LineCanvasTests.cs1339 // ╔╡╞═════╗COMMENT
MEDIUMTests/UnitTestsParallelizable/Views/GraphViewTests.cs13 // ─── Coordinate conversion ──────────────────────────────────────────────────COMMENT
62 more matches not shown…
Structural Annotation Overuse49 hits · 82 pts
SeverityFileLineSnippetContext
LOWdocfx/docs/cancellable-work-pattern.md155 // Step 1: Call virtual method (subclass gets first chance)COMMENT
LOWdocfx/docs/cancellable-work-pattern.md161 // Step 2: Raise event (external subscribers get a chance)COMMENT
LOWdocfx/docs/cancellable-work-pattern.md168 // Step 3: Execute default behaviorCOMMENT
LOWdocfx/docs/events.md94#### Step 1: Define the Events and Virtual MethodsCOMMENT
LOWdocfx/docs/events.md115#### Step 2: Implement the Property with CWPPropertyHelperCOMMENT
LOWdocfx/docs/events.md145#### Step 3: Consuming the EventsCOMMENT
LOWdocfx/docs/events.md209 // Step 1: Call virtual method (subclass gets first chance)COMMENT
LOWdocfx/docs/events.md215 // Step 2: Raise event (external subscribers get a chance)COMMENT
LOWdocfx/docs/events.md223 // Step 3: Execute default behaviorCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs448 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs452 // Step 3: Navigate within the OptionSelector to ErrorCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs461 // Step 4: Press Space to activateCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs467 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs590 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs594 // Step 6: Click directly on the Error checkbox WITHOUT keyboard navigation first.COMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs659 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs663 // Step 6: Click directly on the Error checkbox WITHOUT keyboard navigation first.COMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs726 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs730 // Step 6: Click directly on the Error checkbox WITHOUT keyboard navigation first.COMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs414 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs491 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs532 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs556 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs615 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs634 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs683 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs701 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs752 // Step 5: AssertCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs177 // Step 1: Build lineRegion matching the raw line canvas outputCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs183 // Step 2: Intersect with adornment frame — this creates the zero-width rectCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs186 // Step 3: Build exclusion regionCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs191 // Step 4: Union lineRegion into exclusion — this is where the bug manifestsCOMMENT
LOW…UnitTestsParallelizable/Drivers/Output/AddRuneTests.cs243 // Step 1: Draw initial content - a wide glyph at column 1 with white-on-blackCOMMENT
LOW…UnitTestsParallelizable/Drivers/Output/AddRuneTests.cs253 // Step 2: Now redraw the SAME wide glyph at column 1 but with a DIFFERENT attribute (red-on-yellow)COMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs448 // Step 1: Extract itemsCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs453 // Step 2: RemoveAll from RootCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs458 // Step 3: RemoveAll from PopoverMenu to detach cascading SubMenus, then disposeCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs465 // Step 4: Create new inline MenuCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs470 // Step 5: BeginInit + EndInit on inline MenuCOMMENT
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs14 /// Step 0: All 5 tabs fit in 26 columns. No scroll needed. Tab1 selected.COMMENT
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs55 /// Step 1: Width reduced to 18. Tab1 selected. Tab4 clipped, Tab5 off-screen.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs280 /// Step 2: Width 18, Tab2 selected. No scroll offset change, just focus change.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs324 /// Step 4: Select Tab4 to scroll right, then select Tab2. EnsureTabVisible scrollsSTRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs377 /// Step 6: Select Tab4 with width 18. Tab1 partially clipped, Tab5 partially visible.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs423 /// Step 9: Select Tab1 after being scrolled. EnsureTabVisible scrolls back to offset 0.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs472 /// Step 11: Width back to 26. All tabs fit. No scroll indicators. Tab4 selected.STRING
LOW…al.Gui/Drawing/Quant/PopularityPaletteWithThreshold.cs33 // Step 1: Build the histogram of colors (count occurrences)COMMENT
LOW…al.Gui/Drawing/Quant/PopularityPaletteWithThreshold.cs50 // Step 2: Merge similar colors using the color distance thresholdCOMMENT
LOW…al.Gui/Drawing/Quant/PopularityPaletteWithThreshold.cs53 // Step 3: Sort the histogram by frequency (most frequent colors first)COMMENT
Verbosity Indicators40 hits · 64 pts
SeverityFileLineSnippetContext
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs448 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs452 // Step 3: Navigate within the OptionSelector to ErrorCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs461 // Step 4: Press Space to activateCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs467 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs590 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs594 // Step 6: Click directly on the Error checkbox WITHOUT keyboard navigation first.COMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs659 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs663 // Step 6: Click directly on the Error checkbox WITHOUT keyboard navigation first.COMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs726 // Step 2: Open the Test menuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs730 // Step 6: Click directly on the Error checkbox WITHOUT keyboard navigation first.COMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs414 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs491 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs532 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs556 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs615 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs634 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs683 // Step 5: AssertCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs701 // Step 1: Build a simple MenuBar with an OptionSelector directly in the root MenuCOMMENT
LOWTests/IntegrationTests/FluentTests/MenuBarTests.cs752 // Step 5: AssertCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs177 // Step 1: Build lineRegion matching the raw line canvas outputCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs183 // Step 2: Intersect with adornment frame — this creates the zero-width rectCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs186 // Step 3: Build exclusion regionCOMMENT
LOW…arallelizable/Drawing/Region/ZeroAreaRectangleTests.cs191 // Step 4: Union lineRegion into exclusion — this is where the bug manifestsCOMMENT
LOW…UnitTestsParallelizable/Drivers/Output/AddRuneTests.cs243 // Step 1: Draw initial content - a wide glyph at column 1 with white-on-blackCOMMENT
LOW…UnitTestsParallelizable/Drivers/Output/AddRuneTests.cs253 // Step 2: Now redraw the SAME wide glyph at column 1 but with a DIFFERENT attribute (red-on-yellow)COMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs448 // Step 1: Extract itemsCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs453 // Step 2: RemoveAll from RootCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs458 // Step 3: RemoveAll from PopoverMenu to detach cascading SubMenus, then disposeCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs465 // Step 4: Create new inline MenuCOMMENT
LOW…Parallelizable/Views/MenuBarItemWithoutPopoverTests.cs470 // Step 5: BeginInit + EndInit on inline MenuCOMMENT
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs14 /// Step 0: All 5 tabs fit in 26 columns. No scroll needed. Tab1 selected.COMMENT
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs55 /// Step 1: Width reduced to 18. Tab1 selected. Tab4 clipped, Tab5 off-screen.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs280 /// Step 2: Width 18, Tab2 selected. No scroll offset change, just focus change.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs324 /// Step 4: Select Tab4 to scroll right, then select Tab2. EnsureTabVisible scrollsSTRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs377 /// Step 6: Select Tab4 with width 18. Tab1 partially clipped, Tab5 partially visible.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs423 /// Step 9: Select Tab1 after being scrolled. EnsureTabVisible scrolls back to offset 0.STRING
LOW…estsParallelizable/Views/TabView/TabsScrollingTests.cs472 /// Step 11: Width back to 26. All tabs fit. No scroll indicators. Tab4 selected.STRING
LOW…al.Gui/Drawing/Quant/PopularityPaletteWithThreshold.cs33 // Step 1: Build the histogram of colors (count occurrences)COMMENT
LOW…al.Gui/Drawing/Quant/PopularityPaletteWithThreshold.cs50 // Step 2: Merge similar colors using the color distance thresholdCOMMENT
LOW…al.Gui/Drawing/Quant/PopularityPaletteWithThreshold.cs53 // Step 3: Sort the histogram by frequency (most frequent colors first)COMMENT
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM…itTestsParallelizable/Configuration/DeepClonerTests.cs11/// Unit tests for the <see cref="DeepCloner"/> class, ensuring robust deep cloning forCOMMENT
MEDIUMTests/UnitTestsParallelizable/Application/InitTests.cs7/// These tests ensure the fragile state management logic is robust and catches regressions.COMMENT
MEDIUM…s/UnitTestsParallelizable/Application/BeginEndTests.cs5/// These tests ensure the fragile state management logic is robust and catches regressions.COMMENT
MEDIUMTerminal.Gui/ViewBase/View.Drawing.cs684 // Draw the SubViews in reverse Z-order to leverage clipping.COMMENT
MEDIUMTerminal.Gui/Drawing/LineCanvas/LineCanvas.cs21/// intersection-resolution pass, producing seamless junctions across view boundaries. This is howCOMMENT
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…/Benchmarks/Text/TextFormatter/ReplaceCRLFWithSpace.cs0ĺόŕéḿ íṕśúḿ d́όĺόŕ śít́ áḿét́, ćόńśéćt́ét́úŕ ád́íṕíśćíńǵ éĺít́. ṕŕáéśéńt́ q́úíś ĺúćt́úś éĺít́. íńt́éǵéŕ út́ áŕćú éǵét́ dSTRING
HIGHTests/Benchmarks/Text/TextFormatter/StripCRLF.cs0ĺόŕéḿ íṕśúḿ d́όĺόŕ śít́ áḿét́, ćόńśéćt́ét́úŕ ád́íṕíśćíńǵ éĺít́. ṕŕáéśéńt́ q́úíś ĺúćt́úś éĺít́. íńt́éǵéŕ út́ áŕćú éǵét́ dSTRING
HIGH…Benchmarks/Text/StringExtensions/ToStringEnumerable.cs0ĺόŕéḿ íṕśúḿ d́όĺόŕ śít́ áḿét́, ćόńśéćt́ét́úŕ ád́íṕíśćíńǵ éĺít́. ṕŕáéśéńt́ q́úíś ĺúćt́úś éĺít́. íńt́éǵéŕ út́ áŕćú éǵét́ dSTRING
Synthetic Comment Markers2 hits · 12 pts
SeverityFileLineSnippetContext
HIGH.claude/POST-GENERATION-VALIDATION.md306- Are the #1 complaint about AI-generated codeCODE
HIGHTerminal.Gui/Resources/Strings.Designer.cs3// This code was generated by a tool.COMMENT
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICAL…exported_templates/modern/public/chunk-LXB37CFX.min.js1import{Ga as gt,a as xt,bb as dt}from"./chunk-YEACHCAA.min.js";import{c as ue}from"./chunk-XUHMPXWX.min.js";var ae={};fuCODE
Fake / Example Data8 hits · 8 pts
SeverityFileLineSnippetContext
LOW…exported_templates/modern/public/chunk-YEACHCAA.min.js1import{b as za,d as qa}from"./chunk-XUHMPXWX.min.js";var Tc=za((Wa,Ua)=>{(function(t,e){typeof Wa=="object"&&typeof Ua<"CODE
LOW…/Benchmarks/Text/TextFormatter/ReplaceCRLFWithSpace.cs86 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed euismod metus. Phasellus lectus metus, uCODE
LOW…/Benchmarks/Text/TextFormatter/ReplaceCRLFWithSpace.cs86 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed euismod metus. Phasellus lectus metus, uCODE
LOWTests/Benchmarks/Text/TextFormatter/StripCRLF.cs100 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed euismod metus. Phasellus lectus metus, uCODE
LOWTests/Benchmarks/Text/TextFormatter/StripCRLF.cs100 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed euismod metus. Phasellus lectus metus, uCODE
LOW…Benchmarks/Text/TextFormatter/RemoveHotKeySpecifier.cs74 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed euismod metus. _Phasellus lectus metus, ultriciesCODE
LOW…Benchmarks/Text/TextFormatter/RemoveHotKeySpecifier.cs74 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed euismod metus. _Phasellus lectus metus, ultriciesCODE
LOWExamples/UICatalog/Scenarios/ColorPicker.cs94 Text = "Lorem Ipsum",CODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/finalize-release.yml97 # Create a branch from main for the back-mergeCOMMENT
MEDIUM.github/workflows/finalize-release.yml101 # Create the PRCOMMENT
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippetContext
LOWTerminal.Gui/ViewBase/WeakReferenceExtensions.cs42 /// Example usage:COMMENT
LOWTerminal.Gui/App/IApplication.cs649 /// Example usage:COMMENT
LOWTerminal.Gui/Input/CommandContextExtensions.cs28 /// Example usage:COMMENT
TODO Padding2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…Parallelizable/ViewBase/Layout/Dim.AutoTests.MinMax.cs192 // TODO: Add testsCOMMENT
LOWTests/UnitTestsParallelizable/Views/ScrollBarTests.cs305 // TODO: Add tests.COMMENT
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMTerminal.Gui/App/Application.cs49/// Here's a simple example of how to create and run a Terminal.Gui application using the modern instance-basedCOMMENT
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOW.github/workflows/perf-gate.yml146 except Exception as e:CODE