Quartz Enterprise Scheduler .NET
This report presents the forensic synthetic code analysis of quartznet/quartznet, a C# project with 7,069 GitHub stars. SynthScan v2.0 examined 376,131 lines of code across 1670 source files, recording 1738 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 4.9 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
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.
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.
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.
The scanner identified 1738 distinct pattern matches across 7 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/pr-integration-redis.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-postgres.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/publish.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-mysql.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-sqlite.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-basic.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/sonar.yml | 1 | # Hand-written rather than generated from build/Build.CI.GitHubActions.cs: an analysis wraps the build | COMMENT |
| LOW | .github/workflows/sonar.yml | 81 | # carrying no coverage data at all and fails the new-code coverage condition by itself. It | COMMENT |
| LOW | .github/workflows/sonar.yml | 101 | # | COMMENT |
| LOW | .github/workflows/pr-tests-unit.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-oracle.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-sqlserver.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/pr-integration-firebird.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | .github/workflows/build.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| LOW | ….AspNetCore/QuartzAspNetCoreConfigurationExtensions.cs | 21 | /// </summary> | COMMENT |
| LOW | ….AspNetCore/QuartzAspNetCoreConfigurationExtensions.cs | 41 | /// Registers a health check for the scheduler this builder configures. | COMMENT |
| LOW | ….AspNetCore/QuartzAspNetCoreConfigurationExtensions.cs | 141 | } | COMMENT |
| LOW | ….AspNetCore/QuartzAspNetCoreConfigurationExtensions.cs | 201 | /// Maps the Quartz HTTP API endpoints under the path | COMMENT |
| LOW | src/Quartz.AspNetCore/TrimAnalysisBaseline.cs | 21 | COMMENT | |
| LOW | src/Quartz.AspNetCore/TrimAnalysisBaseline.cs | 41 | // compiler write that code instead, and it intercepts all 57 call sites — the csproj says how that | COMMENT |
| LOW | src/Quartz.AspNetCore/TrimAnalysisBaseline.cs | 61 | // --- A job type named in a request body ----------------------------------------------------------------- | COMMENT |
| LOW | src/Quartz.AspNetCore/SchedulerResource.cs | 21 | COMMENT | |
| LOW | …re/AspNetCore/HealthChecks/QuartzHealthCheckOptions.cs | 1 | using Microsoft.Extensions.Diagnostics.HealthChecks; | COMMENT |
| LOW | …re/AspNetCore/HealthChecks/QuartzHealthCheckOptions.cs | 21 | COMMENT | |
| LOW | ….AspNetCore/AspNetCore/HttpApi/QuartzHttpApiOptions.cs | 41 | COMMENT | |
| LOW | ….AspNetCore/AspNetCore/HttpApi/QuartzHttpApiOptions.cs | 61 | /// to every scheduler. | COMMENT |
| LOW | ….AspNetCore/AspNetCore/HttpApi/QuartzHttpApiOptions.cs | 81 | /// <summary> | COMMENT |
| LOW | …ore/AspNetCore/HttpApi/Endpoints/SchedulerEndpoints.cs | 61 | /// </summary> | COMMENT |
| LOW | …Core/AspNetCore/HttpApi/Util/SchedulerAuthorization.cs | 21 | /// </remarks> | COMMENT |
| LOW | …pNetCore/AspNetCore/HttpApi/Util/RequestedJobDetail.cs | 21 | COMMENT | |
| LOW | …AspNetCore/AspNetCore/HttpApi/Util/ExceptionHandler.cs | 21 | /// <summary> | COMMENT |
| LOW | …uartz.AspNetCore/AspNetCore/HttpApi/Util/HttpApiLog.cs | 21 | COMMENT | |
| LOW | …z.AspNetCore/AspNetCore/HttpApi/Util/EndpointHelper.cs | 21 | /// parameter, so writing a response through it costs no registration and no extra lookup. | COMMENT |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 21 | /// <summary> | COMMENT |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 41 | /// </summary> | COMMENT |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 101 | /// </summary> | COMMENT |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 121 | COMMENT | |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 141 | COMMENT | |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 161 | COMMENT | |
| LOW | …pClient/QuartzHttpClientServiceCollectionExtensions.cs | 41 | /// <c>GetRequiredKeyedService<IScheduler>("reporting")</c> and | COMMENT |
| LOW | …pClient/QuartzHttpClientServiceCollectionExtensions.cs | 141 | // that property costs a request, and one registration is one remote scheduler, so the name | COMMENT |
| LOW | src/Quartz.HttpClient/TrimAnalysisBaseline.cs | 21 | COMMENT | |
| LOW | src/Quartz.HttpClient/TrimAnalysisBaseline.cs | 41 | // JsonTypeInfo, which binds the overloads that carry neither attribute. Nothing about the bytes on the | COMMENT |
| LOW | src/Quartz.HttpClient/HttpScheduler.cs | 81 | /// The remote scheduler's lifecycle state, read over the network. | COMMENT |
| LOW | src/Quartz.HttpClient/HttpScheduler.cs | 201 | return httpClient.Post($"{SchedulerEndpointUrl()}/standby", jsonSerializerOptions, cancellationToken); | COMMENT |
| LOW | src/Quartz.HttpClient/HttpClientExtensions.cs | 41 | /// <c>ConfigureWireFormat</c> puts in front of whatever resolver the options already had — states all | COMMENT |
| LOW | src/Quartz.HttpClient/HttpClientOptions.cs | 41 | /// reach for: the factory pools and recycles handlers, which is what keeps a long-lived client from | COMMENT |
| LOW | src/Quartz.HttpClient/HttpClientOptions.cs | 61 | /// </remarks> | COMMENT |
| LOW | …c/Quartz.Benchmark/TriggerAcquisitionRoundBenchmark.cs | 1 | using BenchmarkDotNet.Attributes; | COMMENT |
| LOW | …c/Quartz.Benchmark/TriggerAcquisitionRoundBenchmark.cs | 21 | /// <c>InsertFiredTriggers</c> that goes out as a single <see cref="System.Data.Common.DbBatch" />. | COMMENT |
| LOW | …Quartz.Benchmark/TriggerAcquisitionAttemptBenchmark.cs | 1 | using BenchmarkDotNet.Attributes; | COMMENT |
| LOW | …Quartz.Benchmark/TriggerAcquisitionAttemptBenchmark.cs | 21 | /// </para> | COMMENT |
| LOW | src/Quartz.Benchmark/AdoDynamicStatementBenchmark.cs | 1 | using System.Data.Common; | COMMENT |
| LOW | src/Quartz.Benchmark/AdoDynamicStatementBenchmark.cs | 21 | /// </para> | COMMENT |
| LOW | src/Quartz.Benchmark/TriggerFirePathBenchmark.cs | 21 | /// <remarks> | COMMENT |
| LOW | src/Quartz.Benchmark/AcquisitionIndexBenchmark.cs | 21 | /// </remarks> | COMMENT |
| LOW | src/Quartz.Benchmark/AcquisitionIndexBenchmark.cs | 41 | /// </summary> | COMMENT |
| LOW | src/Quartz.Benchmark/AcquisitionIndexBenchmark.cs | 61 | /// </para> | COMMENT |
| LOW | src/Quartz.Benchmark/AcquisitionIndexBenchmark.cs | 81 | /// a round trip that did not move because the plan did not change is a different finding from one that | COMMENT |
| LOW | src/Quartz.Benchmark/AcquisitionIndexBenchmark.cs | 101 | /// </para> | COMMENT |
| 1619 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 582 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 584 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 589 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 591 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 597 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 599 | #============================================================================ | COMMENT |
| MEDIUM | …cs/documentation/quartz-3.x/configuration/reference.md | 612 | #============================================================================ | COMMENT |
| MEDIUM | …cs/documentation/quartz-3.x/configuration/reference.md | 614 | #============================================================================ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-redis.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-redis.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-postgres.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-postgres.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/publish.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/publish.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-mysql.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-mysql.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-sqlite.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-sqlite.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-basic.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-basic.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-tests-unit.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-tests-unit.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-oracle.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-oracle.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-sqlserver.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-sqlserver.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-firebird.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/pr-integration-firebird.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/build.yml | 1 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/build.yml | 15 | # ------------------------------------------------------------------------------ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | .github/workflows/pr-integration-redis.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-postgres.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/publish.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-mysql.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-sqlite.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-basic.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-tests-unit.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-oracle.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-sqlserver.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/pr-integration-firebird.yml | 4 | # This code was generated. | COMMENT |
| HIGH | .github/workflows/build.yml | 4 | # This code was generated. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …pNetCore/wwwroot/lib/bootstrap/js/bootstrap.esm.min.js | 6 | import*as Popper from"@popperjs/core";const elementMap=new Map,Data={set(e,t,n){elementMap.has(e)||elementMap.set(e,new | CODE |
| LOW | …s.AspNetCore/wwwroot/lib/bootstrap/js/bootstrap.esm.js | 349 | function bootstrapDelegationHandler(element, selector, fn) { | CODE |
| LOW | …spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js | 353 | function bootstrapDelegationHandler(element, selector, fn) { | CODE |
| LOW | …spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js | 2384 | function getOppositeVariationPlacement(placement) { | CODE |
| LOW | …spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js | 2519 | function getInnerBoundingClientRect(element, strategy) { | CODE |
| LOW | …spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js | 2532 | function getClientRectFromMixedType(element, clippingParent, strategy) { | CODE |
| LOW | …spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js | 2736 | function getExpandedFallbackPlacements(placement) { | CODE |
| LOW | …mples.AspNetCore/wwwroot/lib/bootstrap/js/bootstrap.js | 372 | function bootstrapDelegationHandler(element, selector, fn) { | CODE |
| LOW | src/Quartz/Xml/XmlSchedulingDataProcessor.cs | 57 | internal class XmlSchedulingDataProcessor | CODE |
| LOW | …tz.Plugins/Plugins/Json/JsonSchedulingDataProcessor.cs | 40 | internal sealed class JsonSchedulingDataProcessor : XmlSchedulingDataProcessor | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/sonar.yml | 87 | # render one. #3363 added the bUnit harness — src/Quartz.Tests.AspNetCore/Dashboard/ | COMMENT |
| MEDIUM | src/Quartz/CronExpression.cs | 126 | /// the value to start with. Essentially, for each field in the expression, there | COMMENT |
| MEDIUM | src/Quartz/Impl/Recurrence/RecurrenceRule.cs | 812 | // the shift this way is robust for transition deltas that are not whole hours and for | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | database/tables/tables_mysql_innodb.sql | 5 | # make sure you have UTF-8 collaction for best .NET interoperability | COMMENT |
| LOW | …tegration/SchemaBaselines/3.16/tables_mysql_innodb.sql | 5 | # make sure you have UTF-8 collaction for best .NET interoperability | COMMENT |
| MEDIUM | src/Quartz.Server/SampleJob.cs | 8 | /// A sample job that just prints info on console for demonstration purposes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/documentation/quartz-4.x/tutorial/execution-groups.md | 103 | ### Via dependency injection | COMMENT |
| MEDIUM | …/documentation/quartz-3.x/tutorial/execution-groups.md | 60 | ### Via dependency injection | COMMENT |