Repository Analysis

apache/incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.

5.7 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of apache/incubator-seata, a Java project with 25,979 GitHub stars. SynthScan v2.0 examined 487,456 lines of code across 3297 source files, recording 337 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 5.7 places this repository in the Low AI signal band.

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

5.7
Adjusted Score
5.7
Raw Score
100%
Time Factor
2026-07-13
Last Push
26.0K
Stars
Java
Language
487.5K
Lines of Code
3.3K
Files
337
Pattern Hits
2026-07-14
Scan Date
0.07
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 237HIGH 0MEDIUM 2LOW 98

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 337 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators237 hits · 2630 pts
SeverityFileLineSnippetContext
CRITICAL…test/java/io/seata/core/serializer/SerializerTest.java51 Assertions.assertTrue(org.apache.seata.core.serializer.Serializer.class.isAssignableFrom(Serializer.class));CODE
CRITICAL…c/test/java/io/seata/core/context/ContextCoreTest.java30 Assertions.assertTrue(org.apache.seata.core.context.ContextCore.class.isAssignableFrom(ContextCore.class));CODE
CRITICAL…c/test/java/io/seata/core/context/ContextCoreTest.java60 Assertions.assertTrue(org.apache.seata.core.context.ContextCore.class.isAssignableFrom(ContextCore.class));CODE
CRITICAL…c/test/java/io/seata/core/context/ContextCoreTest.java66 Assertions.assertTrue(org.apache.seata.core.context.ContextCore.class.isAssignableFrom(ContextCore.class));CODE
CRITICAL…c/test/java/io/seata/core/context/ContextCoreTest.java72 java.lang.reflect.Method[] parentMethods = org.apache.seata.core.context.ContextCore.class.getMethods();CODE
CRITICAL…e/src/test/java/io/seata/core/auth/AuthSignerTest.java42 org.apache.seata.core.auth.AuthSigner.class.isAssignableFrom(AuthSigner.class),CODE
CRITICAL…test/java/io/seata/core/compressor/CompressorTest.java45 Assertions.assertTrue(org.apache.seata.core.compressor.Compressor.class.isAssignableFrom(Compressor.class));CODE
CRITICAL…t/java/io/seata/core/constants/DubboConstantsTest.java33 org.apache.seata.core.constants.DubboConstants.class.isAssignableFrom(DubboConstants.class));CODE
CRITICAL…t/java/io/seata/core/constants/DubboConstantsTest.java39 Field[] apacheFields = org.apache.seata.core.constants.DubboConstants.class.getDeclaredFields();CODE
CRITICAL…/src/test/java/io/seata/core/model/BranchTypeTest.java41 Assertions.assertEquals(org.apache.seata.core.model.BranchType.AT.ordinal(), BranchType.AT.ordinal());CODE
CRITICAL…/src/test/java/io/seata/core/model/BranchTypeTest.java44 Assertions.assertEquals(org.apache.seata.core.model.BranchType.TCC.ordinal(), BranchType.TCC.ordinal());CODE
CRITICAL…/src/test/java/io/seata/core/model/BranchTypeTest.java47 Assertions.assertEquals(org.apache.seata.core.model.BranchType.SAGA.ordinal(), BranchType.SAGA.ordinal());CODE
CRITICAL…/src/test/java/io/seata/core/model/BranchTypeTest.java50 Assertions.assertEquals(org.apache.seata.core.model.BranchType.XA.ordinal(), BranchType.XA.ordinal());CODE
CRITICAL…test/java/io/seata/core/model/ResourceManagerTest.java110 org.apache.seata.core.model.ResourceManager.class.isAssignableFrom(ResourceManager.class));CODE
CRITICAL…/io/seata/core/exception/TransactionExceptionTest.java41 org.apache.seata.core.exception.TransactionException.class.isAssignableFrom(TransactionException.class),CODE
CRITICAL…/io/seata/core/store/db/sql/lock/LockStoreSqlTest.java43 org.apache.seata.core.store.db.sql.lock.LockStoreSql.class.isAssignableFrom(LockStoreSql.class),CODE
CRITICAL…a/io/seata/core/store/db/sql/log/LogStoreSqlsTest.java43 org.apache.seata.core.store.db.sql.log.LogStoreSqls.class.isAssignableFrom(LogStoreSqls.class),CODE
CRITICAL…ta/integration/tx/api/remoting/RemotingParserTest.java39 org.apache.seata.integration.tx.api.remoting.RemotingParser.class.isAssignableFrom(CODE
CRITICAL…a/io/seata/integration/tx/api/json/JsonParserTest.java37 org.apache.seata.integration.tx.api.json.JsonParser.class.isAssignableFrom(JsonParser.class),CODE
CRITICAL…n/tx/api/interceptor/ActionInterceptorHandlerTest.java46 org.apache.seata.integration.tx.api.interceptor.ActionInterceptorHandler.class.isAssignableFrom(CODE
CRITICAL…handler/GlobalTransactionalInterceptorHandlerTest.java209 new org.apache.seata.tm.api.DefaultFailureHandlerImpl(), methodsToProxy);CODE
CRITICAL…ration/http/TransactionPropagationInterceptorTest.java39 org.apache.seata.integration.http.TransactionPropagationInterceptor.class.isAssignableFrom(CODE
CRITICAL…integration/http/JakartaSeataWebMvcConfigurerTest.java39 org.apache.seata.integration.http.JakartaSeataWebMvcConfigurer.class.isAssignableFrom(CODE
CRITICAL…/seata/integration/http/SeataWebMvcConfigurerTest.java39 org.apache.seata.integration.http.SeataWebMvcConfigurer.class.isAssignableFrom(CODE
CRITICALcompatible/src/test/java/io/seata/tm/TMClientTest.java30 Assertions.assertTrue(org.apache.seata.tm.TMClient.class.isAssignableFrom(TMClient.class));CODE
CRITICALcompatible/src/test/java/io/seata/tm/TMClientTest.java77 java.lang.reflect.Method[] parentMethods = org.apache.seata.tm.TMClient.class.getDeclaredMethods();CODE
CRITICAL…c/test/java/io/seata/tm/api/GlobalTransactionTest.java63 org.apache.seata.tm.api.BaseTransaction.class.isAssignableFrom(GlobalTransaction.class),CODE
CRITICAL…st/java/io/seata/tm/api/GlobalTransactionRoleTest.java134 org.apache.seata.tm.api.GlobalTransactionRole.valueOf(role.name());CODE
CRITICAL…st/java/io/seata/tm/api/GlobalTransactionRoleTest.java141 org.apache.seata.tm.api.GlobalTransactionRole.values()) {CODE
CRITICAL…t/java/io/seata/saga/statelang/validator/RuleTest.java41 org.apache.seata.saga.statelang.validator.Rule.class.isAssignableFrom(Rule.class),CODE
CRITICAL…ava/io/seata/saga/statelang/parser/JsonParserTest.java42 org.apache.seata.saga.statelang.parser.JsonParser.class.isAssignableFrom(JsonParser.class),CODE
CRITICAL…java/io/seata/saga/statelang/domain/StateTypeTest.java188 org.apache.seata.saga.statelang.domain.StateType.values()) {CODE
CRITICAL…o/seata/saga/statelang/domain/ExecutionStatusTest.java137 org.apache.seata.saga.statelang.domain.ExecutionStatus.values()) {CODE
CRITICAL…a/io/seata/saga/statelang/domain/StateMachineTest.java93 org.apache.seata.saga.statelang.domain.StateMachine.Status.values()) {CODE
CRITICAL…o/seata/saga/statelang/domain/RecoverStrategyTest.java89 org.apache.seata.saga.statelang.domain.RecoverStrategy.values()) {CODE
CRITICAL…/saga/statelang/domain/impl/StateInstanceImplTest.java40 apacheStateInstance = new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…/saga/statelang/domain/impl/StateInstanceImplTest.java54 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…/saga/statelang/domain/impl/StateInstanceImplTest.java235 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…/saga/statelang/domain/impl/StateInstanceImplTest.java243 StateInstanceImpl.wrap(new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl());CODE
CRITICAL…io/seata/saga/statelang/domain/impl/StateImplTest.java39 apacheState = new org.apache.seata.saga.statelang.domain.impl.ServiceTaskStateImpl();CODE
CRITICAL…io/seata/saga/statelang/domain/impl/StateImplTest.java51 new org.apache.seata.saga.statelang.domain.impl.ServiceTaskStateImpl();CODE
CRITICAL…io/seata/saga/statelang/domain/impl/StateImplTest.java146 new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…io/seata/saga/statelang/domain/impl/StateImplTest.java166 new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…io/seata/saga/statelang/domain/impl/StateImplTest.java194 new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java39 apacheInstance = new org.apache.seata.saga.statelang.domain.impl.StateMachineInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java53 new org.apache.seata.saga.statelang.domain.impl.StateMachineInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java115 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java232 new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java241 new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java251 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java256 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java275 StateInstanceImpl.wrap(new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl());CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java287 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java292 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java311 StateInstanceImpl.wrap(new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl());CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java348 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…tatelang/domain/impl/StateMachineInstanceImplTest.java365 new org.apache.seata.saga.statelang.domain.impl.StateInstanceImpl();CODE
CRITICAL…a/saga/statelang/domain/impl/StateMachineImplTest.java41 apacheStateMachine = new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…a/saga/statelang/domain/impl/StateMachineImplTest.java55 new org.apache.seata.saga.statelang.domain.impl.StateMachineImpl();CODE
CRITICAL…a/saga/statelang/domain/impl/StateMachineImplTest.java101 new org.apache.seata.saga.statelang.domain.impl.ServiceTaskStateImpl();CODE
177 more matches not shown…
Over-Commented Block66 hits · 66 pts
SeverityFileLineSnippetContext
LOW.asf.yaml1#COMMENT
LOWcodecov.yml1#COMMENT
LOWchangeVersion.sh1#COMMENT
LOW.licenserc.yaml1#COMMENT
LOW.travis.yml1# Licensed to the Apache Software Foundation (ASF) under one or moreCOMMENT
LOW…-config-core/src/test/resources/registry-test-yaml.yml1#COMMENT
LOWdistribution/bin/seata-server.sh1#!/bin/bashCOMMENT
LOWdistribution/bin/seata-namingserver-setup.sh1#!/bin/bashCOMMENT
LOWdistribution/bin/seata-namingserver.sh1#!/bin/bashCOMMENT
LOWdistribution/bin/seata-setup.sh1#!/bin/bashCOMMENT
LOWnamingserver/src/test/resources/application.yml1#COMMENT
LOWnamingserver/src/main/resources/application.yml1#COMMENT
LOW…ain/resources/docker/seata-naming-server-entrypoint.sh1#!/bin/bashCOMMENT
LOW…/apache/seata/server/storage/SessionConverterTest.java21// import java.util.List;COMMENT
LOW…/apache/seata/server/storage/SessionConverterTest.java41// public void testConcurrentModificationException() throws InterruptedException {COMMENT
LOW…/apache/seata/server/storage/SessionConverterTest.java61// exceptionThrown.set(true);COMMENT
LOW…/apache/seata/server/storage/SessionConverterTest.java81// }COMMENT
LOW…/apache/seata/server/storage/SessionConverterTest.java101// session.setTransactionId(id);COMMENT
LOWserver/src/main/resources/application.example.yml1#COMMENT
LOWserver/src/main/resources/application.yml1#COMMENT
LOWserver/src/main/resources/application.raft.example.yml1#COMMENT
LOW…r/src/main/resources/docker/seata-server-entrypoint.sh1#!/bin/bashCOMMENT
LOWscript/server/docker-compose/docker-compose.yaml1#COMMENT
LOWscript/server/kubernetes/seata-server.yaml1#COMMENT
LOWscript/server/helm/seata-server/Chart.yaml1#COMMENT
LOWscript/server/helm/seata-server/values.yaml1#COMMENT
LOW…ipt/server/helm/seata-server/templates/deployment.yaml1#COMMENT
LOWscript/server/helm/seata-server/templates/NOTES.txt1#COMMENT
LOWscript/server/helm/seata-server/templates/service.yaml1#COMMENT
LOW…helm/seata-server/templates/tests/test-connection.yaml1#COMMENT
LOWscript/config-center/config.txt1#COMMENT
LOWscript/config-center/zk/zk-config-interactive.sh1#!/usr/bin/env bashCOMMENT
LOWscript/config-center/zk/zk-config.sh1#!/usr/bin/env bashCOMMENT
LOWscript/config-center/etcd3/etcd3-config.sh1#!/usr/bin/env bashCOMMENT
LOWscript/config-center/etcd3/etcd3-config-interactive.sh1#!/usr/bin/env bashCOMMENT
LOWscript/config-center/nacos/nacos-config-interactive.sh1#!/bin/shCOMMENT
LOWscript/config-center/nacos/nacos-config.py1#!/usr/bin/env python3COMMENT
LOWscript/config-center/nacos/nacos-config.sh1#!/bin/shCOMMENT
LOWscript/config-center/nacos/nacos-config-interactive.py1#!/usr/bin/env python3COMMENT
LOWscript/config-center/consul/consul-config.sh1#!/usr/bin/env bashCOMMENT
LOW…ript/config-center/consul/consul-config-interactive.sh1#!/usr/bin/env bashCOMMENT
LOW…ript/config-center/apollo/apollo-config-interactive.sh1#!/usr/bin/env bashCOMMENT
LOWscript/config-center/apollo/apollo-config.sh1#!/usr/bin/env bashCOMMENT
LOWscript/client/spring/application.yml1#COMMENT
LOW…/seata/rm/tcc/spring/GlobalTransactionScannerTest.java21 */COMMENT
LOW…/seata/rm/tcc/spring/GlobalTransactionScannerTest.java41 // }COMMENT
LOW…/seata/rm/tcc/spring/GlobalTransactionScannerTest.java61 // * @param beanName the bean nameCOMMENT
LOW…/seata/rm/tcc/spring/GlobalTransactionScannerTest.java81 // *COMMENT
LOW…/seata/rm/tcc/spring/GlobalTransactionScannerTest.java101 // String cacheKey = "tccBean-key";COMMENT
LOW.github/workflows/test-ubuntu.yml1#COMMENT
LOW.github/workflows/publish-docker.yml1#COMMENT
LOW.github/workflows/codeql-analysis.yml1#COMMENT
LOW.github/workflows/test.yml1#COMMENT
LOW.github/workflows/spotless-check.yml1#COMMENT
LOW.github/workflows/license-checker.yaml1#COMMENT
LOW.github/workflows/rerun-build.yml1#COMMENT
LOW.github/workflows/publish-ossrh.yml1#COMMENT
LOW.github/workflows/test-druid.yml1#COMMENT
LOW.github/workflows/test-druid.yml41 strategy:COMMENT
LOW.github/workflows/test-druid.yml61# 1.2.11,COMMENT
6 more matches not shown…
Structural Annotation Overuse14 hits · 32 pts
SeverityFileLineSnippetContext
LOWcompatible/README.md300### Step 1: Add DependencyCOMMENT
LOWcompatible/README.md309### Step 2: Use Compatible APIsCOMMENT
LOWcompatible/README.md312### Step 3: Gradual MigrationCOMMENT
LOW…/apache/seata/core/rpc/netty/http/ParameterParser.java127 // Step 1: If body exists and contains paramName, use its value firstCOMMENT
LOW…/apache/seata/core/rpc/netty/http/ParameterParser.java132 // Step 2: If the parameter is missing but a defaultValue is set, use the defaultValueCOMMENT
LOW…/apache/seata/core/rpc/netty/http/ParameterParser.java138 // Step 3: If the parameter is required but no value or defaultValue is provided, throw an exceptionCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV1Test.java47 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV1Test.java51 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV1Test.java48 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV1Test.java52 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV2Test.java49 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV2Test.java53 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV2Test.java48 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV2Test.java52 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
Verbosity Indicators11 hits · 25 pts
SeverityFileLineSnippetContext
LOW…/apache/seata/core/rpc/netty/http/ParameterParser.java127 // Step 1: If body exists and contains paramName, use its value firstCOMMENT
LOW…/apache/seata/core/rpc/netty/http/ParameterParser.java132 // Step 2: If the parameter is missing but a defaultValue is set, use the defaultValueCOMMENT
LOW…/apache/seata/core/rpc/netty/http/ParameterParser.java138 // Step 3: If the parameter is required but no value or defaultValue is provided, throw an exceptionCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV1Test.java47 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV1Test.java51 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV1Test.java48 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV1Test.java52 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV2Test.java49 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV1ToClientV2Test.java53 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV2Test.java48 // Step 1: Register TMCOMMENT
LOW…ore/rpc/netty/multiversion/ServerV2ToClientV2Test.java52 // Step 2: Send heartbeat to verify bidirectional encode/decodeCOMMENT
AI Slop Vocabulary2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUM…pache/seata/server/session/FileSessionManagerTest.java478 // TODO: After implementing robust support for concurrent multi‑module tests, add tests to verify thatCOMMENT
MEDIUM…/java/org/apache/seata/common/util/HttpClientUtil.java153 // Extract media type without parameters for robust comparisonCOMMENT
Hyper-Verbose Identifiers6 hits · 6 pts
SeverityFileLineSnippetContext
LOW…ta/server/limit/AbstractTransactionRequestHandler.java26public abstract class AbstractTransactionRequestHandler {CODE
LOW…e-designer/src/layout/behavior/LayoutUpdateBehavior.js36 function updateConnectionWaypoints(context) {CODE
LOW…e-designer/src/layout/behavior/LayoutUpdateBehavior.js54 function updateConnectionSourceTarget(context) {CODE
LOW…igner/src/layout/behavior/ReplaceConnectionBehavior.js22export default function ReplaceConnectionBehavior(injector, modeling, rules) {CODE
LOW…signer/src/layout/behavior/LayoutConnectionBehavior.js137function getConnectionByOrientation(target, connections) {CODE
LOW…urces/static/console-fe/src/service/transactionInfo.ts142export async function sendGlobalCommitOrRollback(params: GlobalSessionParam): Promise<any> {CODE
Fake / Example Data1 hit · 1 pts
SeverityFileLineSnippetContext
LOWsaga/seata-saga-statemachine-designer/README-zh.md609 <img src="assets/placeholder.png" alt="placeholder" style="zoom:33%;" />CODE