Repository Analysis

quartznet/quartznet

Quartz Enterprise Scheduler .NET

4.1 Likely human-written View on GitHub

Analysis Overview

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

4.1
Adjusted Score
4.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
7.1K
Stars
C#
Language
265.8K
Lines of Code
1.3K
Files
900
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 5HIGH 11MEDIUM 42LOW 842

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

Over-Commented Block822 hits · 792 pts
SeverityFileLineSnippetContext
LOW.github/workflows/pr-integration-redis.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-postgres.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-mysql.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-sqlite.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-basic.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-tests-unit.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-oracle.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-sqlserver.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/pr-integration-firebird.yml1# ------------------------------------------------------------------------------COMMENT
LOW.github/workflows/build.yml1# ------------------------------------------------------------------------------COMMENT
LOW…re/AspNetCore/HealthChecks/QuartzHealthCheckOptions.cs1using Microsoft.Extensions.Diagnostics.HealthChecks;COMMENT
LOW…/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs21COMMENT
LOW…/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs81 /// Should be present when TriggerType is CalendarIntervalTrigger or DailyTimeIntervalTriggerCOMMENT
LOW…/Quartz.AspNetCore/AspNetCore/HttpApi/OpenApi/Types.cs101 /// Should be present when TriggerType is CronTriggerCOMMENT
LOWsrc/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs401 /// <summary>COMMENT
LOWsrc/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs421 /// Create a <see cref="SimpleTriggerImpl" /> that will occur at the given time,COMMENT
LOWsrc/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs441 : base(name, group, TimeProvider.System)COMMENT
LOWsrc/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs621 /// was created.COMMENT
LOWsrc/Quartz.Benchmark/SimpleTriggerImplBenchmark.cs841 /// compute its first fire time, based on any associated calendar.COMMENT
LOWsrc/Quartz.Benchmark/QuartSchedulerBenchmark.cs1using BenchmarkDotNet.Attributes;COMMENT
LOWsrc/Quartz.Benchmark/KeyBenchmark.cs261 }COMMENT
LOWsrc/Quartz.Extensions.Redis/RedisSemaphore.cs41/// deadlocks or performance issues under heavy scheduling load.COMMENT
LOWsrc/Quartz.Extensions.Redis/RedisSemaphore.cs81 /// <remarks>COMMENT
LOWsrc/Quartz.Extensions.Redis/RedisSemaphore.cs121 setCOMMENT
LOW…sions.Redis/RedisLockHandlerConfigurationExtensions.cs1using Quartz.Impl;COMMENT
LOW…sions.Redis/RedisLockHandlerConfigurationExtensions.cs61/// <summary>COMMENT
LOW…sions.Redis/RedisLockHandlerConfigurationExtensions.cs81COMMENT
LOW…unJobsByPriorityWithTriggersPriority/TriggerEchoJob.cs21COMMENT
LOW…iority/RunJobsByPriorityWithTriggersPriorityExample.cs41COMMENT
LOW…Quartz.Examples/16_RunningAsynchronousJobs/AsyncJob.cs21COMMENT
LOW…ples/07_InterrupInProgressJobs/DumbInterruptableJob.cs21COMMENT
LOW…mples/09_TriggeringAJobUsingJobListeners/SimpleJob1.cs21COMMENT
LOW…amples/12_RemoteClientServerJobScheduling/SimpleJob.cs21COMMENT
LOW…ons/SchedulingJobsSettingMisfireInstructionsExample.cs21COMMENT
LOW…ons/SchedulingJobsSettingMisfireInstructionsExample.cs41/// set to <see cref="MisfireInstruction.SimpleTrigger.RescheduleNowWithExistingRepeatCount" />,COMMENT
LOW…steringJobsExecution/ClusteringJobsExecutionExample.cs21COMMENT
LOW…steringJobsExecution/ClusteringJobsExecutionExample.cs41/// have some data lingering in it from other tests), since mixing data from aCOMMENT
LOW…3_ClusteringJobsExecution/SimpleRecoveryStatefulJob.cs21COMMENT
LOW…3_SchedulingCapabilitiesUsingCronTriggers/SimpleJob.cs21COMMENT
LOWsrc/Quartz.Examples/01_SimpleJobScheduler/HelloJob.cs21COMMENT
LOW…gureJobSchedulingByUsingXmlConfigurations/SimpleJob.cs1namespace Quartz.Examples.Example15;COMMENT
LOW…es/10_RunningJobsByPlugInXmlConfiguration/SimpleJob.cs21COMMENT
LOW…artz.Examples/11_RunningLargeNumberOfJobs/SimpleJob.cs21COMMENT
LOW…c/Quartz.Examples/06_JobExecutionExceptions/BadJob2.cs21COMMENT
LOW…mples/08_ExcludeTimePeriodsUsingCalendars/SimpleJob.cs21COMMENT
LOW…SchedulingCapabilitiesUsingSimpleTriggers/SimpleJob.cs21COMMENT
LOWsrc/Quartz.Jobs/SPI/IDirectoryProvider.cs1using Quartz.Job;COMMENT
LOWsrc/Quartz.Jobs/Job/IDirectoryScanListener.cs1namespace Quartz.Job;COMMENT
LOWsrc/Quartz.Jobs/Job/IDirectoryScanListener.cs21/// </description>COMMENT
LOWsrc/Quartz.Jobs/Job/NativeJob.cs41/// </example>COMMENT
LOWsrc/Quartz.Jobs/Job/NativeJob.cs61 public const string PropertyParameters = "parameters";COMMENT
LOWsrc/Quartz.Jobs/Job/NativeJob.cs81COMMENT
LOWsrc/Quartz.Jobs/Job/NativeJob.cs101 {COMMENT
LOWsrc/Quartz.Jobs/Job/DirectoryScanJob.cs21/// <item>COMMENT
LOWsrc/Quartz.Jobs/Job/DirectoryScanJob.cs41 ///<see cref="JobDataMap"/> key with which to specify the directory to beCOMMENT
LOWsrc/Quartz.Jobs/Job/DirectoryScanJob.cs61 /// passed since the file's last modified time in order to consider the fileCOMMENT
LOWsrc/Quartz.Jobs/Job/IFileScanListener.cs21COMMENT
LOWsrc/Quartz.Jobs/Job/NoOpJob.cs21COMMENT
LOWsrc/Quartz.Jobs/Job/FileScanJob.cs21COMMENT
LOWsrc/Quartz.Jobs/Job/FileScanJob.cs41 /// JobDataMap key with which to specify the name of the file to monitor.COMMENT
762 more matches not shown…
Decorative Section Separators36 hits · 126 pts
SeverityFileLineSnippetContext
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md565#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md567#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md572#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md574#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md580#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md582#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md595#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-4.x/configuration/reference.md597#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md564#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md566#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md571#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md573#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md579#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md581#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md594#============================================================================COMMENT
MEDIUM…cs/documentation/quartz-3.x/configuration/reference.md596#============================================================================COMMENT
MEDIUM.github/workflows/pr-integration-redis.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-redis.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-postgres.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-postgres.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-mysql.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-mysql.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-sqlite.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-sqlite.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-basic.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-basic.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-tests-unit.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-tests-unit.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-oracle.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-oracle.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-sqlserver.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-sqlserver.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-firebird.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/pr-integration-firebird.yml15# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/build.yml1# ------------------------------------------------------------------------------COMMENT
MEDIUM.github/workflows/build.yml15# ------------------------------------------------------------------------------COMMENT
Synthetic Comment Markers11 hits · 82 pts
SeverityFileLineSnippetContext
HIGH.github/workflows/pr-integration-redis.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-postgres.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-mysql.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-sqlite.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-basic.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-tests-unit.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-oracle.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-sqlserver.yml4# This code was generated.COMMENT
HIGH.github/workflows/pr-integration-firebird.yml4# This code was generated.COMMENT
HIGH.github/workflows/build.yml4# This code was generated.COMMENT
HIGHsrc/Quartz/Xml/job_scheduling_data_2_0.cs3// This code was generated by a tool.COMMENT
Hallucination Indicators5 hits · 50 pts
SeverityFileLineSnippetContext
CRITICALsrc/Quartz.Tests.Unit/SchedulerTest.cs403 var formatter = new System.Runtime.Serialization.Formatters.Binary.BinaryFormatter();CODE
CRITICAL…mples.AspNetCore/wwwroot/lib/jquery/jquery.slim.min.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL….Examples.AspNetCore/wwwroot/lib/jquery/jquery.slim.js7181jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) {CODE
CRITICAL…z.Examples.AspNetCore/wwwroot/lib/jquery/jquery.min.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL…uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js7975jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) {CODE
Hyper-Verbose Identifiers12 hits · 12 pts
SeverityFileLineSnippetContext
LOW…pNetCore/wwwroot/lib/bootstrap/js/bootstrap.esm.min.js6import*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.js349function bootstrapDelegationHandler(element, selector, fn) {CODE
LOW…spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js353 function bootstrapDelegationHandler(element, selector, fn) {CODE
LOW…spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js2384 function getOppositeVariationPlacement(placement) {CODE
LOW…spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js2519 function getInnerBoundingClientRect(element, strategy) {CODE
LOW…spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js2532 function getClientRectFromMixedType(element, clippingParent, strategy) {CODE
LOW…spNetCore/wwwroot/lib/bootstrap/js/bootstrap.bundle.js2736 function getExpandedFallbackPlacements(placement) {CODE
LOW…mples.AspNetCore/wwwroot/lib/bootstrap/js/bootstrap.js372 function bootstrapDelegationHandler(element, selector, fn) {CODE
LOW…uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js8878function addToPrefiltersOrTransports( structure ) {CODE
LOW…uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js8912function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {CODE
LOWsrc/Quartz/Xml/XMLSchedulingDataProcessor.cs60public class XMLSchedulingDataProcessorCODE
LOW…rtz.Plugins/Plugin/Json/JsonSchedulingDataProcessor.cs40internal sealed class JsonSchedulingDataProcessor : XMLSchedulingDataProcessorCODE
AI Slop Vocabulary3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUM….Examples.AspNetCore/wwwroot/lib/jquery/jquery.slim.js8566// understands anonymous AMD modules. A named AMD is safest and most robustCOMMENT
MEDIUM…uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js10665// understands anonymous AMD modules. A named AMD is safest and most robustCOMMENT
MEDIUMsrc/Quartz/CronExpression.cs125/// the value to start with. Essentially, for each field in the expression, thereCOMMENT
Slop Phrases4 hits · 8 pts
SeverityFileLineSnippetContext
LOWdatabase/tables/tables_mysql_innodb.sql5# make sure you have UTF-8 collaction for best .NET interoperabilityCOMMENT
LOWsrc/Quartz/Impl/DirectSchedulerFactory.cs40/// // don't forget to start the scheduler:COMMENT
LOWsrc/Quartz/Impl/DirectSchedulerFactory.cs62/// // don't forget to start the scheduler:COMMENT
MEDIUMsrc/Quartz.Server/SampleJob.cs8/// A sample job that just prints info on console for demonstration purposes.COMMENT
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…/documentation/quartz-4.x/tutorial/execution-groups.md67### Via dependency injectionCOMMENT
MEDIUM…/documentation/quartz-3.x/tutorial/execution-groups.md60### Via dependency injectionCOMMENT
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…re/wwwroot/lib/jquery-validation/additional-methods.js314 // Step 1 - using first Check Number:COMMENT
LOW…re/wwwroot/lib/jquery-validation/additional-methods.js465 // Step 1 - using first Check Number:COMMENT
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOW….Examples.AspNetCore/wwwroot/lib/jquery/jquery.slim.js4139function getData( data ) {CODE
LOW…uartz.Examples.AspNetCore/wwwroot/lib/jquery/jquery.js4139function getData( data ) {CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/Quartz/CronExpression.cs2542 // TODO: implement QUARTZ-423COMMENT