Quartz Enterprise Scheduler .NET
This report presents the forensic synthetic code analysis of quartznet/quartznet, a C# project with 7,054 GitHub stars. SynthScan v2.0 examined 265,808 lines of code across 1253 source files, recording 900 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 4.1 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).
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.
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 900 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| 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/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/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 | …re/AspNetCore/HealthChecks/QuartzHealthCheckOptions.cs | 1 | using Microsoft.Extensions.Diagnostics.HealthChecks; | COMMENT |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 21 | COMMENT | |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 81 | /// Should be present when TriggerType is CalendarIntervalTrigger or DailyTimeIntervalTrigger | COMMENT |
| LOW | …/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs | 101 | /// Should be present when TriggerType is CronTrigger | COMMENT |
| LOW | src/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs | 401 | /// <summary> | COMMENT |
| LOW | src/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs | 421 | /// Create a <see cref="SimpleTriggerImpl" /> that will occur at the given time, | COMMENT |
| LOW | src/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs | 441 | : base(name, group, TimeProvider.System) | COMMENT |
| LOW | src/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs | 621 | /// was created. | COMMENT |
| LOW | src/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs | 841 | /// compute its first fire time, based on any associated calendar. | COMMENT |
| LOW | src/Quartz.Benchmark/QuartSchedulerBenchmark.cs | 1 | using BenchmarkDotNet.Attributes; | COMMENT |
| LOW | src/Quartz.Benchmark/KeyBenchmark.cs | 261 | } | COMMENT |
| LOW | src/Quartz.Extensions.Redis/RedisSemaphore.cs | 41 | /// deadlocks or performance issues under heavy scheduling load. | COMMENT |
| LOW | src/Quartz.Extensions.Redis/RedisSemaphore.cs | 81 | /// <remarks> | COMMENT |
| LOW | src/Quartz.Extensions.Redis/RedisSemaphore.cs | 121 | set | COMMENT |
| LOW | …sions.Redis/RedisLockHandlerConfigurationExtensions.cs | 1 | using Quartz.Impl; | COMMENT |
| LOW | …sions.Redis/RedisLockHandlerConfigurationExtensions.cs | 61 | /// <summary> | COMMENT |
| LOW | …sions.Redis/RedisLockHandlerConfigurationExtensions.cs | 81 | COMMENT | |
| LOW | …unJobsByPriorityWithTriggersPriority/TriggerEchoJob.cs | 21 | COMMENT | |
| LOW | …iority/RunJobsByPriorityWithTriggersPriorityExample.cs | 41 | COMMENT | |
| LOW | …Quartz.Examples/16_RunningAsynchronousJobs/AsyncJob.cs | 21 | COMMENT | |
| LOW | …ples/07_InterrupInProgressJobs/DumbInterruptableJob.cs | 21 | COMMENT | |
| LOW | …mples/09_TriggeringAJobUsingJobListeners/SimpleJob1.cs | 21 | COMMENT | |
| LOW | …amples/12_RemoteClientServerJobScheduling/SimpleJob.cs | 21 | COMMENT | |
| LOW | …ons/SchedulingJobsSettingMisfireInstructionsExample.cs | 21 | COMMENT | |
| LOW | …ons/SchedulingJobsSettingMisfireInstructionsExample.cs | 41 | /// set to <see cref="MisfireInstruction.SimpleTrigger.RescheduleNowWithExistingRepeatCount" />, | COMMENT |
| LOW | …steringJobsExecution/ClusteringJobsExecutionExample.cs | 21 | COMMENT | |
| LOW | …steringJobsExecution/ClusteringJobsExecutionExample.cs | 41 | /// have some data lingering in it from other tests), since mixing data from a | COMMENT |
| LOW | …3_ClusteringJobsExecution/SimpleRecoveryStatefulJob.cs | 21 | COMMENT | |
| LOW | …3_SchedulingCapabilitiesUsingCronTriggers/SimpleJob.cs | 21 | COMMENT | |
| LOW | src/Quartz.Examples/01_SimpleJobScheduler/HelloJob.cs | 21 | COMMENT | |
| LOW | …gureJobSchedulingByUsingXmlConfigurations/SimpleJob.cs | 1 | namespace Quartz.Examples.Example15; | COMMENT |
| LOW | …es/10_RunningJobsByPlugInXmlConfiguration/SimpleJob.cs | 21 | COMMENT | |
| LOW | …artz.Examples/11_RunningLargeNumberOfJobs/SimpleJob.cs | 21 | COMMENT | |
| LOW | …c/Quartz.Examples/06_JobExecutionExceptions/BadJob2.cs | 21 | COMMENT | |
| LOW | …mples/08_ExcludeTimePeriodsUsingCalendars/SimpleJob.cs | 21 | COMMENT | |
| LOW | …SchedulingCapabilitiesUsingSimpleTriggers/SimpleJob.cs | 21 | COMMENT | |
| LOW | src/Quartz.Jobs/SPI/IDirectoryProvider.cs | 1 | using Quartz.Job; | COMMENT |
| LOW | src/Quartz.Jobs/Job/IDirectoryScanListener.cs | 1 | namespace Quartz.Job; | COMMENT |
| LOW | src/Quartz.Jobs/Job/IDirectoryScanListener.cs | 21 | /// </description> | COMMENT |
| LOW | src/Quartz.Jobs/Job/NativeJob.cs | 41 | /// </example> | COMMENT |
| LOW | src/Quartz.Jobs/Job/NativeJob.cs | 61 | public const string PropertyParameters = "parameters"; | COMMENT |
| LOW | src/Quartz.Jobs/Job/NativeJob.cs | 81 | COMMENT | |
| LOW | src/Quartz.Jobs/Job/NativeJob.cs | 101 | { | COMMENT |
| LOW | src/Quartz.Jobs/Job/DirectoryScanJob.cs | 21 | /// <item> | COMMENT |
| LOW | src/Quartz.Jobs/Job/DirectoryScanJob.cs | 41 | ///<see cref="JobDataMap"/> key with which to specify the directory to be | COMMENT |
| LOW | src/Quartz.Jobs/Job/DirectoryScanJob.cs | 61 | /// passed since the file's last modified time in order to consider the file | COMMENT |
| LOW | src/Quartz.Jobs/Job/IFileScanListener.cs | 21 | COMMENT | |
| LOW | src/Quartz.Jobs/Job/NoOpJob.cs | 21 | COMMENT | |
| LOW | src/Quartz.Jobs/Job/FileScanJob.cs | 21 | COMMENT | |
| LOW | src/Quartz.Jobs/Job/FileScanJob.cs | 41 | /// JobDataMap key with which to specify the name of the file to monitor. | COMMENT |
| 762 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …cs/documentation/quartz-4.x/configuration/reference.md | 565 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-4.x/configuration/reference.md | 567 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-4.x/configuration/reference.md | 572 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-4.x/configuration/reference.md | 574 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-4.x/configuration/reference.md | 580 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-4.x/configuration/reference.md | 582 | #============================================================================ | COMMENT |
| MEDIUM | …cs/documentation/quartz-4.x/configuration/reference.md | 595 | #============================================================================ | COMMENT |
| MEDIUM | …cs/documentation/quartz-4.x/configuration/reference.md | 597 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 564 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 566 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 571 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 573 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 579 | #============================================================================ | COMMENT |
| MEDIUM⚡ | …cs/documentation/quartz-3.x/configuration/reference.md | 581 | #============================================================================ | COMMENT |
| MEDIUM | …cs/documentation/quartz-3.x/configuration/reference.md | 594 | #============================================================================ | COMMENT |
| MEDIUM | …cs/documentation/quartz-3.x/configuration/reference.md | 596 | #============================================================================ | 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/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/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 |
| HIGH | src/Quartz/Xml/job_scheduling_data_2_0.cs | 3 | // This code was generated by a tool. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/Quartz.Tests.Unit/SchedulerTest.cs | 403 | var formatter = new System.Runtime.Serialization.Formatters.Binary.BinaryFormatter(); | CODE |
| CRITICAL | …mples.AspNetCore/wwwroot/lib/jquery/jquery.slim.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | ….Examples.AspNetCore/wwwroot/lib/jquery/jquery.slim.js | 7181 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { | CODE |
| CRITICAL | …z.Examples.AspNetCore/wwwroot/lib/jquery/jquery.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | …uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js | 7975 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { | CODE |
| 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 | …uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js | 8878 | function addToPrefiltersOrTransports( structure ) { | CODE |
| LOW | …uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js | 8912 | function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { | CODE |
| LOW | src/Quartz/Xml/XMLSchedulingDataProcessor.cs | 60 | public class XMLSchedulingDataProcessor | CODE |
| LOW | …rtz.Plugins/Plugin/Json/JsonSchedulingDataProcessor.cs | 40 | internal sealed class JsonSchedulingDataProcessor : XMLSchedulingDataProcessor | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | ….Examples.AspNetCore/wwwroot/lib/jquery/jquery.slim.js | 8566 | // understands anonymous AMD modules. A named AMD is safest and most robust | COMMENT |
| MEDIUM | …uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js | 10665 | // understands anonymous AMD modules. A named AMD is safest and most robust | COMMENT |
| MEDIUM | src/Quartz/CronExpression.cs | 125 | /// the value to start with. Essentially, for each field in the expression, there | 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 | src/Quartz/Impl/DirectSchedulerFactory.cs | 40 | /// // don't forget to start the scheduler: | COMMENT |
| LOW | src/Quartz/Impl/DirectSchedulerFactory.cs | 62 | /// // don't forget to start the scheduler: | 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 | 67 | ### Via dependency injection | COMMENT |
| MEDIUM | …/documentation/quartz-3.x/tutorial/execution-groups.md | 60 | ### Via dependency injection | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …re/wwwroot/lib/jquery-validation/additional-methods.js | 314 | // Step 1 - using first Check Number: | COMMENT |
| LOW | …re/wwwroot/lib/jquery-validation/additional-methods.js | 465 | // Step 1 - using first Check Number: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ….Examples.AspNetCore/wwwroot/lib/jquery/jquery.slim.js | 4139 | function getData( data ) { | CODE |
| LOW | …uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js | 4139 | function getData( data ) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/Quartz/CronExpression.cs | 2542 | // TODO: implement QUARTZ-423 | COMMENT |