Repository Analysis

apache/grails-core

Grails - the Web Application Framework

3.9 Likely human-written View on GitHub

Analysis Overview

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

3.9
Adjusted Score
3.9
Raw Score
100%
Time Factor
2026-07-13
Last Push
2.9K
Stars
Groovy
Language
355.8K
Lines of Code
2.7K
Files
373
Pattern Hits
2026-07-14
Scan Date
0.03
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 91HIGH 0MEDIUM 16LOW 266

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

Hallucination Indicators91 hits · 1060 pts
SeverityFileLineSnippetContext
CRITICAL…glib/compiler/TagLibArtefactTypeAstTransformation.java70 org.grails.compiler.injection.GrailsASTUtils.warning(sourceUnit, field, message);CODE
CRITICAL…li/compiler/DependencyManagementBomTransformation.java171 request.setModelSource(new org.apache.maven.model.building.UrlModelSource(uri.toURL()));CODE
CRITICAL…li/compiler/DependencyManagementBomTransformation.java221 return new org.apache.maven.model.building.UrlModelSource(CODE
CRITICAL…/org/grails/orm/hibernate/ChildHibernateDatastore.java68 throw new org.grails.datastore.mapping.core.exceptions.ConfigurationException(CODE
CRITICAL…roovy/org/grails/orm/hibernate/HibernateDatastore.java247 this.bytecodeProvider = new org.grails.orm.hibernate.proxy.GrailsBytecodeProvider();CODE
CRITICAL…roovy/org/grails/orm/hibernate/HibernateDatastore.java444 this.bytecodeProvider = new org.grails.orm.hibernate.proxy.GrailsBytecodeProvider();CODE
CRITICAL…grails/orm/hibernate/proxy/GrailsBytecodeProvider.java47 return new ByteBuddyProxyHelper(new org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState());CODE
CRITICAL…rnate/cfg/domainbinding/binder/GrailsDomainBinder.java142 new org.grails.orm.hibernate.cfg.domainbinding.util.ForeignKeyColumnCountCalculator(),CODE
CRITICAL…nate/connections/HibernateConnectionSourceFactory.java99 this(new org.grails.orm.hibernate.proxy.GrailsBytecodeProvider(), classes);CODE
CRITICAL…m/hibernate/multitenancy/MultiTenantEventListener.java55 return org.grails.datastore.gorm.multitenancy.MultiTenantEventListener.SUPPORTED_EVENTS.contains(eventType);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java199 new org.grails.datastore.mapping.engine.event.MergeEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java225 new org.grails.datastore.mapping.engine.event.PersistEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java238 new org.grails.datastore.mapping.engine.event.PreLoadEvent(this.datastore, hibernateEvent.getEntity());CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java247 hibernateEvent, new org.grails.datastore.mapping.engine.event.PostLoadEvent(this.datastore, entity));CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java268 grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java271 grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java345 new org.grails.datastore.mapping.engine.event.PostInsertEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java361 grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java364 grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java382 hibernateEvent, new org.grails.datastore.mapping.engine.event.PostUpdateEvent(this.datastore, entity));CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java387 AbstractPersistenceEvent event = new org.grails.datastore.mapping.engine.event.PreDeleteEvent(CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java396 new org.grails.datastore.mapping.engine.event.PostDeleteEvent(CODE
CRITICAL…rails/orm/hibernate/query/JpaProjectionTranslator.java84 return translate(org.grails.datastore.mapping.query.Projections.property(distinctPropertyProjection.getPropeCODE
CRITICAL…c/main/groovy/grails/orm/HibernateCriteriaBuilder.java190 new org.grails.orm.hibernate.query.HibernateAlias(associationPath, alias, JoinType.INNER));CODE
CRITICAL…c/main/groovy/grails/orm/HibernateCriteriaBuilder.java204 new org.grails.orm.hibernate.query.HibernateAlias(associationPath, alias, convertedJoinType));CODE
CRITICAL…c/main/groovy/grails/orm/HibernateCriteriaBuilder.java338 hibernateQuery.projections().add(new org.grails.orm.hibernate.query.Hibernate7CountProjection(getFullyQualifiedCCODE
CRITICAL…atastore/mapping/mongo/config/MongoMappingContext.java117 org.bson.types.Binary.class.getName(),CODE
CRITICAL…atastore/mapping/mongo/config/MongoMappingContext.java118 org.bson.types.ObjectId.class.getName(),CODE
CRITICAL…m/hibernate/multitenancy/MultiTenantEventListener.java52 return org.grails.datastore.gorm.multitenancy.MultiTenantEventListener.SUPPORTED_EVENTS.contains(eventType);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java88 org.grails.datastore.mapping.engine.event.SaveOrUpdateEvent grailsEvent = new org.grails.datastore.mapping.eCODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java106 org.grails.datastore.mapping.engine.event.PreLoadEvent grailsEvent = new org.grails.datastore.mapping.engine.eveCODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java114 publishEvent(hibernateEvent, new org.grails.datastore.mapping.engine.event.PostLoadEvent(CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java126 grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(this.datastore, persistentEntity,CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java129 grailsEvent = new org.grails.datastore.mapping.engine.event.PreInsertEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java190 org.grails.datastore.mapping.engine.event.PostInsertEvent grailsEvent = new org.grails.datastore.mapping.engine.CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java205 grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(this.datastore, persistentEntity,CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java208 grailsEvent = new org.grails.datastore.mapping.engine.event.PreUpdateEvent(this.datastore, entity);CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java224 publishEvent(hibernateEvent, new org.grails.datastore.mapping.engine.event.PostUpdateEvent(CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java229 AbstractPersistenceEvent event = new org.grails.datastore.mapping.engine.event.PreDeleteEvent(CODE
CRITICAL…bernate/support/ClosureEventTriggeringInterceptor.java236 org.grails.datastore.mapping.engine.event.PostDeleteEvent grailsEvent = new org.grails.datastore.mapping.engine.CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java771 return org.grails.datastore.mapping.query.Projections.distinct(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java774 return org.grails.datastore.mapping.query.Projections.countDistinct(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java777 return org.grails.datastore.mapping.query.Projections.groupProperty(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java780 return org.grails.datastore.mapping.query.Projections.sum(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java783 return org.grails.datastore.mapping.query.Projections.min(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java786 return org.grails.datastore.mapping.query.Projections.max(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java789 return org.grails.datastore.mapping.query.Projections.avg(normalizedPropertyName);CODE
CRITICAL…grails/orm/hibernate/query/AbstractHibernateQuery.java791 return org.grails.datastore.mapping.query.Projections.property(normalizedPropertyName);CODE
CRITICAL…/hibernate/query/AbstractHibernateCriteriaBuilder.java1438 createAliasIfNeccessary(sortHead, sortHead, org.hibernate.sql.JoinType.INNER_JOIN.getJoinTypeValue());CODE
CRITICAL…/hibernate/query/AbstractHibernateCriteriaBuilder.java1814 int joinType = hasMoreThanOneArg ? (Integer) args[0] : org.hibernate.sql.JoinType.INNER_JOIN.getJoinTypeValuCODE
CRITICAL…/hibernate/query/AbstractHibernateCriteriaBuilder.java1865 joinType = org.hibernate.sql.JoinType.LEFT_OUTER_JOIN.getJoinTypeValue();CODE
CRITICAL…/hibernate/query/AbstractHibernateCriteriaBuilder.java1894 joinType = org.hibernate.sql.JoinType.LEFT_OUTER_JOIN.getJoinTypeValue(); // default to left joiCODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java99 marshallers.add(new org.grails.web.converters.marshaller.json.ArrayMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java100 marshallers.add(new org.grails.web.converters.marshaller.json.ByteArrayMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java101 marshallers.add(new org.grails.web.converters.marshaller.json.CollectionMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java102 marshallers.add(new org.grails.web.converters.marshaller.json.MapMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java103 marshallers.add(new org.grails.web.converters.marshaller.json.SimpleEnumMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java113 marshallers.add(new org.grails.web.converters.marshaller.json.JavascriptDateMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java119 marshallers.add(new org.grails.web.converters.marshaller.json.DateMarshaller());CODE
CRITICAL…/configuration/ConvertersConfigurationInitializer.java121 marshallers.add(new org.grails.web.converters.marshaller.json.CalendarMarshaller());CODE
31 more matches not shown…
Over-Commented Block256 hits · 256 pts
SeverityFileLineSnippetContext
LOW.asf.yaml1#COMMENT
LOWcodecov.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWthreat-model.yaml1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWgrails-doc/src/en/guide/links.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-doc/src/en/guide/toc.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/web/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/plugin/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/web-plugin/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/profile/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/rest-api-plugin/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/base/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOWgrails-profiles/rest-api/profile.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…rails/plugins/sitemesh3/GrailsSiteMeshViewContext.java81COMMENT
LOW…/src/main/groovy/org/grails/taglib/TagBodyClosure.java81 }COMMENT
LOW…t-examples/datasources/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…t-examples/test-phases/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…amples/issue-views-182/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ils-test-examples/gorm/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…t-examples/issue-10279/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ls-test-examples/cache/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…st-examples/hyphenated/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…mples/database-cleanup/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…t-examples/issue-11767/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…-dependency-management/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…gebconfig/grails-app/assets/javascripts/application.js21//COMMENT
LOW…examples/geb-gebconfig/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…views-functional-tests/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ls-test-examples/redis/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…t-examples/scaffolding/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…les/plugins/issue11005/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…xamples/plugins/issue-11767/grails-app/conf/plugin.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…-examples/plugins/loadfirst/grails-app/conf/plugin.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ples/plugins/loadfirst/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…examples/plugins/loadsecond/grails-app/conf/plugin.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…les/plugins/loadsecond/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…mples/plugins/exploded/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…-examples/plugins/loadafter/grails-app/conf/plugin.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ples/plugins/loadafter/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…les/jetty/grails-app/assets/javascripts/application.js1// Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ls-test-examples/jetty/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ils-test-examples/mail/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…s/micronaut-hibernate5/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…unctional-tests-plugin/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ils-test-examples/app5/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ils-test-examples/app2/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…examples/config-report/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…-test-examples/latency/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…hibernate7/datasources/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…hibernate-groovy-proxy/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…amples/hibernate7/gorm/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ring-boot-hibernate/src/main/resources/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…e7/grails-data-service/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…nate7/database-cleanup/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…views-functional-tests/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ails-schema-per-tenant/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…te7/criteria-extension/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…/issue450/grails-app/assets/javascripts/application.js21//COMMENT
LOW…es/hibernate7/issue450/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ples/hibernate7/demo33/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…ync-events-pubsub-demo/grails-app/conf/application.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
196 more matches not shown…
Decorative Section Separators12 hits · 36 pts
SeverityFileLineSnippetContext
MEDIUM…grails/orm/hibernate/query/HibernateQueryArgument.java38 // ── pagination & execution ────────────────────────────────────────────────COMMENT
MEDIUM…grails/orm/hibernate/query/HibernateQueryArgument.java49 // ── sorting ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…grails/orm/hibernate/query/HibernateQueryArgument.java58 // ── HQL keywords ──────────────────────────────────────────────────────────COMMENT
MEDIUM…grails/orm/hibernate/query/HibernateQueryArgument.java75 // ── Hibernate config properties ───────────────────────────────────────────COMMENT
MEDIUM…y/org/grails/orm/hibernate/query/HqlQueryDelegate.java42 // ── common ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…y/org/grails/orm/hibernate/query/HqlQueryDelegate.java58 // ── select-only (no-ops for mutation queries) ─────────────────────────────COMMENT
MEDIUM…y/org/grails/orm/hibernate/query/HqlQueryDelegate.java78 // ── execution ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…vy/org/grails/orm/hibernate/query/HqlQueryContext.java71 // ─── Factory ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…vy/org/grails/orm/hibernate/query/HqlQueryContext.java140 // ─── HQL resolution ──────────────────────────────────────────────────────COMMENT
MEDIUM…vy/org/grails/orm/hibernate/query/HqlQueryContext.java160 // ─── Projection analysis ─────────────────────────────────────────────────COMMENT
MEDIUM…vy/org/grails/orm/hibernate/query/HqlQueryContext.java277 // ─── HQL normalization ────────────────────────────────────────────────────COMMENT
MEDIUM…vy/org/grails/orm/hibernate/query/HqlQueryContext.java375 // ─── Private helpers ─────────────────────────────────────────────────────COMMENT
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMthreat-model.yaml17# This file is a derived index for automated and AI-assisted triage tooling.COMMENT
MEDIUMetc/bin/verify-jar-artifacts.sh69# Create a temporary directory to work inCOMMENT
MEDIUM…-analytics-postgres/src/main/resources/application.yml3 # Define the following for local developmentCOMMENT
Structural Annotation Overuse4 hits · 6 pts
SeverityFileLineSnippetContext
LOWRELEASE.md486## Step 1: Ensuring we are reproducibleCOMMENT
LOWRELEASE.md545## Step 2: Obtaining Secrets for GitHub ActionsCOMMENT
LOWRELEASE.md597## Step 3: Workflow SetupCOMMENT
LOWRELEASE.md623## Step 4 - Next StepsCOMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…est/resources/liquibase/harness/diff/diffDatabases.yml1# note database names should match with ones provided in harness-config.ymlCOMMENT
Fake / Example Data4 hits · 3 pts
SeverityFileLineSnippetContext
LOW…rnate/database/connection/HibernateConnectionTest.java40 assertEquals("John Doe", conn.getProperties().getProperty("name", null));CODE
LOW…rnate/database/connection/HibernateConnectionTest.java58 assertEquals("John Doe", conn.getProperties().getProperty("name", null));CODE
LOW.agents/skills/groovy-developer/SKILL.md262 .to("user@example.com")STRING
LOW.claude/skills/groovy-developer/SKILL.md262 .to("user@example.com")STRING
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWetc/bin/rename_gradle_artifacts.sh26# Usage:COMMENT
Hyper-Verbose Identifiers1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…ails/web/servlet/mvc/AbstractTokenResponseHandler.java31public abstract class AbstractTokenResponseHandler implements TokenResponseHandler {CODE