Grails - the Web Application Framework
This report presents the forensic synthetic code analysis of apache/grails-core, a Groovy project with 2,923 GitHub stars. SynthScan v2.0 examined 355,777 lines of code across 2692 source files, recording 373 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 3.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).
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 373 distinct pattern matches across 9 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 |
|---|---|---|---|---|
| CRITICAL | …glib/compiler/TagLibArtefactTypeAstTransformation.java | 70 | org.grails.compiler.injection.GrailsASTUtils.warning(sourceUnit, field, message); | CODE |
| CRITICAL | …li/compiler/DependencyManagementBomTransformation.java | 171 | request.setModelSource(new org.apache.maven.model.building.UrlModelSource(uri.toURL())); | CODE |
| CRITICAL | …li/compiler/DependencyManagementBomTransformation.java | 221 | return new org.apache.maven.model.building.UrlModelSource( | CODE |
| CRITICAL | …/org/grails/orm/hibernate/ChildHibernateDatastore.java | 68 | throw new org.grails.datastore.mapping.core.exceptions.ConfigurationException( | CODE |
| CRITICAL | …roovy/org/grails/orm/hibernate/HibernateDatastore.java | 247 | this.bytecodeProvider = new org.grails.orm.hibernate.proxy.GrailsBytecodeProvider(); | CODE |
| CRITICAL | …roovy/org/grails/orm/hibernate/HibernateDatastore.java | 444 | this.bytecodeProvider = new org.grails.orm.hibernate.proxy.GrailsBytecodeProvider(); | CODE |
| CRITICAL | …grails/orm/hibernate/proxy/GrailsBytecodeProvider.java | 47 | return new ByteBuddyProxyHelper(new org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState()); | CODE |
| CRITICAL | …rnate/cfg/domainbinding/binder/GrailsDomainBinder.java | 142 | new org.grails.orm.hibernate.cfg.domainbinding.util.ForeignKeyColumnCountCalculator(), | CODE |
| CRITICAL | …nate/connections/HibernateConnectionSourceFactory.java | 99 | this(new org.grails.orm.hibernate.proxy.GrailsBytecodeProvider(), classes); | CODE |
| CRITICAL | …m/hibernate/multitenancy/MultiTenantEventListener.java | 55 | return org.grails.datastore.gorm.multitenancy.MultiTenantEventListener.SUPPORTED_EVENTS.contains(eventType); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 199 | new org.grails.datastore.mapping.engine.event.MergeEvent(this.datastore, entity); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 225 | new org.grails.datastore.mapping.engine.event.PersistEvent(this.datastore, entity); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 238 | new org.grails.datastore.mapping.engine.event.PreLoadEvent(this.datastore, hibernateEvent.getEntity()); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 247 | hibernateEvent, new org.grails.datastore.mapping.engine.event.PostLoadEvent(this.datastore, entity)); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 268 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent( | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 271 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(this.datastore, entity); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 345 | new org.grails.datastore.mapping.engine.event.PostInsertEvent(this.datastore, entity); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 361 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent( | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 364 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(this.datastore, entity); | CODE |
| CRITICAL⚡ | …bernate/support/ClosureEventTriggeringInterceptor.java | 382 | hibernateEvent, new org.grails.datastore.mapping.engine.event.PostUpdateEvent(this.datastore, entity)); | CODE |
| CRITICAL⚡ | …bernate/support/ClosureEventTriggeringInterceptor.java | 387 | AbstractPersistenceEvent event = new org.grails.datastore.mapping.engine.event.PreDeleteEvent( | CODE |
| CRITICAL⚡ | …bernate/support/ClosureEventTriggeringInterceptor.java | 396 | new org.grails.datastore.mapping.engine.event.PostDeleteEvent( | CODE |
| CRITICAL | …rails/orm/hibernate/query/JpaProjectionTranslator.java | 84 | return translate(org.grails.datastore.mapping.query.Projections.property(distinctPropertyProjection.getPrope | CODE |
| CRITICAL | …c/main/groovy/grails/orm/HibernateCriteriaBuilder.java | 190 | new org.grails.orm.hibernate.query.HibernateAlias(associationPath, alias, JoinType.INNER)); | CODE |
| CRITICAL | …c/main/groovy/grails/orm/HibernateCriteriaBuilder.java | 204 | new org.grails.orm.hibernate.query.HibernateAlias(associationPath, alias, convertedJoinType)); | CODE |
| CRITICAL | …c/main/groovy/grails/orm/HibernateCriteriaBuilder.java | 338 | hibernateQuery.projections().add(new org.grails.orm.hibernate.query.Hibernate7CountProjection(getFullyQualifiedC | CODE |
| CRITICAL | …atastore/mapping/mongo/config/MongoMappingContext.java | 117 | org.bson.types.Binary.class.getName(), | CODE |
| CRITICAL | …atastore/mapping/mongo/config/MongoMappingContext.java | 118 | org.bson.types.ObjectId.class.getName(), | CODE |
| CRITICAL | …m/hibernate/multitenancy/MultiTenantEventListener.java | 52 | return org.grails.datastore.gorm.multitenancy.MultiTenantEventListener.SUPPORTED_EVENTS.contains(eventType); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 88 | org.grails.datastore.mapping.engine.event.SaveOrUpdateEvent grailsEvent = new org.grails.datastore.mapping.e | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 106 | org.grails.datastore.mapping.engine.event.PreLoadEvent grailsEvent = new org.grails.datastore.mapping.engine.eve | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 114 | publishEvent(hibernateEvent, new org.grails.datastore.mapping.engine.event.PostLoadEvent( | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 126 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(this.datastore, persistentEntity, | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 129 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(this.datastore, entity); | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 190 | org.grails.datastore.mapping.engine.event.PostInsertEvent grailsEvent = new org.grails.datastore.mapping.engine. | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 205 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(this.datastore, persistentEntity, | CODE |
| CRITICAL | …bernate/support/ClosureEventTriggeringInterceptor.java | 208 | grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(this.datastore, entity); | CODE |
| CRITICAL⚡ | …bernate/support/ClosureEventTriggeringInterceptor.java | 224 | publishEvent(hibernateEvent, new org.grails.datastore.mapping.engine.event.PostUpdateEvent( | CODE |
| CRITICAL⚡ | …bernate/support/ClosureEventTriggeringInterceptor.java | 229 | AbstractPersistenceEvent event = new org.grails.datastore.mapping.engine.event.PreDeleteEvent( | CODE |
| CRITICAL⚡ | …bernate/support/ClosureEventTriggeringInterceptor.java | 236 | org.grails.datastore.mapping.engine.event.PostDeleteEvent grailsEvent = new org.grails.datastore.mapping.engine. | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 771 | return org.grails.datastore.mapping.query.Projections.distinct(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 774 | return org.grails.datastore.mapping.query.Projections.countDistinct(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 777 | return org.grails.datastore.mapping.query.Projections.groupProperty(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 780 | return org.grails.datastore.mapping.query.Projections.sum(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 783 | return org.grails.datastore.mapping.query.Projections.min(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 786 | return org.grails.datastore.mapping.query.Projections.max(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 789 | return org.grails.datastore.mapping.query.Projections.avg(normalizedPropertyName); | CODE |
| CRITICAL⚡ | …grails/orm/hibernate/query/AbstractHibernateQuery.java | 791 | return org.grails.datastore.mapping.query.Projections.property(normalizedPropertyName); | CODE |
| CRITICAL | …/hibernate/query/AbstractHibernateCriteriaBuilder.java | 1438 | createAliasIfNeccessary(sortHead, sortHead, org.hibernate.sql.JoinType.INNER_JOIN.getJoinTypeValue()); | CODE |
| CRITICAL | …/hibernate/query/AbstractHibernateCriteriaBuilder.java | 1814 | int joinType = hasMoreThanOneArg ? (Integer) args[0] : org.hibernate.sql.JoinType.INNER_JOIN.getJoinTypeValu | CODE |
| CRITICAL | …/hibernate/query/AbstractHibernateCriteriaBuilder.java | 1865 | joinType = org.hibernate.sql.JoinType.LEFT_OUTER_JOIN.getJoinTypeValue(); | CODE |
| CRITICAL | …/hibernate/query/AbstractHibernateCriteriaBuilder.java | 1894 | joinType = org.hibernate.sql.JoinType.LEFT_OUTER_JOIN.getJoinTypeValue(); // default to left joi | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 99 | marshallers.add(new org.grails.web.converters.marshaller.json.ArrayMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 100 | marshallers.add(new org.grails.web.converters.marshaller.json.ByteArrayMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 101 | marshallers.add(new org.grails.web.converters.marshaller.json.CollectionMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 102 | marshallers.add(new org.grails.web.converters.marshaller.json.MapMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 103 | marshallers.add(new org.grails.web.converters.marshaller.json.SimpleEnumMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 113 | marshallers.add(new org.grails.web.converters.marshaller.json.JavascriptDateMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 119 | marshallers.add(new org.grails.web.converters.marshaller.json.DateMarshaller()); | CODE |
| CRITICAL⚡ | …/configuration/ConvertersConfigurationInitializer.java | 121 | marshallers.add(new org.grails.web.converters.marshaller.json.CalendarMarshaller()); | CODE |
| 31 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .asf.yaml | 1 | # | COMMENT |
| LOW | codecov.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | threat-model.yaml | 1 | # SPDX-License-Identifier: Apache-2.0 | COMMENT |
| LOW | grails-doc/src/en/guide/links.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-doc/src/en/guide/toc.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/web/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/plugin/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/web-plugin/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/profile/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/rest-api-plugin/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/base/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | grails-profiles/rest-api/profile.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …rails/plugins/sitemesh3/GrailsSiteMeshViewContext.java | 81 | COMMENT | |
| LOW | …/src/main/groovy/org/grails/taglib/TagBodyClosure.java | 81 | } | COMMENT |
| LOW | …t-examples/datasources/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …t-examples/test-phases/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …amples/issue-views-182/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ils-test-examples/gorm/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …t-examples/issue-10279/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ls-test-examples/cache/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …st-examples/hyphenated/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …mples/database-cleanup/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …t-examples/issue-11767/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …-dependency-management/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …gebconfig/grails-app/assets/javascripts/application.js | 21 | // | COMMENT |
| LOW | …examples/geb-gebconfig/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …views-functional-tests/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ls-test-examples/redis/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …t-examples/scaffolding/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …les/plugins/issue11005/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …xamples/plugins/issue-11767/grails-app/conf/plugin.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …-examples/plugins/loadfirst/grails-app/conf/plugin.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ples/plugins/loadfirst/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …examples/plugins/loadsecond/grails-app/conf/plugin.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …les/plugins/loadsecond/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …mples/plugins/exploded/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …-examples/plugins/loadafter/grails-app/conf/plugin.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ples/plugins/loadafter/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …les/jetty/grails-app/assets/javascripts/application.js | 1 | // Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ls-test-examples/jetty/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ils-test-examples/mail/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …s/micronaut-hibernate5/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …unctional-tests-plugin/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ils-test-examples/app5/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ils-test-examples/app2/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …examples/config-report/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …-test-examples/latency/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …hibernate7/datasources/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …hibernate-groovy-proxy/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …amples/hibernate7/gorm/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ring-boot-hibernate/src/main/resources/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …e7/grails-data-service/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …nate7/database-cleanup/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …views-functional-tests/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ails-schema-per-tenant/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …te7/criteria-extension/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …/issue450/grails-app/assets/javascripts/application.js | 21 | // | COMMENT |
| LOW | …es/hibernate7/issue450/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ples/hibernate7/demo33/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| LOW | …ync-events-pubsub-demo/grails-app/conf/application.yml | 1 | # Licensed to the Apache Software Foundation (ASF) under one or more | COMMENT |
| 196 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …grails/orm/hibernate/query/HibernateQueryArgument.java | 38 | // ── pagination & execution ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | …grails/orm/hibernate/query/HibernateQueryArgument.java | 49 | // ── sorting ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …grails/orm/hibernate/query/HibernateQueryArgument.java | 58 | // ── HQL keywords ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …grails/orm/hibernate/query/HibernateQueryArgument.java | 75 | // ── Hibernate config properties ─────────────────────────────────────────── | COMMENT |
| MEDIUM | …y/org/grails/orm/hibernate/query/HqlQueryDelegate.java | 42 | // ── common ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …y/org/grails/orm/hibernate/query/HqlQueryDelegate.java | 58 | // ── select-only (no-ops for mutation queries) ───────────────────────────── | COMMENT |
| MEDIUM | …y/org/grails/orm/hibernate/query/HqlQueryDelegate.java | 78 | // ── execution ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …vy/org/grails/orm/hibernate/query/HqlQueryContext.java | 71 | // ─── Factory ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …vy/org/grails/orm/hibernate/query/HqlQueryContext.java | 140 | // ─── HQL resolution ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …vy/org/grails/orm/hibernate/query/HqlQueryContext.java | 160 | // ─── Projection analysis ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | …vy/org/grails/orm/hibernate/query/HqlQueryContext.java | 277 | // ─── HQL normalization ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …vy/org/grails/orm/hibernate/query/HqlQueryContext.java | 375 | // ─── Private helpers ───────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | threat-model.yaml | 17 | # This file is a derived index for automated and AI-assisted triage tooling. | COMMENT |
| MEDIUM | etc/bin/verify-jar-artifacts.sh | 69 | # Create a temporary directory to work in | COMMENT |
| MEDIUM | …-analytics-postgres/src/main/resources/application.yml | 3 | # Define the following for local development | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | RELEASE.md | 486 | ## Step 1: Ensuring we are reproducible | COMMENT |
| LOW | RELEASE.md | 545 | ## Step 2: Obtaining Secrets for GitHub Actions | COMMENT |
| LOW | RELEASE.md | 597 | ## Step 3: Workflow Setup | COMMENT |
| LOW | RELEASE.md | 623 | ## Step 4 - Next Steps | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …est/resources/liquibase/harness/diff/diffDatabases.yml | 1 | # note database names should match with ones provided in harness-config.yml | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rnate/database/connection/HibernateConnectionTest.java | 40 | assertEquals("John Doe", conn.getProperties().getProperty("name", null)); | CODE |
| LOW | …rnate/database/connection/HibernateConnectionTest.java | 58 | assertEquals("John Doe", conn.getProperties().getProperty("name", null)); | CODE |
| LOW | .agents/skills/groovy-developer/SKILL.md | 262 | .to("user@example.com") | STRING |
| LOW | .claude/skills/groovy-developer/SKILL.md | 262 | .to("user@example.com") | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | etc/bin/rename_gradle_artifacts.sh | 26 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ails/web/servlet/mvc/AbstractTokenResponseHandler.java | 31 | public abstract class AbstractTokenResponseHandler implements TokenResponseHandler { | CODE |