Repository Analysis

OPCFoundation/UA-.NETStandard

OPC Unified Architecture .NET Standard

3.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of OPCFoundation/UA-.NETStandard, a C# project with 2,341 GitHub stars. SynthScan v2.0 examined 1,477,415 lines of code across 4288 source files, recording 4372 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.5 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).

3.5
Adjusted Score
3.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
2.3K
Stars
C#
Language
1.5M
Lines of Code
4.3K
Files
4.4K
Pattern Hits
2026-07-14
Scan Date
0.01
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 52HIGH 5MEDIUM 118LOW 4197

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 4372 distinct pattern matches across 13 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 Block4160 hits · 4128 pts
SeverityFileLineSnippetContext
LOWcodecov.yml1# Codecov configurationCOMMENT
LOW…c.Ua.SourceGeneration.Core/ModelDependencyReference.cs61 Payload = payload ?? string.Empty;COMMENT
LOW…c.Ua.SourceGeneration.Core/ModelDependencyReference.cs81 /// </summary>COMMENT
LOW…c.Ua.SourceGeneration.Core/ModelDependencyReference.cs101 /// only on the producing assembly's self-declaration entry.COMMENT
LOW…a.SourceGeneration.Core/NodeManagerAttributeBinding.cs41 /// The fully-qualified namespace of the user partial class.COMMENT
LOW…a.SourceGeneration.Core/NodeManagerAttributeBinding.cs61 /// Optional design file selector (file name without extension).COMMENT
LOW…ls/Opc.Ua.SourceGeneration.Core/StackGenerationType.cs41 /// Generate nothingCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs41 /// Optimize generated code for compile speed.COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs61 /// When set to <c>true</c>, theCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs81 /// When set to <c>true</c>, suppresses emission of theCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs101 public string ObjectTypeProxyNamespace { get; set; }COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs121 /// </para>COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs141COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/GeneratorOptions.cs161 /// configured explicitly.COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/NodesetFile.cs41namespace Opc.Ua.SourceGenerationCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/NodesetFile.cs61 public UANodeSet NodeSet { get; init; }COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/NodesetFile.cs81 /// </summary>COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/DesignFile.cs41 public sealed record class DesignFileOptionsCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/DesignFile.cs61 public string ModelPublicationDate { get; init; }COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/DesignFile.cs81 /// </summary>COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/DesignFile.cs101 /// <summary>COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/DesignFile.cs121 /// generated. They provide node resolution only (e.g. when aCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs41 public static class GeneratorsCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs61 /// Matched bindings force <c>GenerateNodeManager = true</c> for theCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs181 /// published by the referenced assembly'sCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs301 /// independent passes (NodeSet2 and ModelDesign); a binding matchedCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs361 binding.TargetNamespace +COMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs381 /// is in this map the nodeset is skipped (referenced assemblyCOMMENT
LOWTools/Opc.Ua.SourceGeneration.Core/Generators.cs401 /// so downstream models can resolve upstream types without anCOMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs41 /// Kind of node carried in a <see cref="ModelDependencyV1"/>.COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs61 /// ReferenceType.COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs81 /// <summary>COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs121 /// <summary>COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs161COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs181COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs201 /// Input arguments (methods only).COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs221 /// </summary>COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs241 /// </summary>COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs261 /// </summary>COMMENT
LOW….SourceGeneration.Core/Dependency/ModelDependencyV1.cs281 /// In-memory representation of a <c>ModelDependencyV1</c> payload.COMMENT
LOW…Ua.SourceGeneration.Core/Templating/ITemplateWriter.cs41 /// </summary>COMMENT
LOW…urceGeneration.Core/Templating/StringLiteralEscaper.cs41 /// only consumes design XML from the local repository at build time;COMMENT
LOW…urceGeneration.Core/Templating/StringLiteralEscaper.cs61 {COMMENT
LOW…ration.Core/Templating/BrowseNameTemplateExtensions.cs41 /// consuming build from ill-formed design XML).COMMENT
LOW…ration.Core/Templating/BrowseNameTemplateExtensions.cs61 /// consuming build's diagnostics.COMMENT
LOW…SourceGeneration.Core/Templating/TemplateDefinition.cs41 /// </summary>COMMENT
LOW…SourceGeneration.Core/Templating/TemplateDefinition.cs101 /// Get template writerCOMMENT
LOW…SourceGeneration.Core/Templating/TemplateDefinition.cs121 /// <summary>COMMENT
LOW…SourceGeneration.Core/Templating/TemplateDefinition.cs141 /// <summary>COMMENT
LOW…ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs41 /// criteria and to add nodes that are implicit. Also assigns identifiersCOMMENT
LOW…ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs61 /// <summary>COMMENT
LOW…ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs81 /// <summary>COMMENT
LOW…ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs101 /// <summary>COMMENT
LOW…ls/Opc.Ua.SourceGeneration.Core/Schema/IModelDesign.cs121 /// <summary>COMMENT
LOW…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs101 /// <inheritdoc/>COMMENT
LOW…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs161 /// <summary>COMMENT
LOW…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs3761 }COMMENT
LOW…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs4081 // objectd.AccessRestrictionsSpecified = objectd.TypeDefinitionNode.DefaultAccessRestrictionsSpecCOMMENT
LOW…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs4121COMMENT
LOW…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs4141 //}COMMENT
4100 more matches not shown…
Hallucination Indicators52 hits · 565 pts
SeverityFileLineSnippetContext
CRITICAL…ceGeneration.Core/Generators/FluentBuilderGenerator.cs42 /// <c>b.Boilers.Boiler__1.DrumX001.LIX001.Output.OnRead(...)</c>COMMENT
CRITICALFuzzing/Opc.Ua.PubSub.Fuzz/FuzzableCode.Uadp.cs66 Opc.Ua.PubSub.Encoding.PublisherId.FromUInt32(0xF00DBABEU),CODE
CRITICALFuzzing/Opc.Ua.PubSub.Fuzz/FuzzableCode.Uadp.cs79 Opc.Ua.PubSub.Encoding.PublisherId.FromUInt32(0xF00DBABEU),CODE
CRITICAL…ation/AdditionalEntropyCertificateKeyGeneratorTests.cs173 Assert.That(csr, Is.Not.Null.And.Length.GreaterThan(0));CODE
CRITICAL…rver.Tests/Historian/HistorianDispatcherBranchTests.cs326 Assert.That(values, Is.Not.Null.And.Length.EqualTo(3));CODE
CRITICAL…rver.Tests/Historian/HistorianDispatcherBranchTests.cs417 Assert.That(values, Is.Not.Null.And.Length.EqualTo(1));CODE
CRITICAL…rver.Tests/Historian/HistorianDispatcherBranchTests.cs463 Assert.That(values, Is.Not.Null.And.Length.EqualTo(3));CODE
CRITICAL…rver.Tests/Historian/HistorianDispatcherBranchTests.cs505 Assert.That(values, Is.Not.Null.And.Length.EqualTo(2));CODE
CRITICAL…rver.Tests/Historian/HistorianDispatcherBranchTests.cs622 Assert.That(values, Is.Not.Null.And.Length.EqualTo(1));CODE
CRITICAL….Ua.Server.Tests/Historian/HistorianDispatcherTests.cs712 Assert.That(values, Is.Not.Null.And.Length.EqualTo(1));CODE
CRITICALTests/Opc.Ua.Aot.Tests/BoilerNodeManagerAotTests.cs103 // builder.Boilers.Boiler__1.LCX001.Measurement.OnRead(...) —COMMENT
CRITICALTests/Opc.Ua.Aot.Tests/BoilerNodeManagerAotTests.cs122 // builder.Boilers.Boiler__1.Simulation.Halt.OnCall(async ct =>COMMENT
CRITICALTests/Opc.Ua.Gds.Tests/GdsDepthTests.cs480 Assert.That(appId, Is.Not.Null.And.Not.EqualTo(NodeId.Null));CODE
CRITICAL…ubSub.Tests/Encoding/Json/JsonNewtonsoftParityTests.cs107 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(CODE
CRITICAL…ubSub.Tests/Encoding/Json/JsonNewtonsoftParityTests.cs153 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(CODE
CRITICAL…ubSub.Tests/Encoding/Json/JsonNewtonsoftParityTests.cs216 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(CODE
CRITICAL…bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs78 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs119 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs122 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…bSub.Tests/Encoding/Json/JsonSingleMessageModeTests.cs143 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs92 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(mode);CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs95 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs142 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs151 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs168 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonDecoderTests.cs176 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…PubSub.Tests/Encoding/Json/JsonDecoderConflictTests.cs68 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();STRING
CRITICAL…PubSub.Tests/Encoding/Json/JsonDecoderConflictTests.cs104 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();STRING
CRITICAL….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs55 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs69 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs80 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs94 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs108 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL….PubSub.Tests/Encoding/Json/JsonMalformedInputTests.cs120 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs65 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs95 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs98 var decoder = new Opc.Ua.PubSub.Encoding.Json.JsonDecoder();CODE
CRITICAL…PubSub.Tests/Encoding/Json/JsonMetaDataMessageTests.cs119 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs97 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs107 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs108 var msg = new Opc.Ua.PubSub.Encoding.Json.JsonNetworkMessage();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs117 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs128 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs164 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder(mode);CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs180 Opc.Ua.PubSub.Encoding.Json.JsonDataSetMessageType.ToWireString(type)));CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs213 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs242 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…/Opc.Ua.PubSub.Tests/Encoding/Json/JsonEncoderTests.cs289 var encoder = new Opc.Ua.PubSub.Encoding.Json.JsonEncoder();CODE
CRITICAL…ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs234 services.AddSingleton<INetworkMessageEncoder>(_ => new Opc.Ua.PubSub.Encoding.Uadp.UadpEncoder());CODE
CRITICAL…ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs235 services.AddSingleton<INetworkMessageEncoder>(_ => new Opc.Ua.PubSub.Encoding.Json.JsonEncoder());CODE
CRITICAL…ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs236 services.AddSingleton<INetworkMessageDecoder>(_ => new Opc.Ua.PubSub.Encoding.Uadp.UadpDecoder());CODE
CRITICAL…ub/DependencyInjection/OpcUaPubSubBuilderExtensions.cs237 services.AddSingleton<INetworkMessageDecoder>(_ => new Opc.Ua.PubSub.Encoding.Json.JsonDecoder());CODE
Decorative Section Separators95 hits · 285 pts
SeverityFileLineSnippetContext
MEDIUM…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs6029 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…a.SourceGeneration.Core/Schema/ModelDesignValidator.cs6036 // ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/Opc.Ua.Server.Tests/Fluent/BrowsePathResolverTests.cs199 // ── Cross-namespace name-only fallback ─────────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs60 // ─── DispatchRawReadAsync null-arg guards ────────────────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs140 // ─── Modified data read (IsReadModified = true) ──────────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs184 // ─── AtTime read – interpolation branches ────────────────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs337 // ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs344 // ─── DispatchRawReadAsync null systemContext guard ───────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs362 // ─── ReleaseContinuationPoint null-arg guards ────────────────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs385 // ─── TimestampsToReturn.Neither clears sourceTimestamp ───────────────COMMENT
MEDIUM…erver.Tests/Historian/HistorianDispatcherExtraTests.cs426 // ─── DataEncoding unsupported path ───────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs60 // ─── IsAnnotationsProperty ──────────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs131 // ─── GetAnnotationsParent ────────────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs171 // ─── DispatchUpdateDataAsync ─────────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs323 // ─── DispatchEventReadAsync ──────────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs384 // ─── DispatchUpdateEventAsync ────────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs493 // ─── DispatchDeleteEventsAsync ───────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs548 // ─── ProjectEventFields ──────────────────────────────────────────────COMMENT
MEDIUM…Server.Tests/Historian/HistorianDispatcherGapsTests.cs692 // ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUM…Tests/Historian/HistorianEventFilterTargetGapsTests.cs54 // ─── IsTypeOf ───────────────────────────────────────────────────────COMMENT
MEDIUM…Tests/Historian/HistorianEventFilterTargetGapsTests.cs85 // ─── GetAttributeValue – empty browse path ──────────────────────────COMMENT
MEDIUM…Tests/Historian/HistorianEventFilterTargetGapsTests.cs116 // ─── GetAttributeValue – multi-segment browse path ──────────────────COMMENT
MEDIUM…Tests/Historian/HistorianEventFilterTargetGapsTests.cs154 // ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs63 // ─── InsertBatchAsync – null values entry ────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs85 // ─── DeleteRawAsync – no archive ────────────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs104 // ─── DeleteRawAsync – isDeleteModified=true ──────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs149 // ─── DeleteRawAsync – start > end swap ──────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs172 // ─── DeleteAtTimeAsync – no archive ─────────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs191 // ─── DeleteAnnotationsAsync – no archive ─────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs209 // ─── Annotation paths ────────────────────────────────────────────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs292 // ─── Backward raw read (exercises lo/hi swap and ReturnBounds) ────────COMMENT
MEDIUM….Server.Tests/Historian/InMemoryHistorianExtraTests.cs327 // ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUM…rver.Tests/Historian/HistorianCaptureSinkExtraTests.cs60 // ─── CaptureFullMode.Wait enqueue path ──────────────────────────────COMMENT
MEDIUM…rver.Tests/Historian/HistorianCaptureSinkExtraTests.cs140 // ─── MapFullMode default/invalid enum path ───────────────────────────COMMENT
MEDIUM…rver.Tests/Historian/HistorianCaptureSinkExtraTests.cs178 // ─── Helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUM…s/Hosting/OpcUaServerBuilderExtensionsCoverageTests.cs797 // ── Private test doubles ─────────────────────────────────────────────COMMENT
MEDIUM…Tests/Hosting/FluentNodeManagerFactoryCoverageTests.cs200 // ── Helpers ──────────────────────────────────────────────────────────COMMENT
MEDIUM…Tests/Stack/Transport/TcpReverseConnectChannelTests.cs65 // ── Construction ──────────────────────────────────────────────────────COMMENT
MEDIUM…Tests/Stack/Transport/TcpReverseConnectChannelTests.cs100 // ── ChannelName ───────────────────────────────────────────────────────COMMENT
MEDIUM…Tests/Stack/Transport/TcpReverseConnectChannelTests.cs112 // ── Receive loop — one-shot: transport closed before hello ─────────────COMMENT
MEDIUM…Tests/Stack/Transport/TcpReverseConnectChannelTests.cs180 // ── Helpers ───────────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs66 // ── Construction ──────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs103 // ── ChannelName ───────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs115 // ── Callbacks ─────────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs165 // ── Attach ────────────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs210 // ── Reconnect ─────────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs223 // ── Status properties ─────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs243 // ── IdleCleanup ───────────────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs258 // ── OnTokenActivated event ────────────────────────────────────────────COMMENT
MEDIUM….Core.Tests/Stack/Transport/TcpListenerChannelTests.cs277 // ── Helpers ───────────────────────────────────────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs73 // ─────────────────────────── Constructor ────────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs173 // ─────────────────────────── Create factory ─────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs243 // ────────────────────────── InvokeAsync<,> ──────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs353 // ────────────────────────── InvokeRouteAsync ────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs420 // ────────────────────── Service method wrappers ─────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs520 // ─────────────────────────── Dispose ────────────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs533 // ─────────────────────────── Helpers ────────────────────────────────COMMENT
MEDIUM…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs579 // ─────────────────────────── Inner stubs ────────────────────────────COMMENT
MEDIUM…dings.Https.WebApi.Tests/Codec/WebApiBodyCodecTests.cs68 // ─────────────────── EncodeBody / DecodeBody round-trips ────────────COMMENT
MEDIUM…dings.Https.WebApi.Tests/Codec/WebApiBodyCodecTests.cs159 // ────────────────────── EncodeBody null guards ──────────────────────COMMENT
35 more matches not shown…
Modern AI Meta-Vocabulary17 hits · 51 pts
SeverityFileLineSnippetContext
MEDIUMplans/27-fuzzing-coverage-expansion.md95### Phase 0 — Refactor shared scaffolding (enables clean area addition)COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs558#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for reconnect-path tests that need the private handler.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs558#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for reconnect-path tests that need the private handler.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs581#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for tests that inject an already-created inner Session.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs581#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for tests that inject an already-created inner Session.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs658#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession construction tests.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs658#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession construction tests.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs685#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession endpoint construction tests.COMMENT
MEDIUM…sts/Opc.Ua.Client.Tests/Session/ManagedSessionTests.cs685#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for ManagedSession endpoint construction tests.COMMENT
MEDIUM….Tests/Connections/PubSubConnectionConstructorTests.cs450#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for constructor tests with explicit encoder/decoder maps.COMMENT
MEDIUM….Tests/Connections/PubSubConnectionConstructorTests.cs450#pragma warning disable IDE0051, RCS1213 // Test scaffold kept for constructor tests with explicit encoder/decoder maps.COMMENT
MEDIUMDocs/IdentityProviders.md38## Quick start — dependency injectionCOMMENT
MEDIUMDocs/IdentityProviders.md848### 3. Register via dependency injection or the server registryCOMMENT
MEDIUMDocs/ComplexTypes.md756### Configuring via dependency injection (recommended)COMMENT
MEDIUMDocs/ComplexTypes.md783### Direct usage without dependency injectionCOMMENT
MEDIUMDocs/Diagnostics.md979### Enabling pcap capture without dependency injectionCOMMENT
MEDIUMStack/Opc.Ua.Core.Diagnostics/NugetREADME.md44### Without dependency injectionCOMMENT
Synthetic Comment Markers5 hits · 38 pts
SeverityFileLineSnippetContext
HIGH…Opc.Ua.SourceGeneration.Core/Schema/UA Model Design.cs4// This code was generated by a tool.COMMENT
HIGH…9CertificateStore/Extensions/Internal/PInvokeHelper.cs34// This code was generated by a tool.COMMENT
HIGHStack/Opc.Ua.Core/Schema/SecuredApplication.cs4// This code was generated by a tool.COMMENT
HIGHStack/Opc.Ua.Types/Schema/UA Type Dictionary.cs4// This code was generated by a tool.COMMENT
HIGHStack/Opc.Ua.Types/Schema/UANodeSet.cs4// This code was generated by a tool.COMMENT
Structural Annotation Overuse19 hits · 34 pts
SeverityFileLineSnippetContext
LOWTests/Opc.Ua.Server.Tests/ReferenceServerTest.cs1285 // Step 1: Create a subscriptionCOMMENT
LOWTests/Opc.Ua.Server.Tests/ReferenceServerTest.cs1367 // Step 2: Write a new value to a semantic property (EngineeringUnits)COMMENT
LOWTests/Opc.Ua.Server.Tests/ReferenceServerTest.cs1396 // Step 3: Issue publish to receive DataChangeNotification and SemanticChangeEventCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs57 // Step 1: Decode from XML fixtureCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs64 // Step 2: Verify decoded fieldsCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs67 // Step 3: Encode back to XMLCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs71 // Step 4: Re-parse encoded XMLCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs78 // Step 5: Verify re-parsed matches originalCOMMENT
LOW…ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs396 // Step 1: compile with only FirstTypeSTRING
LOW…ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs426 // Step 2: add SecondType and re-run the same driver (incremental)STRING
LOWDocs/Certificates.md202##### Step 1: InitializationCOMMENT
LOWDocs/Certificates.md216##### Step 2: Iterative Chain Building LoopCOMMENT
LOWDocs/Certificates.md280##### Step 3: Issuer Matching AlgorithmCOMMENT
LOWDocs/Certificates.md333##### Step 4: Certificate Revocation List (CRL) CheckingCOMMENT
LOWStack/Opc.Ua.Types/State/readme.md281// Step 1: Create the nodeCOMMENT
LOWStack/Opc.Ua.Types/State/readme.md284// Step 2: Initialize the node (REQUIRED before use)COMMENT
LOWStack/Opc.Ua.Types/State/readme.md287// Step 3: Set attributesCOMMENT
LOWStack/Opc.Ua.Types/State/readme.md296// Step 4: Create and assign node IDsCOMMENT
LOWStack/Opc.Ua.Types/State/readme.md300// Step 5: Add to parentCOMMENT
Verbosity Indicators10 hits · 17 pts
SeverityFileLineSnippetContext
LOWTests/Opc.Ua.Server.Tests/ReferenceServerTest.cs1285 // Step 1: Create a subscriptionCOMMENT
LOWTests/Opc.Ua.Server.Tests/ReferenceServerTest.cs1367 // Step 2: Write a new value to a semantic property (EngineeringUnits)COMMENT
LOWTests/Opc.Ua.Server.Tests/ReferenceServerTest.cs1396 // Step 3: Issue publish to receive DataChangeNotification and SemanticChangeEventCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs57 // Step 1: Decode from XML fixtureCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs64 // Step 2: Verify decoded fieldsCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs67 // Step 3: Encode back to XMLCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs71 // Step 4: Re-parse encoded XMLCOMMENT
LOW…sts/Opc.Ua.Gds.Tests/GdsConfigurationRoundTripTests.cs78 // Step 5: Verify re-parsed matches originalCOMMENT
LOW…ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs396 // Step 1: compile with only FirstTypeSTRING
LOW…ts/Opc.Ua.SourceGeneration.Tests/TypeGeneratorTests.cs426 // Step 2: add SecondType and re-run the same driver (incremental)STRING
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUM….Ua.SourceGeneration.Core.Tests/Schema/ServiceTests.cs264 /// Verifies robust handling of various special character inputs.COMMENT
MEDIUM…Opc.Ua.Subscriptions.Classic.Tests/SubscriptionTest.cs606 // make the test robust to CI scheduling jitter while stillCOMMENT
MEDIUM…aries/Opc.Ua.PubSub/Redundancy/PubSubRedundancyMode.cs65 /// sequence/keep-alive state so take-over is seamless.COMMENT
MEDIUM…nt/AliasNames/PubSub/AliasNamePubSubRefreshStrategy.cs148 // dropping the namespace prefix is the simplest robust path.COMMENT
MEDIUM…ons/MinimalBoilerServer/BoilerNodeManager.Configure.cs113 // (5) TypeDefinitionId addressing — robust for well-knownCOMMENT
Fake / Example Data5 hits · 5 pts
SeverityFileLineSnippetContext
LOWTools/Opc.Ua.SourceGeneration.Core/Schema/readme.md1154 "Author": "John Doe",CODE
LOWTests/Opc.Ua.Di.Tests/DeviceBuilderTests.cs135 id.Manufacturer = new LocalizedText("Acme Corp");CODE
LOWTests/Opc.Ua.Di.Tests/DeviceBuilderTests.cs142 Assert.That(builder.Device.Manufacturer!.Value.Text, Is.EqualTo("Acme Corp"));CODE
LOW…s/PumpDeviceIntegrationServer/SoftwarePackageSeeder.cs56 Vendor: "Acme Corp",CODE
LOW…s/PumpDeviceIntegrationServer/SoftwarePackageSeeder.cs68 Vendor: "Acme Corp",CODE
Slop Phrases1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMappveyor.yml5# you can use {branch} name in version format tooCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWTests/codecoverage.sh17# Display result in browser (mac OS)COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…pc.Ua.Server/Configuration/ConfigurationNodeManager.cs3633 // TODO: implement a transport-levelCOMMENT
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…pc.Ua.Bindings.Https.WebApi.Tests/WebApiClientTests.cs581 private sealed class FixedResponseHandler : HttpMessageHandlerCODE