AI-driven database tool and SQL client, The hottest GUI client, supporting MySQL, Oracle, PostgreSQL, DB2, SQL Server, DB2, SQLite, H2, ClickHouse, and more.
This report presents the forensic synthetic code analysis of CodePhiliaX/Chat2DB, a Java project with 25,861 GitHub stars. SynthScan v2.0 examined 335,468 lines of code across 3216 source files, recording 232 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 2.5 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).
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.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 232 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 750 | if (type == null || !StringUtils.equals(type, ai.chat2db.community.domain.api.enums.parser.SqlTypeEn | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 769 | if (type != null && StringUtils.equalsAnyIgnoreCase(type, ai.chat2db.community.domain.api.enums.parser.S | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 770 | ai.chat2db.community.domain.api.enums.parser.SqlTypeEnum.ANONYMOUS_BLOCK.name())) { | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 824 | if (type == null || !StringUtils.equals(type, ai.chat2db.community.domain.api.enums.parser.SqlTypeEn | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 845 | if (type != null && StringUtils.equalsAnyIgnoreCase(type, ai.chat2db.community.domain.api.enums.parser.S | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 846 | ai.chat2db.community.domain.api.enums.parser.SqlTypeEnum.ANONYMOUS_BLOCK.name())) { | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 885 | if (type == null || !StringUtils.equals(type, ai.chat2db.community.domain.api.enums.parser.SqlTypeEnum.S | CODE |
| CRITICAL | …i/src/main/java/ai/chat2db/spi/DefaultSQLExecutor.java | 933 | if (type == null || !StringUtils.equals(type, ai.chat2db.community.domain.api.enums.parser.SqlTypeEnum.S | CODE |
| CRITICAL | …va/ai/chat2db/community/tools/util/ExceptionUtils.java | 25 | Throwable thr = org.apache.commons.lang3.exception.ExceptionUtils.getRootCause(throwable); | CODE |
| CRITICAL | …a/ai/chat2db/community/tools/util/EasyStringUtils.java | 20 | if (!org.apache.commons.lang3.StringUtils.isNumeric(userId)) { | CODE |
| CRITICAL | …ai/chat2db/plugin/snowflake/SnowFlakeSyntaxPlugin.java | 11 | return ai.chat2db.community.domain.api.enums.parser.DatabaseTypeEnum.SNOWFLAKE.name(); | CODE |
| CRITICAL | …/java/ai/chat2db/plugin/oracle/OracleSyntaxPlugin.java | 10 | return ai.chat2db.community.domain.api.enums.parser.DatabaseTypeEnum.ORACLE.name(); | CODE |
| CRITICAL⚡ | …n/java/ai/chat2db/plugin/redis/type/SetTypeScript.java | 97 | if (ai.chat2db.plugin.redis.constant.ActionConstants.DELETE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …n/java/ai/chat2db/plugin/redis/type/SetTypeScript.java | 101 | if (ai.chat2db.plugin.redis.constant.ActionConstants.CREATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …n/java/ai/chat2db/plugin/redis/type/SetTypeScript.java | 105 | if (ai.chat2db.plugin.redis.constant.ActionConstants.UPDATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …ava/ai/chat2db/plugin/redis/type/StreamTypeScript.java | 109 | if (ai.chat2db.plugin.redis.constant.ActionConstants.DELETE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …ava/ai/chat2db/plugin/redis/type/StreamTypeScript.java | 113 | if (ai.chat2db.plugin.redis.constant.ActionConstants.CREATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …ava/ai/chat2db/plugin/redis/type/StreamTypeScript.java | 117 | if (ai.chat2db.plugin.redis.constant.ActionConstants.UPDATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/ListTypeScript.java | 97 | if (ai.chat2db.plugin.redis.constant.ActionConstants.DELETE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/ListTypeScript.java | 101 | if (ai.chat2db.plugin.redis.constant.ActionConstants.CREATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/ListTypeScript.java | 105 | if (ai.chat2db.plugin.redis.constant.ActionConstants.UPDATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/HashTypeScript.java | 88 | if (ai.chat2db.plugin.redis.constant.ActionConstants.DELETE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/HashTypeScript.java | 92 | if (ai.chat2db.plugin.redis.constant.ActionConstants.CREATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/HashTypeScript.java | 96 | if (ai.chat2db.plugin.redis.constant.ActionConstants.UPDATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/ZSetTypeScript.java | 80 | if (ai.chat2db.plugin.redis.constant.ActionConstants.DELETE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/ZSetTypeScript.java | 84 | if (ai.chat2db.plugin.redis.constant.ActionConstants.CREATE.equals(field.getAction())) { | CODE |
| CRITICAL⚡ | …/java/ai/chat2db/plugin/redis/type/ZSetTypeScript.java | 88 | if(ai.chat2db.plugin.redis.constant.ActionConstants.UPDATE.equals(field.getAction())){ | CODE |
| CRITICAL⚡ | …/ai/chat2db/community/jcef/utils/NetworkProxyUtil.java | 17 | NetworkProxySettings settings = ai.chat2db.community.tools.network.NetworkProxyUtil.getSettings(); | CODE |
| CRITICAL⚡ | …/ai/chat2db/community/jcef/utils/NetworkProxyUtil.java | 25 | ai.chat2db.community.tools.network.NetworkProxyUtil.validate(settings); | CODE |
| CRITICAL⚡ | …/ai/chat2db/community/jcef/utils/NetworkProxyUtil.java | 27 | ai.chat2db.community.tools.network.NetworkProxyUtil.toChromiumProxyServer(settings)); | CODE |
| CRITICAL⚡ | …/ai/chat2db/community/jcef/utils/NetworkProxyUtil.java | 28 | String bypassList = ai.chat2db.community.tools.network.NetworkProxyUtil.toChromiumBypassList(settings.getNoProxy | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 21 | return ai.chat2db.community.tools.util.SystemSettingsUtil.getCachePath(); | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 25 | ai.chat2db.community.tools.util.SystemSettingsUtil.setProperty(key, newValue); | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 29 | return ai.chat2db.community.tools.util.SystemSettingsUtil.getProperty(key); | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 33 | return ai.chat2db.community.tools.util.SystemSettingsUtil.getBooleanProperty(key, defaultValue); | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 37 | return ai.chat2db.community.tools.util.SystemSettingsUtil.isMcpEnabled(); | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 41 | return ai.chat2db.community.tools.util.SystemSettingsUtil.getOrCreateMcpAuthToken(); | CODE |
| CRITICAL⚡ | …i/chat2db/community/jcef/utils/SystemSettingsUtil.java | 45 | return ai.chat2db.community.tools.util.SystemSettingsUtil.resetMcpAuthToken(); | CODE |
| CRITICAL | …b/api/model/response/db/SqlCompletionResponseTest.java | 18 | ai.chat2db.community.domain.api.model.completion.result.SqlCompletionResponse.success(7, 10, | CODE |
| CRITICAL | …nity/web/api/converter/cli/CliDatasourceConverter.java | 35 | new ai.chat2db.community.domain.api.model.request.cli.CliConnectionTestRequest(); | CODE |
| CRITICAL⚡ | …b/community/web/api/converter/cli/CliWebConverter.java | 41 | new ai.chat2db.community.domain.api.model.request.cli.CliTablesListRequest(); | CODE |
| CRITICAL⚡ | …b/community/web/api/converter/cli/CliWebConverter.java | 49 | new ai.chat2db.community.domain.api.model.request.cli.CliTableDetailRequest(); | CODE |
| CRITICAL⚡ | …b/community/web/api/converter/cli/CliWebConverter.java | 57 | new ai.chat2db.community.domain.api.model.request.cli.CliSqlQueryRequest(); | CODE |
| CRITICAL | …db/community/web/api/config/console/ConsoleHelper.java | 354 | if (com.dtflys.forest.utils.StringUtils.isNotEmpty(language)) { | CODE |
| CRITICAL | …unity/web/api/adapter/db/cell/CellValueWebAdapter.java | 132 | return org.apache.commons.lang3.StringUtils.defaultIfBlank(prefix, "cell-value"); | CODE |
| CRITICAL | …/main/java/ai/chat2db/community/start/Application.java | 113 | if (org.apache.commons.lang3.StringUtils.isEmpty(x)) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …db/plugin/oracle/value/sub/OracleAnyDataProcessor.java | 8 | public class OracleAnyDataProcessor extends DefaultValueProcessor { | CODE |
| LOW | chat2db-community-client/src/blocks/AI/index.tsx | 42 | function splitIncompleteChartBlock(text: string): { textBeforeChart: string; hasIncompleteChart: boolean } { | CODE |
| LOW | chat2db-community-client/src/blocks/AI/index.tsx | 450 | function truncateCollapsedThoughtPreview(text?: string, maxLength = COLLAPSED_THOUGHT_PREVIEW_MAX_LENGTH) { | CODE |
| LOW | chat2db-community-client/src/blocks/AI/index.tsx | 461 | function isLikelySameSessionFromPrefix(serverMessages: IChatItem[], snapshotMessages: IChatItem[]) { | CODE |
| LOW | …cks/SearchResult/components/ViewData/largeCellValue.ts | 81 | export function getLargeCellRequestFormat( | CODE |
| LOW | …cks/SearchResult/components/ViewData/largeCellValue.ts | 88 | export function getLargeCellDownloadFormat(displayMode?: LargeValueType | string): LargeCellDownloadFormat { | CODE |
| LOW | …cks/SearchResult/components/ViewData/largeCellValue.ts | 101 | export function getNextLargeCellChunkLimit(params: { | CODE |
| LOW | …cks/SearchResult/components/ViewData/largeCellValue.ts | 133 | export function getLargeCellImagePreviewSrc(params: { | CODE |
| LOW | …cks/SearchResult/components/ViewData/largeCellValue.ts | 153 | export function isLargeCellTokenExpiredError(error: any) { | CODE |
| LOW | …cks/SearchResult/components/ViewData/largeCellValue.ts | 157 | export function getLargeCellDisplayMessage(message?: string | null) { | CODE |
| LOW | …SearchResult/components/SQLPreviewExecute/updateSql.ts | 28 | export function buildUpdateSqlRequestParams(operations: UpdateSqlOperation[], resultData: UpdateSqlResultData) { | CODE |
| LOW | …SearchResult/components/SQLPreviewExecute/updateSql.ts | 37 | export async function resolveUpdateExecuteParams(params: { | CODE |
| LOW | …mponents/ResultSetTable/event/onPasteData/pasteData.ts | 70 | function normalizeCreateRowPasteCell( | CODE |
| LOW | chat2db-community-client/src/utils/url.ts | 93 | export function updateQueryStringParameter(key, value) { | CODE |
| LOW | chat2db-community-client/src/utils/sqlInClipboard.ts | 1 | export function parseClipboardTextToSqlInTokens(text: string): string[] { | CODE |
| LOW | chat2db-community-client/src/utils/index.ts | 159 | export function logoutClearSomeLocalStorage() { | CODE |
| LOW | chat2db-community-client/src/utils/dom.tsx | 5 | export function insertOpenScreenAnimationExpand(element: React.ReactElement) { | CODE |
| LOW | chat2db-community-client/src/utils/dom.tsx | 13 | export function removeOpenScreenAnimation() { | CODE |
| LOW | chat2db-community-client/src/components/Tabs/index.tsx | 361 | function isContextMenuTargetCurrent(intent: TabContextIntent) { | CODE |
| LOW | chat2db-community-client/src/components/Tabs/index.tsx | 380 | function createTabContextMenuActions(tab: ITabItem): ContextMenuEntry<TabContextIntent>[] { | CODE |
| LOW | …omponents/SQLEditor/core/registerCompletionProvider.ts | 26 | export function registerCompletionProvider() { | CODE |
| LOW | …nents/SQLEditor/core/sqlCompletionSnippetNavigation.ts | 8 | export function shouldTriggerSnippetPlaceholderCompletion( | CODE |
| LOW | …rc/components/SQLEditor/core/sqlCompletionHintStore.ts | 62 | export function createSqlCompletionHintStore(): SqlCompletionHintStore { | CODE |
| LOW | …rc/components/SQLEditor/core/sqlCompletionHintStore.ts | 66 | export function sqlCompletionHintScopeFromRange( | CODE |
| LOW | …rc/components/SQLEditor/core/sqlCompletionModelMode.ts | 14 | export function isBackendCompletionDatabaseType(databaseType: DatabaseTypeCode | null | undefined): boolean { | CODE |
| LOW | …rc/components/SQLEditor/core/sqlCompletionModelMode.ts | 18 | export function setBackendCompletionModel( | CODE |
| LOW | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 27 | export function getBackendCompletionItemLabel( | CODE |
| LOW⚡ | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 44 | export function getBackendCompletionItemFilterText(candidate: BackendCompletionLabelSource): string { | CODE |
| LOW⚡ | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 48 | export function getBackendCompletionItemInsertText( | CODE |
| LOW⚡ | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 58 | export function getBackendCompletionItemEffectiveFilterText( | CODE |
| LOW⚡ | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 68 | export function shouldTriggerQualifiedReferenceCompletion(candidate: BackendCompletionLabelSource): boolean { | CODE |
| LOW⚡ | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 75 | export function getBackendCompletionItemDetail(candidate: BackendCompletionLabelSource): string { | CODE |
| LOW⚡ | …nents/SQLEditor/core/sqlCompletionBackendSuggestion.ts | 85 | export function getBackendCompletionItemDescription(candidate: BackendCompletionLabelSource): string { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 58 | export function measureCompletionSuggestWidth( | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 84 | export function applyBackendCompletionSuggestWidth( | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 99 | export function clearBackendCompletionSuggestWidth(): void { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 153 | function scheduleSuggestWidgetLayout(editor: monaco.editor.ICodeEditor | null | undefined, width: number): void { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 221 | function prepareSuggestWidgetForEditorBoundary(editor: monaco.editor.ICodeEditor | null | undefined): void { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 260 | export function getBoundedEditorSuggestMaxWidth(editorWidth: number): number { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 270 | function getEditorSuggestMaxHeightBelow(editor: monaco.editor.ICodeEditor): number | null { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 286 | function applySuggestWidgetHorizontalBoundary(editor: monaco.editor.ICodeEditor, widgetNode?: HTMLElement): void { | CODE |
| LOW | …components/SQLEditor/core/sqlCompletionSuggestWidth.ts | 310 | export function getSuggestWidgetHorizontalOffset( | CODE |
| LOW | …src/components/SQLEditor/helper/sqlInputPunctuation.ts | 107 | export function sqlPunctuationFromKeyboardEvent(event: KeyboardLikeEvent | null | undefined) { | CODE |
| LOW⚡ | …src/components/SQLEditor/helper/sqlInputPunctuation.ts | 125 | export function normalizeSqlInputPunctuation(text: string | null | undefined) { | CODE |
| LOW⚡ | …src/components/SQLEditor/helper/sqlInputPunctuation.ts | 134 | export function shouldNormalizeSqlInputPunctuation(sql: string | null | undefined, offset: number) { | CODE |
| LOW⚡ | …src/components/SQLEditor/helper/sqlInputPunctuation.ts | 138 | function sqlPunctuationContextAtOffset(sql: string, offset: number): SqlPunctuationContext { | CODE |
| LOW | …lient/src/components/SQLEditor/helper/parameterHint.ts | 29 | export function parameterHintContextFromInsertValue( | CODE |
| LOW | …lient/src/components/SQLEditor/helper/parameterHint.ts | 52 | export function parameterHintContextFromRoutine( | CODE |
| LOW | …lient/src/components/SQLEditor/helper/parameterHint.ts | 73 | export function parameterHintContextFromEditorHints( | CODE |
| LOW | …lient/src/components/SQLEditor/helper/parameterHint.ts | 93 | function markActiveParameterHintItem( | CODE |
| LOW | …lient/src/components/SQLEditor/helper/parameterHint.ts | 114 | function getActiveParameterHintItemIndex(items: ParameterHintItem[], position: TextPosition): number { | CODE |
| LOW | …lient/src/components/SQLEditor/helper/parameterHint.ts | 141 | function isEditorHintActiveAtPosition(editorHint: ISqlEditorHintVO, position?: TextPosition | null) { | CODE |
| LOW | …rc/components/SQLEditor/helper/routineParameterHint.ts | 33 | export function isRoutineParameterHintPayload(value: unknown): value is RoutineParameterHintPayload { | CODE |
| LOW | …rc/components/SQLEditor/helper/routineParameterHint.ts | 41 | export function parseRoutineParameterDetail(detail: string | null | undefined): ParsedRoutineParameter[] { | CODE |
| LOW | …rc/components/SQLEditor/helper/routineParameterHint.ts | 52 | export function getRoutineParameterHintContext( | CODE |
| LOW | …rc/components/SQLEditor/helper/routineParameterHint.ts | 97 | export function routineParameterHintContextFromEditorHint( | CODE |
| LOW | …rc/components/SQLEditor/helper/routineParameterHint.ts | 135 | function parseRoutineParameterSegment(segment: string): ParsedRoutineParameter | null { | CODE |
| LOW | …rc/components/SQLEditor/helper/routineParameterHint.ts | 254 | function getNextOpenParenthesisIndex(lineContent: string, fromIndex: number) { | CODE |
| LOW | …/components/SQLEditor/helper/databaseObjectTreeNode.ts | 188 | function normalizeTreeNodeMatchValue( | CODE |
| LOW | …rc/components/SQLEditor/helper/insertValueHighlight.ts | 48 | export function getInsertValueHighlightRanges(statement: SqlStatement | null | undefined, selection: TextRange | null) { | CODE |
| 70 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/src/test/java/PrestoCompletionSyntaxCoverageTest.java | 0 | commit; rollback; explain select * from events; show tables; describe events; call refresh_stats(); with daily as (selec | STRING |
| HIGH | …ve/src/test/java/HiveCompletionSyntaxCoverageTest.java | 0 | commit; rollback; explain select * from events; show tables; describe events; call refresh_stats(); with daily as (selec | STRING |
| HIGH | …c/test/java/SnowFlakeCompletionSyntaxCoverageTest.java | 0 | commit; rollback; explain select * from events; show tables; describe events; call refresh_stats(); with daily as (selec | STRING |
| HIGH | …/src/test/java/DuckDBCompletionSyntaxCoverageTest.java | 0 | commit; rollback; explain select * from events; show tables; describe events; call refresh_stats(); with daily as (selec | STRING |
| HIGH | …c/test/java/SnowFlakeCompletionSyntaxCoverageTest.java | 0 | merge into target_table t using source_table s on t.id = s.id when matched then update set name = s.name; | STRING |
| HIGH | …ve/src/test/java/HiveCompletionSyntaxCoverageTest.java | 0 | merge into target_table t using source_table s on t.id = s.id when matched then update set name = s.name; | STRING |
| HIGH | …c/test/java/StarrocksCompletionSyntaxCoverageTest.java | 0 | merge into target_table t using source_table s on t.id = s.id when matched then update set name = s.name; | STRING |
| HIGH | …completion/MysqlSqlCompletionScenarioCoverageTest.java | 0 | with paid_orders as( select * from orders where status='paid' ) select * from pa{caret} | STRING |
| HIGH | …lver/MysqlSqlCompletionLocalResultSetResolverTest.java | 0 | with paid_orders as( select * from orders where status='paid' ) select * from pa{caret} | STRING |
| HIGH | …olver/MysqlSqlCompletionRelationScopeResolverTest.java | 0 | with paid_orders as( select * from orders where status='paid' ) select * from pa{caret} | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ent/src/blocks/BI/Chart/form/config/wordCloudConfig.ts | 21 | // component: 'ChartOptionCheckbox', | COMMENT |
| LOW | …client/src/blocks/BI/Chart/form/config/funnelConfig.ts | 21 | title: i18n('dashboard.chart.chartOption'), | COMMENT |
| LOW | …ty-client/src/blocks/BI/Chart/form/config/pieConfig.ts | 41 | // { | COMMENT |
| LOW | …s/ResultSetTable/event/onContextmenuCell/handleCopy.ts | 21 | // //white-space:normal, continuous whitespace characters will be merged into one space, and the text will be | COMMENT |
| LOW | …s/ResultSetTable/event/onContextmenuCell/handleCopy.ts | 41 | // .replace(/>/g, '>') // replace > with > to prevent XSS attacks | COMMENT |
| LOW | …s/ResultSetTable/event/onContextmenuCell/handleCopy.ts | 61 | // const dataHTML = setDataToHTML(copyData); | COMMENT |
| LOW | …ResultSetTable/event/onContextmenuCell/handlePaste.tsx | 221 | // for (const item of clipboardItems) { | COMMENT |
| LOW | …b-community-client/src/blocks/PersonalCenter/index.tsx | 121 | // { | COMMENT |
| LOW | chat2db-community-client/src/blocks/NewTree/index.tsx | 201 | COMMENT | |
| LOW | …2db-community-client/src/blocks/NewTree/treeConfig.tsx | 821 | mysqlServer | COMMENT |
| LOW | …t/src/blocks/NewTree/hooks/useCreateRightClickMenu.tsx | 1301 | // handle: () => { | COMMENT |
| LOW | chat2db-community-client/src/typings/chat.ts | 261 | COMMENT | |
| LOW | chat2db-community-client/src/typings/chat.ts | 281 | // badFeedback?: boolean; | COMMENT |
| LOW | chat2db-community-client/src/typings/chat.ts | 301 | // questionId?: number; | COMMENT |
| LOW | chat2db-community-client/src/typings/dashboard.ts | 41 | databaseInfo?: IDatabaseBaseInfo; | COMMENT |
| LOW | chat2db-community-client/src/typings/dashboard.ts | 61 | // dataSourceName?: string; | COMMENT |
| LOW | chat2db-community-client/src/utils/index.ts | 441 | } | COMMENT |
| LOW | chat2db-community-client/src/utils/clear.ts | 1 | // import { clearOrgStore } from '@/store/organization'; | COMMENT |
| LOW | …at2db-community-client/src/utils/sql/refreshTargets.ts | 61 | COMMENT | |
| LOW | …t/src/components/MonacoEditor/plugIn/arouseCopilot.tsx | 41 | // const position = editorIns.getPosition(); | COMMENT |
| LOW | …client/src/components/SQLEditor/core/setDecorations.ts | 61 | rangeList[rangeList.length - 1].endColumn, | COMMENT |
| LOW | …components/SQLEditor/core/completionProviderManager.ts | 1461 | applyBackendCompletionSuggestWidth(tips, this.findEditor(model.uri.toString())); | COMMENT |
| LOW | …b-community-client/src/components/UserStatus/index.tsx | 121 | // Hide when more than one month remains. | COMMENT |
| LOW | …nity-client/src/components/ChangeAiTableInfo/index.tsx | 221 | }, | COMMENT |
| LOW | …community-client/src/components/NewBaseTable/index.tsx | 101 | { isHighlightColumns: isHighlightColumns }, | COMMENT |
| LOW | …-client/src/layouts/GlobalLayout/AppTitleBar/index.tsx | 81 | ]; | COMMENT |
| LOW | …-client/src/layouts/GlobalLayout/AppTitleBar/index.tsx | 101 | // }; | COMMENT |
| LOW | chat2db-community-client/src/hooks/useAbortRequest.ts | 61 | // xxxServer.xxx(params, { signal }) | COMMENT |
| LOW | chat2db-community-client/src/main/src/menu.ts | 61 | { | COMMENT |
| LOW | chat2db-community-client/src/pages/demo2/index.tsx | 21 | // Instance-level hover provider. | COMMENT |
| LOW | chat2db-community-client/src/pages/demo2/index.tsx | 41 | // const handleSql1Change = (value: string) => { | COMMENT |
| LOW | chat2db-community-client/src/pages/invite/style.ts | 41 | `, | COMMENT |
| LOW | chat2db-community-client/src/pages/main/index.tsx | 81 | // isLoad: false, | COMMENT |
| LOW | …nity-client/src/pages/main/chat/chatMenuList/index.tsx | 101 | items: [ | COMMENT |
| LOW | …-client/src/store/global/slices/hotUpdate/selectors.ts | 1 | // import { GlobalStore } from '@/store/global'; | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | chat2db-community-client/src/pages/main/index.tsx | 106 | // ── Sidebar expand/collapse ────────────────────────────────────────────── | COMMENT |
| MEDIUM | chat2db-community-client/src/pages/main/index.tsx | 122 | // ── Sidebar session history ────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | chat2db-community-client/scripts/jcef-test.yml | 317 | # Step 1: Get the SHA512 hash of the file using CertUtil | COMMENT |
| LOW⚡ | chat2db-community-client/scripts/jcef-test.yml | 324 | # Step 2: Convert hex string to bytes and then to Base64 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | chat2db-community-client/scripts/jcef-test.yml | 317 | # Step 1: Get the SHA512 hash of the file using CertUtil | COMMENT |
| LOW⚡ | chat2db-community-client/scripts/jcef-test.yml | 324 | # Step 2: Convert hex string to bytes and then to Base64 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …db-community-oracle/src/main/resources/TEST_USER_1.sql | 220 | INSERT INTO "DEMO_TABLE" ("TEST_ID","TEST_VARCHAR2","TEST_NUMBER","TEST_DECIMAL","TEST_DATE","TEST_TIMESTAMP","TEST_CHAR | CODE |
| LOW | …ent/src/components/SQLEditor/helper/keywords/oracle.ts | 1405 | example: "SELECT JSON_OBJECT('id' VALUE 1, 'name' VALUE 'John Doe') AS json_object FROM DUAL;", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | chat2db-community-client/src/utils/cryptography.ts | 141 | // Usage example | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | chat2db-community-client/src/service/base.tsx | 85 | // TODO: Fix errorLevel error | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …mmunity-client/src/components/ConnectionEdit/index.tsx | 324 | function getData() { | CODE |