Repository Analysis

AxonIQ/AxonFramework

Framework for Evolutionary Message-Driven Microservices on the JVM

5.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of AxonIQ/AxonFramework, a Java project with 3,616 GitHub stars. SynthScan v2.0 examined 397,433 lines of code across 3675 source files, recording 464 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 5.8 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

5.8
Adjusted Score
5.8
Raw Score
100%
Time Factor
2026-08-28
Last Push
3.6K
Stars
Java
Language
397.4K
Lines of Code
3.7K
Files
464
Pattern Hits
2026-08-29
Scan Date
0.05
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 188HIGH 0MEDIUM 53LOW 223

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

Hallucination Indicators188 hits · 1910 pts
SeverityFileLineSnippetContext
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt5Method <org.axonframework.eventsourcing.snapshot.store.tracing.TracingSnapshotStore.load(org.axonframework.messaging.corCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt6Method <org.axonframework.eventsourcing.snapshot.store.tracing.TracingSnapshotStore.store(org.axonframework.messaging.coCODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java103 AvroUtil.fingerprint(org.axonframework.extension.springboot.fixture.avro.test2.ComplCODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java105 ).isEqualTo(org.axonframework.extension.springboot.fixture.avro.test2.ComplexObject.getClassSchema()CODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java129 AvroUtil.fingerprint(org.axonframework.extension.springboot.fixture.avro.test2.ComplCODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java131 ).isEqualTo(org.axonframework.extension.springboot.fixture.avro.test2.ComplexObject.getClassSchema()CODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java150 org.axonframework.extension.springboot.fixture.avro.test2.ComplexObject complexObject = org.axonframCODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java191 org.axonframework.extension.springboot.fixture.avro.test2.ComplexObject complexObject = org.axonframCODE
CRITICAL…t/autoconfig/AvroSchemaStoreAutoConfigurationTest.java202 AvroUtil.fingerprint(org.axonframework.extension.springboot.fixture.avro.test2.ComplexObjectCODE
CRITICAL…o/SpecificRecordBaseClasspathAvroSchemaLoaderTest.java53 expected.add(org.axonframework.extension.spring.conversion.avro.test2.ComplexObject.getClassSchema());CODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt150Method <org.axonframework.common.annotation.AnnotationUtils.collectAttributes(java.lang.annotation.Annotation, java.utilCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt151Method <org.axonframework.common.annotation.AnnotationUtils.findAnnotationAttributesOnType(java.lang.Class, java.lang.ClCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt152Method <org.axonframework.common.annotation.PriorityAnnotationComparator.getPriority(java.lang.reflect.AnnotatedElement)CODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt153Method <org.axonframework.common.caching.AbstractCacheAdapter.doRegisterListener(java.lang.Object)> has return type <orgCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt154Method <org.axonframework.common.caching.AbstractCacheAdapter.registerCacheEntryListener(org.axonframework.common.cachinCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt155Method <org.axonframework.common.caching.AbstractCacheAdapter.registerCacheEntryListener(org.axonframework.common.cachinCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt156Method <org.axonframework.common.caching.AbstractCacheAdapterTest.entryListenerCanBeDeregistered()> calls method <org.axCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt157Method <org.axonframework.common.caching.Cache.registerCacheEntryListener(org.axonframework.common.caching.Cache$EntryLiCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt158Method <org.axonframework.common.caching.EhCacheAdapter.doRegisterListener(java.lang.Object)> has return type <org.axonfCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt159Method <org.axonframework.common.caching.EhCacheAdapter.doRegisterListener(org.ehcache.event.CacheEventListener)> has reCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt160Method <org.axonframework.common.caching.JCacheAdapter.doRegisterListener(java.lang.Object)> has return type <org.axonfrCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt161Method <org.axonframework.common.caching.JCacheAdapter.doRegisterListener(javax.cache.configuration.CacheEntryListenerCoCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt162Method <org.axonframework.common.caching.NoCache.registerCacheEntryListener(org.axonframework.common.caching.Cache$EntryCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt163Method <org.axonframework.common.caching.NoCacheTest.cacheDoesNothing()> calls method <org.axonframework.common.RegistraCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt164Method <org.axonframework.common.caching.WeakReferenceCache.computeIfAbsent(java.lang.Object, java.util.function.SupplieCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt165Method <org.axonframework.common.caching.WeakReferenceCache.containsKey(java.lang.Object)> calls method <org.axonframewoCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt166Method <org.axonframework.common.caching.WeakReferenceCache.get(java.lang.Object)> calls method <org.axonframework.commoCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt167Method <org.axonframework.common.caching.WeakReferenceCache.registerCacheEntryListener(org.axonframework.common.caching.CODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt168Method <org.axonframework.common.caching.WeakReferenceCacheTest.itemPurgedWhenNoLongerReferenced()> calls method <org.axCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt176Method <org.axonframework.common.configuration.ComponentDefinition.ofType(org.axonframework.common.TypeReference)> has gCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt177Method <org.axonframework.common.configuration.ComponentDefinition.ofType(org.axonframework.common.TypeReference)> has pCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt178Method <org.axonframework.common.configuration.ComponentDefinition.ofTypeAndName(org.axonframework.common.TypeReference,CODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt179Method <org.axonframework.common.configuration.ComponentDefinition.ofTypeAndName(org.axonframework.common.TypeReference,CODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt180Method <org.axonframework.common.configuration.Configuration.getComponent(org.axonframework.common.TypeReference)> has gCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt181Method <org.axonframework.common.configuration.Configuration.getComponent(org.axonframework.common.TypeReference)> has pCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt182Method <org.axonframework.common.configuration.Configuration.getComponent(org.axonframework.common.TypeReference, java.lCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt183Method <org.axonframework.common.configuration.Configuration.getComponent(org.axonframework.common.TypeReference, java.lCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt184Method <org.axonframework.common.configuration.Configuration.getOptionalComponent(org.axonframework.common.TypeReferenceCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt185Method <org.axonframework.common.configuration.Configuration.getOptionalComponent(org.axonframework.common.TypeReferenceCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt186Method <org.axonframework.common.configuration.Configuration.getOptionalComponent(org.axonframework.common.TypeReferenceCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt187Method <org.axonframework.common.configuration.Configuration.getOptionalComponent(org.axonframework.common.TypeReferenceCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt188Method <org.axonframework.common.configuration.Configuration.hasComponent(org.axonframework.common.TypeReference)> has gCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt189Method <org.axonframework.common.configuration.Configuration.hasComponent(org.axonframework.common.TypeReference)> has pCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt190Method <org.axonframework.common.configuration.Configuration.hasComponent(org.axonframework.common.TypeReference, java.lCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt191Method <org.axonframework.common.configuration.Configuration.hasComponent(org.axonframework.common.TypeReference, java.lCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt192Method <org.axonframework.common.configuration.ConfigurationExtension.validate()> throws type <org.axonframework.common.CODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt195Method <org.axonframework.common.configuration.DecoratedComponentTest.initializationRegistersLifecycleHandlersOfDecorateCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt196Method <org.axonframework.common.configuration.DecoratorDefinition.forTypeAndName(java.lang.Class, java.lang.String)> caCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt208Method <org.axonframework.common.configuration.DefaultAxonApplication.registerLifecyclePhaseTimeout(long, java.util.concCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt209Method <org.axonframework.common.configuration.DefaultAxonApplicationTest.startupFailsWhenLifecycleHandlerThrowsExceptioCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt215Method <org.axonframework.common.configuration.LifecycleRegistry.onShutdown(int, java.util.function.Consumer)> calls metCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt216Method <org.axonframework.common.configuration.LifecycleRegistry.onStart(int, java.util.function.Consumer)> calls methodCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt217Method <org.axonframework.common.digest.Digester.md5Hex(java.lang.String)> calls constructor <org.axonframework.common.ACODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt218Method <org.axonframework.common.digest.Digester.newInstance(java.lang.String)> calls constructor <org.axonframework.comCODE
CRITICAL…ources/archunit_store/package-hierarchy-violations.txt222Method <org.axonframework.common.lock.PessimisticLockFactory.obtainLock(java.lang.String)> calls method <org.axonframewoCODE
CRITICAL…n/src/test/resources/archunit_store/package-cycles.txt10 - Method <org.axonframework.common.configuration.AbstractComponent.describeTo(org.axonframework.common.infra.ComponeCODE
CRITICAL…n/src/test/resources/archunit_store/package-cycles.txt12 - Method <org.axonframework.common.configuration.Components.describeTo(org.axonframework.common.infra.ComponentDescrCODE
CRITICAL…n/src/test/resources/archunit_store/package-cycles.txt13 - Method <org.axonframework.common.configuration.DecoratedComponent.describeTo(org.axonframework.common.infra.ComponCODE
CRITICAL…n/src/test/resources/archunit_store/package-cycles.txt16 - Method <org.axonframework.common.configuration.DefaultComponentRegistry.describeTo(org.axonframework.common.infra.CODE
CRITICAL…n/src/test/resources/archunit_store/package-cycles.txt18 - Method <org.axonframework.common.configuration.InstantiatedComponentDefinition.describeTo(org.axonframework.commonCODE
128 more matches not shown…
Over-Commented Block203 hits · 197 pts
SeverityFileLineSnippetContext
LOW…java/org/axonframework/springboot/SagaCustomizeIT.java101 return new GenericEventMessage(new MessageType("event"), payload);COMMENT
LOW…java/org/axonframework/springboot/SagaCustomizeIT.java121// Set<String> registeredProcessingGroups = new HashSet<>();COMMENT
LOW…framework/springboot/SagaCustomizeIntegrationTest.java101 return new GenericEventMessage(new MessageType("event"), payload);COMMENT
LOW…framework/springboot/SagaCustomizeIntegrationTest.java121// Set<String> registeredProcessingGroups = new HashSet<>();COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java41 );COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java61// fixture.givenNoPriorActivity()COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java81// .expectAssociationWith("extraIdentifier", extraIdentifier);COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java101// FixtureConfiguration fixture = new SagaTestFixture<>(StubSaga.class)COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java121//COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java141// SagaTestFixture<StubSaga> fixture = new SagaTestFixture<>(StubSaga.class);COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java161// FixtureExecutionResult validator = fixtureCOMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java181// // event schedules a TriggerEvent after 10 minutes from t0COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java201//COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java221// fixture.givenAggregate(identifier).published(new TriggerSagaStartEvent(identifier))COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java241// fixture.setCallbackBehavior(commandHandler);COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java261// SagaTestFixture<StubSaga> fixture = new SagaTestFixture<>(StubSaga.class);COMMENT
LOW…ava/org/axonframework/test/saga/AnnotatedSagaTest.java321// FixtureExecutionResult validator = fixtureCOMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java41 }COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java61// }COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java81//COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java101//COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java121//COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java141//COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java161// .published(START_SAGA_EVENT)COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java181//COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java201// .whenTimeElapses(Duration.ofMinutes(TRIGGER_DURATION_MINUTES + 1));COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java221// @TestCOMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java241// .whenTimeElapses(Duration.ofMinutes(TRIGGER_DURATION_MINUTES + 1));COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java261// @TestCOMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java281// .givenAggregate(AGGREGATE_ID)COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java301// fixtureCOMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java361// public void on(TriggerSagaStartEvent event, @Timestamp Instant timestamp, DeadlineManager deadlineManager) {COMMENT
LOW…/org/axonframework/test/saga/FixtureDeadlinesTest.java381// }COMMENT
LOW…onframework/test/saga/FixtureTest_ScheduledEvents.java41COMMENT
LOW…onframework/test/saga/FixtureTest_ScheduledEvents.java61// .published(new TriggerSagaStartEvent(IDENTIFIER))COMMENT
LOW…onframework/test/saga/FixtureTest_ScheduledEvents.java101COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java41 }COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java61// }COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java81//COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java101//COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java121//COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java141//COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java161// .published(START_SAGA_EVENT)COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java181//COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java201// .whenTimeElapses(Duration.ofMinutes(TRIGGER_DURATION_MINUTES + 1));COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java221// @TestCOMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java241// .whenTimeElapses(Duration.ofMinutes(TRIGGER_DURATION_MINUTES + 1));COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java261// @TestCOMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java281// .givenAggregate(AGGREGATE_ID)COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java301// fixtureCOMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java361// public void on(TriggerSagaStartEvent event, @Timestamp Instant timestamp, DeadlineManager deadlineManager) {COMMENT
LOW…org/axonframework/test/saga/FixtureTest_Deadlines.java381// }COMMENT
LOW…xonframework/test/saga/FixtureScheduledEventsTest.java41COMMENT
LOW…xonframework/test/saga/FixtureScheduledEventsTest.java61// .published(new TriggerSagaStartEvent(IDENTIFIER))COMMENT
LOW…xonframework/test/saga/FixtureScheduledEventsTest.java101COMMENT
LOW…est/saga/FixtureRegisteringMethodEnhancementsTest.java81 return new GenericEventMessage(COMMENT
LOW…st/saga/FixtureTest_RegisteringMethodEnhancements.java81 return new GenericEventMessage(COMMENT
LOW…ramework/test/saga/FixtureExecutionResultImplTest.java21COMMENT
LOW…ramework/test/saga/FixtureExecutionResultImplTest.java41// private InMemorySagaStore sagaStore;COMMENT
LOW…ramework/test/saga/FixtureExecutionResultImplTest.java61//COMMENT
143 more matches not shown…
Decorative Section Separators50 hits · 171 pts
SeverityFileLineSnippetContext
MEDIUM…axonframework/migration/Axon4ToAxon5MessagingTest.java677 // ── MessageDispatchInterceptor moves into messaging.core ────────────────COMMENT
MEDIUM…axonframework/migration/Axon4ToAxon5MessagingTest.java706 // ── ResponseTypes import cleanup (YAML-level RemoveImport backstop) ─────COMMENT
MEDIUM…axonframework/migration/Axon4ToAxon5MessagingTest.java757 // ── EventProcessor lifecycle method rename: shutDown() → shutdown() ─────COMMENT
MEDIUM…work/migration/Axon4ToAxon5QueryResponseTypesTest.java40 // ── Positive cases ───────────────────────────────────────────────────────COMMENT
MEDIUM…work/migration/Axon4ToAxon5QueryResponseTypesTest.java180 // ── Negative cases — fingerprints the per-construct skill needs ──────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml51 # ── Handler annotations moved into `.annotation.*` subpackages ──────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml82 # ── EventBus → EventSink (rename, not just relocation) ──────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml87 # ── Event handling: error handler relocated ─────────────────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml92 # ── Replay / reset annotations relocated under .replay.annotation ───────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml103 # ── Token store relocated under processing.streaming.token.store ────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml109 # ── Sequencing policy moved out of `eventhandling.async` into core ──────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml120 # ── Query gateway moved into its own gateway subpackage ─────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml148 # ── EventProcessor lifecycle method rename: shutDown() → shutdown() ─────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml162 # ── Correlation providers moved under messaging.core.correlation ────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml168 # ── MetaData casing fix and core relocations ────────────────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml182 # ── Top-level messaging API types moved into `core` ─────────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml190 # ── Strip the dropped payload type parameter from message types ─────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-messaging.yml212 # ── Interceptor implementations: signature rewrite, body left alone ─────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-modelling.yml35 # ── Package-prefix move: modelling.command → modelling.entity ───────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-modelling.yml41 # ── Class moves on top of the package rename ────────────────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-modelling.yml55 # ── MetaData → Metadata casing fix in modelling helpers ─────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-modelling.yml60 # ── Annotate aggregate-identifier fields in event classes ───────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-modelling.yml67 # ── Strip AF4-only annotations with no AF5 successor ────────────────────COMMENT
MEDIUM…esources/META-INF/rewrite/axon4-to-axon5-modelling.yml81 # ── Add axon-modelling dep when modelling types are in use ──────────────COMMENT
MEDIUM…rces/META-INF/rewrite/axon4-to-axon5-eventsourcing.yml35 # ── AF4 @CommandHandler constructors → AF5 static handle methods ───────────COMMENT
MEDIUM…rces/META-INF/rewrite/axon4-to-axon5-eventsourcing.yml45 # ── Annotate command and event payload classes with @Command / @Event ──────COMMENT
MEDIUM…rces/META-INF/rewrite/axon4-to-axon5-eventsourcing.yml59 # ── Add axon-eventsourcing dep when eventsourcing types are in use ──────COMMENT
MEDIUM…rces/META-INF/rewrite/axon4-to-axon5-eventsourcing.yml72 # ── Aggregate → Entity source-level rewrites ────────────────────────────COMMENT
MEDIUM…INF/rewrite/axon4-to-axoniq5-distributed-messaging.yml39 # ── DistributedCommandBus ───────────────────────────────────────────────COMMENT
MEDIUM…INF/rewrite/axon4-to-axoniq5-distributed-messaging.yml48 # ── CommandBusConnector ─────────────────────────────────────────────────COMMENT
MEDIUM…c/main/resources/META-INF/rewrite/axon4-to-axoniq5.yml43 # ── 1. Run the free-AF5 migration first ─────────────────────────────────COMMENT
MEDIUM…c/main/resources/META-INF/rewrite/axon4-to-axoniq5.yml49 # ── 3. Commercial-only feature migrations (most foundational first) ─────COMMENT
MEDIUM…c/main/resources/META-INF/rewrite/axon4-to-axoniq5.yml55 # ── 4. Spring family — starter wraps the features above ─────────────────COMMENT
MEDIUM…c/main/resources/META-INF/rewrite/axon4-to-axoniq5.yml58 # ── 5. Testing utilities ────────────────────────────────────────────────COMMENT
MEDIUM…c/main/resources/META-INF/rewrite/axon4-to-axoniq5.yml61 # ── 6. Pin Axoniq commercial artifact versions ──────────────────────────COMMENT
MEDIUM…n/resources/META-INF/rewrite/axon4-to-axon5-common.yml35 # ── Package-prefix move: config → common.configuration ──────────────────COMMENT
MEDIUM…n/resources/META-INF/rewrite/axon4-to-axon5-common.yml41 # ── Class renames on top of the package move ────────────────────────────COMMENT
MEDIUM…n/resources/META-INF/rewrite/axon4-to-axon5-common.yml55 # ── @ProcessingGroup → @Namespace ───────────────────────────────────────COMMENT
MEDIUM…src/main/resources/META-INF/rewrite/axon4-to-axon5.yml37 # ── 1. Java compiler-target bump ────────────────────────────────────────COMMENT
MEDIUM…src/main/resources/META-INF/rewrite/axon4-to-axon5.yml40 # ── 1b. Kotlin language line bump (→ 2.x) ──────────────────────────────COMMENT
MEDIUM…src/main/resources/META-INF/rewrite/axon4-to-axon5.yml49 # ── 2. Spring Boot upgrade (2.x / 3.x → 3.5.x) ────────────────────────COMMENT
MEDIUM…src/main/resources/META-INF/rewrite/axon4-to-axon5.yml62 # ── 4. Core framework module migrations ─────────────────────────────────COMMENT
MEDIUM…src/main/resources/META-INF/rewrite/axon4-to-axon5.yml70 # ── 5. Active extension migrations ──────────────────────────────────────COMMENT
MEDIUM…src/main/resources/META-INF/rewrite/axon4-to-axon5.yml90 # ── 6. Bump dependency versions ─────────────────────────────────────────COMMENT
MEDIUM…org/axonframework/migration/AddEventTagAnnotation.java641 // ── Static helpers ────────────────────────────────────────────────────────COMMENT
MEDIUM…tion/MigrateSnapshotTriggerDefinitionToAnnotation.java171 // ── Handle the aggregate/entity side ──────────────────────────COMMENT
MEDIUM…tion/MigrateSnapshotTriggerDefinitionToAnnotation.java199 // ── Handle the configuration class side ───────────────────────COMMENT
MEDIUM…ork/migration/MigrateCommandGatewayInEventHandler.java272 // ── Detection helpers ────────────────────────────────────────────────COMMENT
MEDIUM…ork/migration/MigrateCommandGatewayInEventHandler.java366 // ── Method-level transformations ─────────────────────────────────────COMMENT
MEDIUM…ork/migration/MigrateCommandGatewayInEventHandler.java675 // ── Class-level cleanup of the now-unused gateway field ──────────────COMMENT
Fake / Example Data19 hits · 19 pts
SeverityFileLineSnippetContext
LOW…dent/SubscribableEventSourceWithEventAppenderTest.java96 new StudentNameChangedEvent(studentId, "John Doe")CODE
LOW…esting/then/multiplecommands/ThenMultipleCommands.java38 new SendEmailCommand("user@example.com", "Welcome!"),CODE
LOW…ting/then/awaitwithduration/ThenAwaitWithDuration.java39 then -> then.commands(new SendEmailCommand("user@example.com", "Welcome!")),CODE
LOW…basictesting/then/singlecommand/ThenSingleCommand.java36 .commands(new SendEmailCommand("user@example.com", "Welcome!"));CODE
LOW…xamples/testing/basictesting/then/await/ThenAwait.java36 .await(then -> then.commands(new SendEmailCommand("user@example.com", "Welcome!")));CODE
LOW…ctesting/then/commandssatisfy/ThenCommandsSatisfy.java41 assertEquals("user@example.com", command.recipient());CODE
LOW…basictesting/then/commandsmatch/ThenCommandsMatch.java39 .equals("user@example.com"));CODE
LOW…amples/eventhandling/NotificationEventHandlerTest.java65 "user@example.com", "Your account has been created"CODE
LOW…amples/eventhandling/NotificationEventHandlerTest.java80 "user@example.com", "Low balance alert"CODE
LOW…g/examples/eventhandling/NotificationEventHandler.java32 commandGateway.send(new SendEmailCommand("user@example.com", "Your account has been created"));CODE
LOW…g/examples/eventhandling/NotificationEventHandler.java37 commandGateway.send(new SendEmailCommand("user@example.com", "Low balance alert"));CODE
LOW…ework/conversion/ChainingContentTypeConverterTest.java93 arguments("Lorem Ipsum", String.class, byte[].class),CODE
LOW…ework/conversion/ChainingContentTypeConverterTest.java94 arguments("Lorem Ipsum".getBytes(StandardCharsets.UTF_8), byte[].class, InputStream.class)CODE
LOW…a/org/axonframework/conversion/ConverterTestSuite.java80 arguments("Lorem Ipsum", String.class),CODE
LOW…a/org/axonframework/conversion/ConverterTestSuite.java159 arguments("Lorem Ipsum", String.class, byte[].class),CODE
LOW…a/org/axonframework/conversion/ConverterTestSuite.java160 arguments("Lorem Ipsum".getBytes(StandardCharsets.UTF_8), byte[].class, InputStream.class)CODE
LOW…amework/conversion/jackson2/Jackson2ConverterTest.java71 jsonCompliantBytes = OBJECT_MAPPER.writeValueAsBytes("Lorem Ipsum");CODE
LOW…framework/conversion/jackson/JacksonConverterTest.java71 jsonCompliantBytes = OBJECT_MAPPER.writeValueAsBytes("Lorem Ipsum");CODE
LOW…notatedEventHandlingComponentSequencingPolicyTest.java264 var eventPayload = new CustomerEvent("customer456", "John Doe");CODE
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…reaming/pooled/SegmentProgressStrategyTestSupport.java55 * A subclass obtains a {@link WorkPackageHarness} via {@link #harness(SegmentProgressStrategyFactory)}, supplying theCOMMENT
MEDIUM…reaming/pooled/SegmentProgressStrategyTestSupport.java103 * Returns the default (root) {@link Segment} used by {@link #harness(SegmentProgressStrategyFactory)}.COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.claude/rules/javadoc-no-spec-references.md44## Body comments — same principle, slightly relaxed during scaffoldingCOMMENT
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippetContext
LOWdocs/_samples/bin/compare-snippets.py60CODE