Repository Analysis

floci-io/floci

Light, fluffy, and always free - The AWS Local Emulator alternative

10.8 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of floci-io/floci, a Java project with 22,568 GitHub stars. SynthScan v2.0 examined 754,410 lines of code across 3094 source files, recording 2502 pattern matches distributed across 17 syntactic categories. The overall adjusted score of 10.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).

10.8
Adjusted Score
10.8
Raw Score
100%
Time Factor
2026-08-28
Last Push
22.6K
Stars
Java
Language
754.4K
Lines of Code
3.1K
Files
2.5K
Pattern Hits
2026-08-29
Scan Date
0.13
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 282HIGH 111MEDIUM 1790LOW 319

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 2502 distinct pattern matches across 17 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.

Decorative Section Separators1786 hits · 4415 pts
SeverityFileLineSnippetContext
MEDIUMcompatibility-tests/compat-terraform/main.tf426# ── SES Receipt Rule Set ───────────────────────────────────────────────────COMMENT
MEDIUM…t-java/src/test/java/com/floci/test/SchedulerTest.java135 // ──────────────────────────── Schedule CRUD ────────────────────────────COMMENT
MEDIUM…t-java/src/test/java/com/floci/test/SchedulerTest.java544 // ──────────────────────────── Tagging ────────────────────────────COMMENT
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java80 // ── Lambda handler source code ───────────────────────────────────────────COMMENT
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java160 // ── Setup / Teardown ─────────────────────────────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java182 // ── Helpers ──────────────────────────────────────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java287 // ──────────────────────────── 1. Basic WebSocket flow ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java319 // ──────────────────────────── 2. Chat-style broadcast ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java372 // ──────────────────────────── 3. $connect authorization ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java419 // ──────────────────────────── 4. Route selection ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java472 // ──────────────────────────── 5. @connections API ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java532 // ──────────────────────────── 6. Stage variables ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java571 // ──────────────────────────── 7. Mock integration ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java612 // ──────────────────────────── 8. Disconnect cleanup ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java653 // ──────────────────────────── 9. Payload size limit ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java693 // ──────────────────────────── 10. Server-initiated close via @connections DELETE ────────────────────────────STRING
MEDIUM…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java741 // ── WebSocket message capture listener ───────────────────────────────────STRING
MEDIUM…dk-test-java/src/test/java/com/floci/test/EksTest.java162 // ──────────────────────────── Managed node groups (#1137) ────────────────────────────COMMENT
MEDIUM…dk-test-java/src/test/java/com/floci/test/EksTest.java162 // ──────────────────────────── Managed node groups (#1137) ────────────────────────────COMMENT
MEDIUM…st/java/com/floci/test/CloudWatchLogsInsightsTest.java138 // ──────────────────────────── helpers ────────────────────────────COMMENT
MEDIUM…a/src/test/java/com/floci/test/IamEnforcementTest.java53 // ── Resource names ─────────────────────────────────────────────────────────COMMENT
MEDIUM…a/src/test/java/com/floci/test/IamEnforcementTest.java101 // ── Shared state ───────────────────────────────────────────────────────────COMMENT
MEDIUM…a/src/test/java/com/floci/test/IamEnforcementTest.java165 // ── Client factories ───────────────────────────────────────────────────────COMMENT
MEDIUM…a/src/test/java/com/floci/test/IamEnforcementTest.java211 // ── Tests ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…test-java/src/test/java/com/floci/test/LambdaTest.java212 // ─────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…test-java/src/test/java/com/floci/test/LambdaTest.java214 // ─────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/com/floci/test/CloudFormationLambdaInlineZipTest.java48 // ── Node.js inline source ──────────────────────────────────────────────────COMMENT
MEDIUM…/com/floci/test/CloudFormationLambdaInlineZipTest.java108 // ── Python inline source ───────────────────────────────────────────────────STRING
MEDIUM…/com/floci/test/CloudFormationLambdaInlineZipTest.java153 // ── helpers ────────────────────────────────────────────────────────────────STRING
MEDIUM…st/java/com/floci/test/LambdaPayloadSizeLimitTest.java53 // ── Request payload limits ──────────────────────────────────────────────COMMENT
MEDIUM…st/java/com/floci/test/LambdaPayloadSizeLimitTest.java104 // ── Response payload limit ──────────────────────────────────────────────COMMENT
MEDIUM…va/src/test/java/com/floci/test/CodeDeployEcsTest.java101 // ── ELB v2 setup ─────────────────────────────────────────────────────────COMMENT
MEDIUM…va/src/test/java/com/floci/test/CodeDeployEcsTest.java181 // ── ECS setup ────────────────────────────────────────────────────────────COMMENT
MEDIUM…va/src/test/java/com/floci/test/CodeDeployEcsTest.java221 // ── CodeDeploy ECS deployment ─────────────────────────────────────────────COMMENT
MEDIUM…va/src/test/java/com/floci/test/CodeDeployEcsTest.java396 // ── Canary deployment variant ─────────────────────────────────────────────STRING
MEDIUM…rc/test/java/com/floci/test/StepFunctionsTagsTest.java69 // ──────────────── State Machine Tags ────────────────STRING
MEDIUM…rc/test/java/com/floci/test/StepFunctionsTagsTest.java115 // ──────────────── Activity Tags ────────────────STRING
MEDIUM…rc/test/java/com/floci/test/StepFunctionsTagsTest.java146 // ──────────────── Helpers ────────────────STRING
MEDIUM…-java/src/test/java/com/floci/test/CognitoSrpTest.java186 // ────────────────────────── Caldera SRP helpers ──────────────────────────COMMENT
MEDIUM…est/java/com/floci/test/StepFunctionsActivityTest.java56 // ──────────────────────────── Part A: Activity CRUD ────────────────────────────COMMENT
MEDIUM…est/java/com/floci/test/StepFunctionsActivityTest.java98 // ──────────────────────────── Part B: Activity task roundtrip ────────────────────────────COMMENT
MEDIUM…est/java/com/floci/test/StepFunctionsActivityTest.java156 // ──────────────────────────── Part C: waitForTaskToken ────────────────────────────STRING
MEDIUM…est/java/com/floci/test/StepFunctionsActivityTest.java220 // ──────────────────────────── helper ────────────────────────────STRING
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java129 // ─── Load Balancers ──────────────────────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java224 // ─── Target Groups ───────────────────────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java291 // ─── Targets ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java341 // ─── Listeners ───────────────────────────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java394 // ─── Rules ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java504 // ─── Tags ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java536 // ─── SSL Policies / Account Limits ───────────────────────────────────────COMMENT
MEDIUM…-test-java/src/test/java/com/floci/test/ElbV2Test.java565 // ─── Delete cascade ──────────────────────────────────────────────────────COMMENT
MEDIUM…/test/java/com/floci/test/SesConfigurationSetTest.java68 // ─────────────────────────── V2 (SESv2) ───────────────────────────COMMENT
MEDIUM…/test/java/com/floci/test/SesConfigurationSetTest.java130 // ─────────────────────────── V1 (SES) ───────────────────────────COMMENT
MEDIUM…/test/java/com/floci/test/SesConfigurationSetTest.java192 // ────────────────────────── Validation ──────────────────────────COMMENT
MEDIUM…/test/java/com/floci/test/SesConfigurationSetTest.java216 // ─────────────────── V2 SuppressionOptions (per-CS) ───────────────────COMMENT
MEDIUM…/test/java/com/floci/test/SesConfigurationSetTest.java309 // ─────────────────────────── Helpers ───────────────────────────COMMENT
MEDIUM…test-java/src/test/java/com/floci/test/BackupTest.java55 // ── Vault ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…test-java/src/test/java/com/floci/test/BackupTest.java110 // ── Plan ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…test-java/src/test/java/com/floci/test/BackupTest.java179 // ── Selection ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…test-java/src/test/java/com/floci/test/BackupTest.java231 // ── Job ────────────────────────────────────────────────────────────────────COMMENT
1726 more matches not shown…
Hallucination Indicators282 hits · 2822 pts
SeverityFileLineSnippetContext
CRITICAL…t-java/src/test/java/com/floci/test/SchedulerTest.java313 .retryPolicy(software.amazon.awssdk.services.scheduler.model.RetryPolicy.builder()CODE
CRITICAL…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java254 .credentialsProvider(software.amazon.awssdk.auth.credentials.StaticCredentialsProvider.create(STRING
CRITICAL…com/floci/test/ApiGatewayV2WebSocketDataPlaneTest.java255 software.amazon.awssdk.auth.credentials.AwsBasicCredentials.create("test", "test")))STRING
CRITICAL…dk-test-java/src/test/java/com/floci/test/SsmTest.java167 software.amazon.awssdk.services.ssm.model.Tag.builder().key("env").value("test").build(),CODE
CRITICAL…dk-test-java/src/test/java/com/floci/test/SsmTest.java168 software.amazon.awssdk.services.ssm.model.Tag.builder().key("team").value("backend").build()CODE
CRITICAL…dk-test-java/src/test/java/com/floci/test/EfsTest.java76 .tags(software.amazon.awssdk.services.efs.model.Tag.builder().key("foo").value("bar").build())CODE
CRITICAL…va/src/test/java/com/floci/test/CodeDeployEcsTest.java154 .defaultActions(software.amazon.awssdk.services.elasticloadbalancingv2.model.Action.builder()CODE
CRITICAL…st-java/src/test/java/com/floci/test/FirehoseTest.java89 .record(software.amazon.awssdk.services.firehose.model.Record.builder()CODE
CRITICAL…st-java/src/test/java/com/floci/test/FirehoseTest.java102 software.amazon.awssdk.services.firehose.model.Record.builder().data(SdkBytes.fromString("{\"i\":1}", StCODE
CRITICAL…st-java/src/test/java/com/floci/test/FirehoseTest.java103 software.amazon.awssdk.services.firehose.model.Record.builder().data(SdkBytes.fromString("{\"i\":2}", StCODE
CRITICAL…st-java/src/test/java/com/floci/test/FirehoseTest.java104 software.amazon.awssdk.services.firehose.model.Record.builder().data(SdkBytes.fromString("{\"i\":3}", StCODE
CRITICAL…k-test-java/src/test/java/com/floci/test/Ec2Tests.java587 .tags(software.amazon.awssdk.services.ec2.model.Tag.builder().key("Name").value("sdk-test-instance").buiCODE
CRITICAL…test/java/com/floci/test/SesAccountAttributesTest.java220 org.junit.jupiter.api.Assumptions.assumeFalse(TestFixtures.isRealAws(),CODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java73 sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetRequest.builder()CODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java88 assertThatThrownBy(() -> sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigurCODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java111 sesV2.listConfigurationSets(software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest.buiCODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java118 sesV2.deleteConfigurationSet(software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetRequest.builder()CODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java197 assertThatThrownBy(() -> sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigurCODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java221 sesV2.createConfigurationSet(software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetRequest.builder()CODE
CRITICAL…/test/java/com/floci/test/SesConfigurationSetTest.java321 sesV2.deleteConfigurationSet(software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetRequest.buildCODE
CRITICAL…dk-test-java/src/test/java/com/floci/test/AcmTest.java246 software.amazon.awssdk.services.acm.model.Tag.builder().key("Environment").value("test").build()CODE
CRITICAL…dk-test-java/src/test/java/com/floci/test/AcmTest.java247 software.amazon.awssdk.services.acm.model.Tag.builder().key("Project").value("floci").build()CODE
CRITICAL…dk-test-java/src/test/java/com/floci/test/AcmTest.java268 .tags(software.amazon.awssdk.services.acm.model.Tag.builder().key("Project").value("floci").build()));CODE
CRITICAL…st-java/src/test/java/com/floci/test/DynamoDbTest.java314 software.amazon.awssdk.services.dynamodb.model.Tag.builder().key("env").value("test").build(),CODE
CRITICAL…st-java/src/test/java/com/floci/test/DynamoDbTest.java315 software.amazon.awssdk.services.dynamodb.model.Tag.builder().key("team").value("backend").build(CODE
CRITICAL…ava/com/floci/test/CloudFormationVirtualHostTests.java38 .credentialsProvider(software.amazon.awssdk.auth.credentials.StaticCredentialsProvider.create(CODE
CRITICAL…ava/com/floci/test/CloudFormationVirtualHostTests.java39 software.amazon.awssdk.auth.credentials.AwsBasicCredentials.create("test", "test")))CODE
CRITICAL…t-java/src/test/java/com/floci/test/S3ControlTest.java131 software.amazon.awssdk.services.s3control.model.Tag.builder()CODE
CRITICAL…t-java/src/test/java/com/floci/test/S3ControlTest.java133 software.amazon.awssdk.services.s3control.model.Tag.builder()CODE
CRITICAL…t-java/src/test/java/com/floci/test/S3ControlTest.java155 .tags(software.amazon.awssdk.services.s3control.model.Tag.builder()CODE
CRITICAL…t-java/src/test/java/com/floci/test/S3ControlTest.java182 software.amazon.awssdk.services.s3control.model.Tag.builder()CODE
CRITICAL…t-java/src/test/java/com/floci/test/S3ControlTest.java184 software.amazon.awssdk.services.s3control.model.Tag.builder()CODE
CRITICAL…k-test-java/src/test/java/com/floci/test/EcsTests.java292 .tags(software.amazon.awssdk.services.ecs.model.Tag.builder().key("env").value("test").build(),CODE
CRITICAL…k-test-java/src/test/java/com/floci/test/EcsTests.java293 software.amazon.awssdk.services.ecs.model.Tag.builder().key("team").value("sdk").build())CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java317 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java338 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java364 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java437 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java540 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java692 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java731 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java755 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…java/src/test/java/com/floci/test/SesTemplateTest.java814 .template(software.amazon.awssdk.services.ses.model.Template.builder()CODE
CRITICAL…test/java/com/floci/test/LambdaFunctionConfigTest.java235 .imageConfig(software.amazon.awssdk.services.lambda.model.ImageConfig.builder()CODE
CRITICAL…test/java/com/floci/test/LambdaFunctionConfigTest.java254 .imageConfig(software.amazon.awssdk.services.lambda.model.ImageConfig.builder()CODE
CRITICAL…dk-test-java/src/test/java/com/floci/test/IamTest.java184 .tags(software.amazon.awssdk.services.iam.model.Tag.builder().key("env").value("sdk-test").build())CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java233 software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java235 .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java241 .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java274 software.amazon.awssdk.services.ses.model.DescribeConfigurationSetRequest.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java284 software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java286 .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java290 .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java304 software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationRequest.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java306 .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java310 .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java318 software.amazon.awssdk.services.ses.model.DescribeConfigurationSetRequest.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java334 software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationRequest.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java336 .eventDestination(software.amazon.awssdk.services.ses.model.EventDestination.builder()CODE
CRITICAL…loci/test/SesConfigurationSetEventDestinationTest.java340 .snsDestination(software.amazon.awssdk.services.ses.model.SNSDestination.builder()CODE
222 more matches not shown…
Cross-File Repetition106 hits · 530 pts
SeverityFileLineSnippetContext
HIGH…e/common/AssumedRoleAccountRoutingIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…rvices/dynamodb/DynamoDbProjectionIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…services/dynamodb/DynamoDbTableArnIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…t/floci/services/dynamodb/DynamoDbIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…s/stepfunctions/StepFunctionsRetryIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…nctions/StepFunctionsMockedServiceIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…/dynamodb/DynamoDbKinesisStreamingIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…ctions/StepFunctionsAccountContextIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…/services/apigateway/ApiGatewayAwsIntegrationTest.java0{ "tablename": "%s", "keyschema": [{"attributename": "id", "keytype": "hash"}], "attributedefinitions": [{"attributenameSTRING
HIGH…ore/BedrockAgentCoreInvokeValidateIntegrationTest.java0{ "agentruntimename": "tagagent", "agentruntimeartifact": {"containerconfiguration": {"containeruri": "x:latest"}}, "netSTRING
HIGH…recontrol/BedrockAgentCoreEndpointIntegrationTest.java0{ "agentruntimename": "tagagent", "agentruntimeartifact": {"containerconfiguration": {"containeruri": "x:latest"}}, "netSTRING
HIGH…ol/BedrockAgentCoreTaggingIdentityIntegrationTest.java0{ "agentruntimename": "tagagent", "agentruntimeartifact": {"containerconfiguration": {"containeruri": "x:latest"}}, "netSTRING
HIGH…vices/s3/S3AccelerateConfigurationIntegrationTest.java0<versioningconfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <status>enabled</status> </versioningconfiguraSTRING
HIGH…nt/floci/services/s3/S3ReplicationIntegrationTest.java0<versioningconfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <status>enabled</status> </versioningconfiguraSTRING
HIGH…ices/s3/S3ReplicationConfigurationIntegrationTest.java0<versioningconfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <status>enabled</status> </versioningconfiguraSTRING
HIGH…rvices/configservice/ConfigTaggingIntegrationTest.java0{ "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] }STRING
HIGH…/hectorvent/floci/services/ecs/EcsIntegrationTest.java0{ "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] }STRING
HIGH…oci/services/codedeploy/CodeDeployIntegrationTest.java0{ "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] }STRING
HIGH…tepfunctions/StepFunctionsDynamoDbIntegrationTest.java0{ "resourcearn": "%s", "tags": [ {"key": "env", "value": "test"}, {"key": "team", "value": "sfn"} ] }STRING
HIGH…ces/cognito/AdminUserGlobalSignOutIntegrationTest.java0{"userpoolid":"%s","username":"%s","password":"%s","permanent":true}STRING
HIGH…oci/services/cognito/GlobalSignOutIntegrationTest.java0{"userpoolid":"%s","username":"%s","password":"%s","permanent":true}STRING
HIGH…t/floci/services/cognito/OriginJtiIntegrationTest.java0{"userpoolid":"%s","username":"%s","password":"%s","permanent":true}STRING
HIGH…ces/cognito/AdminUserGlobalSignOutIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": {"username": "%s", "password": "%s"} }STRING
HIGH…oci/services/cognito/GlobalSignOutIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": {"username": "%s", "password": "%s"} }STRING
HIGH…t/floci/services/cognito/OriginJtiIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": {"username": "%s", "password": "%s"} }STRING
HIGH…ces/cognito/AdminUserGlobalSignOutIntegrationTest.java0{ "clientid": "%s", "authflow": "refresh_token_auth", "authparameters": {"refresh_token": "%s"} }STRING
HIGH…oci/services/cognito/GlobalSignOutIntegrationTest.java0{ "clientid": "%s", "authflow": "refresh_token_auth", "authparameters": {"refresh_token": "%s"} }STRING
HIGH…t/floci/services/cognito/OriginJtiIntegrationTest.java0{ "clientid": "%s", "authflow": "refresh_token_auth", "authparameters": {"refresh_token": "%s"} }STRING
HIGH…vices/cognito/CognitoAliasUsernameIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "userattributes": [ { "name": "email", "value": "%s" }, { "name": "email_verifieSTRING
HIGH…ent/floci/services/cognito/CognitoIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "userattributes": [ { "name": "email", "value": "%s" }, { "name": "email_verifieSTRING
HIGH…gnito/CognitoAttributeVerificationIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "userattributes": [ { "name": "email", "value": "%s" }, { "name": "email_verifieSTRING
HIGH…vices/cognito/CognitoAliasUsernameIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "password": "password123!", "permanent": true }STRING
HIGH…i/services/cognito/CognitoUserInfoIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "password": "password123!", "permanent": true }STRING
HIGH…ent/floci/services/cognito/CognitoIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "password": "password123!", "permanent": true }STRING
HIGH…gnito/CognitoAttributeVerificationIntegrationTest.java0{ "userpoolid": "%s", "username": "%s", "password": "password123!", "permanent": true }STRING
HIGH…vices/cognito/CognitoAliasUsernameIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": { "username": "%s", "password": "%s" } }STRING
HIGH…i/services/cognito/CognitoUserInfoIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": { "username": "%s", "password": "%s" } }STRING
HIGH…ent/floci/services/cognito/CognitoIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": { "username": "%s", "password": "%s" } }STRING
HIGH…gnito/CognitoAttributeVerificationIntegrationTest.java0{ "clientid": "%s", "authflow": "user_password_auth", "authparameters": { "username": "%s", "password": "%s" } }STRING
HIGH…i/services/dynamodb/DynamoDbExportIntegrationTest.java0{ "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rangSTRING
HIGH…/dynamodb/DynamoDbFilterExpressionIntegrationTest.java0{ "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rangSTRING
HIGH…t/floci/services/dynamodb/DynamoDbIntegrationTest.java0{ "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rangSTRING
HIGH…tepfunctions/StepFunctionsDynamoDbIntegrationTest.java0{ "tablename": "%s", "keyschema": [ {"attributename": "pk", "keytype": "hash"}, {"attributename": "sk", "keytype": "rangSTRING
HIGH…bedrockruntime/BedrockProxyTimeoutIntegrationTest.java0{"messages": [{"role": "user", "content": [{"text": "hi"}]}]}STRING
HIGH…rvices/bedrockruntime/BedrockProxyIntegrationTest.java0{"messages": [{"role": "user", "content": [{"text": "hi"}]}]}STRING
HIGH…ices/bedrockruntime/BedrockRuntimeIntegrationTest.java0{"messages": [{"role": "user", "content": [{"text": "hi"}]}]}STRING
HIGH…ockruntime/BedrockProxyPassthroughIntegrationTest.java0{"messages": [{"role": "user", "content": [{"text": "hi"}]}]}STRING
HIGH…rockruntime/BedrockProxyInvalidUrlIntegrationTest.java0{"messages": [{"role": "user", "content": [{"text": "hi"}]}]}STRING
HIGH…services/apigatewayv2/WebSocketConnectionsApiTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…ices/apigatewayv2/WebSocketAwsHttpIntegrationTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…ces/apigatewayv2/WebSocketConnectionLifecycleTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…services/apigatewayv2/WebSocketMessageRoutingTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…/services/apigatewayv2/WebSocketRouteResponseTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…rvices/apigatewayv2/WebSocketLambdaAuthorizerTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…ervices/apigatewayv2/HttpApiRequestAuthorizerTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…services/apigatewayv2/WebSocketStageVariablesTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…rvices/apigatewayv2/WebSocketProxyEventFormatTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…atewayv2/ApiGatewayV2BinaryPayloadIntegrationTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…vices/apigatewayv2/HttpApiJwtAuthorizerScopesTest.java0{"functionname":"%s","runtime":"nodejs20.x","role":"arn:aws:iam::000000000000:role/lambda-role","handler":"index.handlerSTRING
HIGH…services/apigatewayv2/WebSocketConnectionsApiTest.java0{"integrationtype":"aws_proxy","integrationuri":"arn:aws:lambda:us-east-1:000000000000:function:%s/invocations","integraSTRING
46 more matches not shown…
Hyper-Verbose Identifiers197 hits · 194 pts
SeverityFileLineSnippetContext
LOWtools/docs/test_check_service_matrix.py17def test_extract_descriptor_keys_basic():CODE
LOWtools/docs/test_check_service_matrix.py28def test_extract_descriptor_keys_ignores_other_string_literals():STRING
LOWtools/docs/test_check_service_matrix.py35def test_count_descriptor_calls_matches_literal_keys_when_all_literal():STRING
LOWtools/docs/test_check_service_matrix.py43def test_count_descriptor_calls_excludes_the_definition():STRING
LOWtools/docs/test_check_service_matrix.py55def test_count_descriptor_calls_catches_a_non_literal_key():STRING
LOWtools/docs/test_check_service_matrix.py67def test_extract_matrix_slugs_scoped_to_table():STRING
LOWtools/docs/test_check_service_matrix.py87def test_extract_matrix_slugs_strips_anchor():STRING
LOWtools/docs/test_check_service_matrix.py92def test_extract_matrix_slugs_raises_on_missing_heading():STRING
LOWtools/docs/test_check_service_matrix.py103def test_find_undocumented_exact_match_needs_no_alias():STRING
LOWtools/docs/test_check_service_matrix.py115def test_find_undocumented_alias_resolves():STRING
LOWtools/docs/test_check_service_matrix.py126def test_find_undocumented_flags_genuine_gap():STRING
LOWtools/docs/test_check_service_matrix.py138def test_find_undocumented_unexpired_deferred_is_silenced():STRING
LOWtools/docs/test_check_service_matrix.py151def test_find_undocumented_expired_deferred_reports_and_still_flags():STRING
LOWtools/docs/test_check_service_matrix.py167def test_find_undocumented_deferred_entry_already_resolved_is_not_flagged():STRING
LOWtools/docs/test_regen_action_docs.py17def test_extract_switch_single_label():CODE
LOWtools/docs/test_regen_action_docs.py59def test_extract_switch_ignores_non_pascal_and_default():STRING
LOWtools/docs/test_regen_action_docs.py68def test_extract_switch_excludes_screaming_case_enum_labels():STRING
LOWtools/docs/test_regen_action_docs.py102def test_extract_rest_ucfirsts_method_names():STRING
LOWtools/docs/test_regen_action_docs.py110def test_extract_rest_requires_class_path():STRING
LOWtools/docs/test_regen_action_docs.py115def test_extract_rest_skips_comments_between_annotation_and_method():STRING
LOWtools/docs/test_regen_action_docs.py181def test_parse_marker_block_rejects_missing_markers():STRING
LOWtools/docs/test_regen_action_docs.py186def test_parse_table_rejects_non_table_line():STRING
LOWtools/docs/test_regen_action_docs.py192def test_parse_table_rejects_extra_columns():STRING
LOWtools/docs/test_regen_action_docs.py200def test_pipe_in_description_round_trips():STRING
LOWtools/docs/test_regen_action_docs.py225def test_regenerate_preserves_known_and_placeholders_new():STRING
LOWtools/docs/test_regen_action_docs.py235def test_regenerate_is_idempotent():STRING
LOWtools/docs/test_regen_action_docs.py242def test_regenerate_touches_only_marker_block():STRING
LOWtools/docs/test_regen_action_docs.py249def test_render_marker_block_shape():STRING
LOWtools/docs/test_regen_action_docs.py28def test_extract_switch_multi_label_arm():STRING
LOWtools/docs/test_regen_action_docs.py38def test_extract_switch_multiline_arm():STRING
LOWtools/docs/test_regen_action_docs.py133def test_extract_actions_applies_rename_and_exclude(tmp_path: Path):STRING
LOWtools/docs/test_regen_action_docs.py146def test_extract_actions_dedupes_across_sources(tmp_path: Path):STRING
LOWtools/docs/test_regen_action_docs.py162def test_split_row_honors_escaped_pipe():STRING
LOWtools/docs/test_regen_action_docs.py166def test_parse_marker_block_preserves_descriptions():STRING
LOWtools/docs/regen_action_docs.py345def _find_unregistered_handlers(CODE
LOWcompatibility-tests/sdk-test-python/conftest.py125def resourcegroupstaggingapi_client(aws_config, client_config):CODE
LOW…patibility-tests/sdk-test-python/tests/test_cognito.py34 def test_create_user_pool_client(self, cognito_client, unique_name):CODE
LOW…patibility-tests/sdk-test-python/tests/test_cognito.py51 def test_delete_user_pool_client(self, cognito_client, unique_name):CODE
LOW…patibility-tests/sdk-test-python/tests/test_cognito.py204 def test_describe_user_pool_returns_all_standard_schema_attributes(self, cognito_client, unique_name):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py147 def test_describe_nonexistent_pipe(self, pipes_client):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py188 def test_sqs_to_sqs_forwarding(self, pipes_client, sqs_client, unique_name):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py226 def test_filter_criteria_filters_messages(self, pipes_client, sqs_client, unique_name):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py285 def test_batch_size_in_source_parameters(self, pipes_client, sqs_client, unique_name):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py331 def test_stopped_pipe_does_not_forward(self, pipes_client, sqs_client, unique_name):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py367 def test_source_queue_drained_after_forwarding(CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py53 def test_put_bucket_notification_configuration_with_filters(self):CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py91 def test_get_bucket_notification_configuration_sqs_filter_roundtrip(self):CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py125 def test_get_bucket_notification_configuration_sns_filter_roundtrip(self):CODE
LOW…patibility-tests/sdk-test-python/tests/test_kinesis.py50 def test_describe_stream_summary(self, kinesis_client, unique_name):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py17 def test_get_caller_identity_account_id(self, sts_client):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py38 def test_assume_role_assumed_role_user(self, sts_client):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py46 def test_assume_role_with_web_identity(self, sts_client):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py61 def test_assume_role_missing_role_arn(self, sts_client):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py81 def test_get_federation_token(self, sts_client):CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py94 def test_decode_authorization_message(self, sts_client):CODE
LOW…atibility-tests/sdk-test-python/tests/test_dynamodb.py63 def test_describe_time_to_live(self, dynamodb_client, test_table):CODE
LOW…atibility-tests/sdk-test-python/tests/test_dynamodb.py68 def test_update_and_describe_continuous_backups(self, dynamodb_client, unique_name):CODE
LOW…atibility-tests/sdk-test-python/tests/test_dynamodb.py250 def test_batch_write_item_put(self, dynamodb_client, test_table):CODE
LOW…atibility-tests/sdk-test-python/tests/test_dynamodb.py278 def test_batch_write_item_delete(self, dynamodb_client, test_table):CODE
LOW…atibility-tests/sdk-test-python/tests/test_dynamodb.py355 def test_list_tags_of_resource(self, dynamodb_client, unique_name):CODE
137 more matches not shown…
Over-Commented Block40 hits · 40 pts
SeverityFileLineSnippetContext
LOWtools/docs/regen_action_docs.py41# doc and the tool's output would agree on the omission.COMMENT
LOWtools/docs/service_matrix.yaml1# Registry for the service-matrix presence check (tools/docs/check_service_matrix.py).COMMENT
LOWdocker/entrypoint.sh1#!/bin/shCOMMENT
LOW…est/java/com/floci/test/SesIdentityAttributesTest.java281 assertThat(resp.dkimTokens()).hasSize(3);COMMENT
LOW.github/workflows/ai-attribution.yml21 env:COMMENT
LOW.github/workflows/ai-attribution.yml41 # GitHub is the authority here, and agents commit through GitHubCOMMENT
LOW.github/workflows/release.yml1name: ReleaseCOMMENT
LOW.github/workflows/release-cut.yml1name: Release CutCOMMENT
LOW.github/workflows/conventional-commits.yml21 env:COMMENT
LOW.github/workflows/pr-limit.yml1name: PR Limit NoticeCOMMENT
LOW.github/workflows/warm-compat-caches.yml1# Populates the buildx layer caches that `compatibility.yml`'s test legs read.COMMENT
LOW.github/workflows/warm-compat-caches.yml21 # is keyed on. Test sources deliberately do not trigger a re-warm where theyCOMMENT
LOW…orvent/floci/core/common/IamEnforcementFilterTest.java321 // The realistic baseline guardrail from .temp/org-functional-test.sh: DenyLeaveOrg plus aCOMMENT
LOW…services/ssm/SsmCommandServiceDirectExecutionTest.java361 listThread.join(5000);COMMENT
LOW…loci/services/lambda/LambdaVersionIntegrationTest.java201 @TestCOMMENT
LOW…loci/services/lambda/runtime/RuntimeApiServerTest.java301 };COMMENT
LOW…loci/services/lambda/runtime/RuntimeApiServerTest.java541 void quiesceAtomicallyClearsInFlightWithStopped() throws Exception {COMMENT
LOW…orvent/floci/services/ec2/Ec2ContainerManagerTest.java241 // A highly-compressible payload well past the 10 MB decompressed cap this guardsCOMMENT
LOWsrc/main/resources/application.yml21 devservices:COMMENT
LOWsrc/main/resources/application.yml81 base-url: "http://localhost:4566"COMMENT
LOWsrc/main/resources/iam/managed-policies.yaml1# AWS managed policy catalog.COMMENT
LOW…hectorvent/floci/core/common/IamEnforcementFilter.java141 : requestContext.getAccountId();COMMENT
LOW…ectorvent/floci/services/dynamodb/DynamoDbService.java961 JsonNode lastScanned = null;COMMENT
LOW…/services/kinesisanalytics/model/FlinkApplication.java81 private int parallelism = 1;COMMENT
LOW…torvent/floci/services/msk/model/MskConfiguration.java41 @JsonProperty("creationTime")COMMENT
LOW…/floci/services/lambda/launcher/ContainerLauncher.java441 LogDestination logDestination = new LogDestination(cwLogGroup, cwLogStream, lambdaRegion);COMMENT
LOW…/floci/services/lambda/launcher/ContainerLauncher.java521 RuntimeApiServer server = handle.getRuntimeApiServer();COMMENT
LOW…/floci/services/lambda/launcher/ContainerLauncher.java621 // ensureCodeVolume's bookkeeping and cleanupSupersededVolumes' claim-and-delete for the sameCOMMENT
LOW…/floci/services/lambda/launcher/ContainerLauncher.java701 // that resolves a volume can never race a sweep that's about to delete that exact volume outCOMMENT
LOW…/floci/services/lambda/launcher/ContainerLauncher.java721 LOG.infov("Populating code volume {0} for function {1} (one-time per code version)",COMMENT
LOW…nt/floci/services/lambda/runtime/RuntimeApiServer.java201 // them — and read without the lock by WarmPool (hence `volatile`) to decide whether toCOMMENT
LOW…hectorvent/floci/services/lambda/zip/ZipExtractor.java41 // (issue #2593).COMMENT
LOW…ectorvent/floci/services/firehose/FirehoseService.java61 // busy source stream from monopolising the single flusher thread.COMMENT
LOW…ectorvent/floci/services/firehose/FirehoseService.java81 //COMMENT
LOW…ithub/hectorvent/floci/services/ses/SesController.java121COMMENT
LOW…oci/services/cloudformation/CloudFormationService.java221 // The one exception is a stack in REVIEW_IN_PROGRESS, and only for the CreateChangeSetCOMMENT
LOW…oci/services/cloudformation/CloudFormationService.java741 if (!isCreate && previousResource != null) {COMMENT
LOW…cloudformation/provisioners/IamRoleCfnProvisioner.java101 // policy is silently dropped while the stack still reports UPDATE_COMPLETE.COMMENT
LOW…i/services/apigateway/ApiGatewayExecuteController.java1041 .entity(jsonMessage("Unsupported Media Type"))COMMENT
LOW…i/services/apigateway/ApiGatewayExecuteController.java2201 }COMMENT
Verbosity Indicators20 hits · 35 pts
SeverityFileLineSnippetContext
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java61 // Step 1: Create user WITHOUT the boolean field setCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java79 // Step 2: Update user - set boolean to true and other fieldsCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java89 // Step 3: Get the item and verify the boolean was set correctlyCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java109 // Step 1: Create user WITH boolean = falseCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java122 // Step 2: Update boolean to trueCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java129 // Step 3: Verify the boolean changed to trueCOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java17 // Step 1: Create APICOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java31 // Step 2: Create AuthorizerCOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java49 // Step 3: Update Authorizer via PATCHCOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java74 // Step 4: GET Authorizer to verify persistenceCOMMENT
LOW…vent/floci/services/acm/AcmServicePersistenceTest.java40 // Step 1: Create a service with a persistent backend and create a certificateCOMMENT
LOW…vent/floci/services/acm/AcmServicePersistenceTest.java56 // Step 2: Create a second service instance sharing the same storage directory (simulating restart)COMMENT
LOW…vent/floci/services/acm/AcmServicePersistenceTest.java60 // Step 3: Validate that the certificate was correctly restored and properties matchCOMMENT
LOW…rvent/floci/services/codedeploy/CodeDeployService.java1586 // Step 1: shift canaryPercentage to targetVersionCOMMENT
LOW…rvent/floci/services/codedeploy/CodeDeployService.java1599 // Step 2: flip 100% to targetVersionCOMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java335 // Step 1: Send SASLInitialResponse with client-first-messageCOMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java353 // Step 2: Read AuthenticationSASLContinue (authType=11)COMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java376 // Step 3: Compute client-final-message with proofCOMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java394 // Step 4: Read AuthenticationSASLFinal (authType=12) — server signature (ignored)COMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java405 // Step 5: Read final AuthenticationOKCOMMENT
Structural Annotation Overuse20 hits · 35 pts
SeverityFileLineSnippetContext
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java61 // Step 1: Create user WITHOUT the boolean field setCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java79 // Step 2: Update user - set boolean to true and other fieldsCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java89 // Step 3: Get the item and verify the boolean was set correctlyCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java109 // Step 1: Create user WITH boolean = falseCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java122 // Step 2: Update boolean to trueCOMMENT
LOW…st/java/com/floci/test/DynamoDbEnhancedClientTest.java129 // Step 3: Verify the boolean changed to trueCOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java17 // Step 1: Create APICOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java31 // Step 2: Create AuthorizerCOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java49 // Step 3: Update Authorizer via PATCHCOMMENT
LOW…gateway/ApiGatewayUpdateAuthorizerIntegrationTest.java74 // Step 4: GET Authorizer to verify persistenceCOMMENT
LOW…vent/floci/services/acm/AcmServicePersistenceTest.java40 // Step 1: Create a service with a persistent backend and create a certificateCOMMENT
LOW…vent/floci/services/acm/AcmServicePersistenceTest.java56 // Step 2: Create a second service instance sharing the same storage directory (simulating restart)COMMENT
LOW…vent/floci/services/acm/AcmServicePersistenceTest.java60 // Step 3: Validate that the certificate was correctly restored and properties matchCOMMENT
LOW…rvent/floci/services/codedeploy/CodeDeployService.java1586 // Step 1: shift canaryPercentage to targetVersionCOMMENT
LOW…rvent/floci/services/codedeploy/CodeDeployService.java1599 // Step 2: flip 100% to targetVersionCOMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java335 // Step 1: Send SASLInitialResponse with client-first-messageCOMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java353 // Step 2: Read AuthenticationSASLContinue (authType=11)COMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java376 // Step 3: Compute client-final-message with proofCOMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java394 // Step 4: Read AuthenticationSASLFinal (authType=12) — server signature (ignored)COMMENT
LOW…/floci/services/rds/proxy/PostgresProtocolHandler.java405 // Step 5: Read final AuthenticationOKCOMMENT
Cross-Language Confusion4 hits · 22 pts
SeverityFileLineSnippetContext
HIGHtools/docs/test_check_service_matrix.py20 "ssm", storageMode(...), 5000L, null, ServiceProtocol.JSON,CODE
HIGHtools/docs/test_check_service_matrix.py31 src = 'descriptor("kafka", "msk", true, true, "msk", null, 5000L, null, X, Y, Set.of("kafka-signing-prefix."), Set.oSTRING
HIGHtools/docs/test_regen_action_docs.py62 case null, default -> b();STRING
HIGHcompatibility-tests/sdk-test-python/conftest.py225 " const name = (event && event.name) ? event.name : 'World';\n"CODE
Fake / Example Data15 hits · 17 pts
SeverityFileLineSnippetContext
LOWcompatibility-tests/sdk-test-python/tests/test_sts.py51 WebIdentityToken="dummy-token",CODE
LOW…nt/floci/core/common/WebIdentityTokenVerifierTest.java102 assertTrue(verifier.peekIssuer("dummy-token").isEmpty());CODE
LOW…oci/services/controltower/ControlTowerServiceTest.java409 "parameters":[{"key":"IdentityCenterEnabledBaselineArn","value":"placeholder"}]}CODE
LOW…b/hectorvent/floci/services/sns/SnsMobilePushTest.java55 "android-app", "GCM", Map.of("PlatformCredential", "fake-key"), REGION);CODE
LOW…ent/floci/services/cognito/CognitoIntegrationTest.java328 { "Name": "email", "Value": "user@example.com" },CODE
LOW…ent/floci/services/cognito/CognitoIntegrationTest.java1878 { "Name": "email", "Value": "user@example.com" },CODE
LOW…/services/cloudfront/CloudFrontOriginSecurityTest.java99 "http", "user@example.com", 80, "/", null));CODE
LOW…floci/services/eks/EksIrsaEndToEndIntegrationTest.java190 assumeRole("dummy-token")CODE
LOW…rvices/appsync/graphql/scalars/AppSyncScalarsTest.java46 Object valid = AppSyncScalars.AWS_EMAIL.getCoercing().parseValue("user@example.com");CODE
LOW…rvices/appsync/graphql/scalars/AppSyncScalarsTest.java47 assertThat(valid, is("user@example.com"));CODE
LOW…torvent/floci/services/ses/SimulatorAddressesTest.java60 assertFalse(SimulatorAddresses.isSuccess("user@example.com"));CODE
LOW…torvent/floci/services/ses/SimulatorAddressesTest.java61 assertFalse(SimulatorAddresses.isBounce("user@example.com"));CODE
LOW…torvent/floci/services/ses/SimulatorAddressesTest.java62 assertFalse(SimulatorAddresses.isComplaint("user@example.com"));CODE
LOW…torvent/floci/services/ses/SimulatorAddressesTest.java63 assertFalse(SimulatorAddresses.isSuppressionList("user@example.com"));CODE
LOW…stepfunctions/StepFunctionsJsonataIntegrationTest.java1197 assertTrue(output.contains("Jane Doe"));STRING
Unused Imports11 hits · 11 pts
SeverityFileLineSnippetContext
LOWtools/docs/test_check_service_matrix.py5CODE
LOWtools/docs/test_regen_action_docs.py5CODE
LOWtools/docs/check_service_matrix.py23CODE
LOWtools/docs/regen_action_docs.py19CODE
LOW…patibility-tests/sdk-test-python/tests/test_cognito.py3CODE
LOW…patibility-tests/sdk-test-python/tests/test_kinesis.py5CODE
LOW…atibility-tests/sdk-test-python/tests/test_dynamodb.py3CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sqs.py6CODE
LOW…ibility-tests/sdk-test-python/tests/test_cloudwatch.py5CODE
LOWcompatibility-tests/sdk-test-python/tests/test_kms.py3CODE
LOWcompatibility-tests/sdk-test-python/tests/test_sns.py5CODE
Excessive Try-Catch Wrapping8 hits · 10 pts
SeverityFileLineSnippetContext
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py411 except Exception:CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py41 except Exception as e:CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py45 except Exception as e:CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py50 except Exception as e:CODE
LOW…ts/sdk-test-python/tests/test_cloudformation_naming.py86 except Exception as e:CODE
LOW…ts/sdk-test-python/tests/test_cloudformation_naming.py315 except Exception as e:CODE
LOW…patibility-tests/sdk-test-python/tests/test_s3_cors.py35 except Exception as e:CODE
LOW…patibility-tests/sdk-test-python/tests/test_s3_cors.py40 except Exception as e:CODE
Self-Referential Comments2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMcompatibility-tests/sdk-test-python/tests/test_sqs.py219 # Create main queue and DLQCOMMENT
MEDIUMcompatibility-tests/sdk-test-python/tests/test_kms.py208 # Create an asymmetric signing keyCOMMENT
Modern AI Meta-Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…orvent/floci/core/common/IamEnforcementFilterTest.java426 // account-root key, whose resolveCallerArn is empty (see the workload-guardrails test above).COMMENT
MEDIUM…floci/services/organizations/OrganizationsService.java843 // ──────────────────────────── Control Tower guardrails ────────────────────────────COMMENT
Modern Structural Boilerplate5 hits · 5 pts
SeverityFileLineSnippetContext
LOWcompatibility-tests/sdk-test-python/conftest.py15logger = logging.getLogger(__name__)CODE
LOW…y-tests/sdk-test-python/tests/test_s3_notifications.py7logger = logging.getLogger(__name__)CODE
LOWcompatibility-tests/sdk-test-python/tests/test_ecr.py14logger = logging.getLogger(__name__)CODE
LOW…ts/sdk-test-python/tests/test_cloudformation_naming.py13logger = logging.getLogger(__name__)CODE
LOW…patibility-tests/sdk-test-python/tests/test_s3_cors.py9logger = logging.getLogger(__name__)CODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHdocs/services/appsync.md347 -H "x-api-key: da2-YOUR_API_KEY" \CODE
Deep Nesting2 hits · 2 pts
SeverityFileLineSnippetContext
LOWcompatibility-tests/sdk-test-python/conftest.py241CODE
LOWcompatibility-tests/sdk-test-python/tests/test_pipes.py285CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…sts/sdk-test-awscli/test/test_helper/common-setup.bash48# Check if operation is unsupportedCOMMENT