Repository Analysis

OpenRefine/OpenRefine

OpenRefine is a free, open source power tool for working with messy data and improving it

5.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of OpenRefine/OpenRefine, a Java project with 11,903 GitHub stars. SynthScan v2.0 examined 286,129 lines of code across 1734 source files, recording 221 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 5.0 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.0
Adjusted Score
5.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
11.9K
Stars
Java
Language
286.1K
Lines of Code
1.7K
Files
221
Pattern Hits
2026-07-14
Scan Date
0.08
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 144HIGH 0MEDIUM 3LOW 74

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 221 distinct pattern matches across 10 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 Indicators144 hits · 1325 pts
SeverityFileLineSnippetContext
CRITICAL…g/openrefine/benchmark/ApacheLevenshteinBenchmark.java73 vicinoDistance = new edu.mit.simile.vicino.distances.LevenshteinDistance();CODE
CRITICAL…g/openrefine/benchmark/ApacheLevenshteinBenchmark.java74 apacheDistance = new org.apache.commons.text.similarity.LevenshteinDistance();CODE
CRITICALextensions/database/module/MOD-INF/controller.js53 RS.registerCommand(module, "test-connect", Packages.com.google.refine.extension.database.cmd.TestConnectCommand());CODE
CRITICALextensions/database/module/MOD-INF/controller.js54 RS.registerCommand(module, "connect", Packages.com.google.refine.extension.database.cmd.ConnectCommand());CODE
CRITICALextensions/database/module/MOD-INF/controller.js55 RS.registerCommand(module, "saved-connection", Packages.com.google.refine.extension.database.cmd.SavedConnectionCommanCODE
CRITICALextensions/database/module/MOD-INF/controller.js58 RS.registerCommand(module, "execute-query", Packages.com.google.refine.extension.database.cmd.ExecuteQueryCommand());CODE
CRITICALextensions/database/module/MOD-INF/controller.js59 RS.registerCommand(module, "test-query", Packages.com.google.refine.extension.database.cmd.TestQueryCommand());CODE
CRITICALextensions/database/module/MOD-INF/controller.js89 new Packages.com.google.refine.extension.database.DatabaseImportController()CODE
CRITICAL…extension/database/mariadb/MariaDBDatabaseService.java56 public static final String DB_DRIVER = org.mariadb.jdbc.Driver.class.getCanonicalName();CODE
CRITICAL…ine/extension/database/mysql/MySQLDatabaseService.java55 public static final String DB_DRIVER = com.mysql.cj.jdbc.Driver.class.getCanonicalName();CODE
CRITICALextensions/wikibase/module/MOD-INF/controller.js21 Packages.com.google.refine.model.Project.registerOverlayModel(CODE
CRITICALextensions/wikibase/module/MOD-INF/controller.js28 Packages.com.google.refine.operations.OperationRegistry.registerOperation(CODE
CRITICALextensions/wikibase/module/MOD-INF/controller.js30 Packages.com.google.refine.operations.OperationRegistry.registerOperation(CODE
CRITICALextensions/wikibase/module/MOD-INF/controller.js57 CFR.registerFunction("wikibaseIssues", new Packages.org.openrefine.wikibase.functions.WikibaseIssuesFunction());CODE
CRITICAL…/src/org/openrefine/wikibase/manifests/ManifestV2.java80 entityTypeSettings = com.google.refine.util.ParsingUtilities.mapper.readValue(CODE
CRITICALextensions/pc-axis/module/MOD-INF/controller.js40 new Packages.com.google.refine.pcaxis.PCAxisImporter());CODE
CRITICALextensions/jython/module/MOD-INF/controller.js46 Packages.com.google.refine.expr.MetaParser.registerLanguageParser(CODE
CRITICALextensions/jython/module/MOD-INF/controller.js49 Packages.com.google.refine.jython.JythonEvaluable.createParser(),CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js375 // Packages.java.lang.System.err.println("Initializing by script " + module);COMMENT
CRITICALmain/webapp/modules/core/MOD-INF/controller.js56 RS.registerCommand(module, "get-version", new Packages.com.google.refine.commands.GetVersionCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js57 RS.registerCommand(module, "get-csrf-token", new Packages.com.google.refine.commands.GetCSRFTokenCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js59 RS.registerCommand(module, "get-importing-configuration", new Packages.com.google.refine.commands.importing.GetImportiCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js60 RS.registerCommand(module, "create-importing-job", new Packages.com.google.refine.commands.importing.CreateImportingJoCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js61 RS.registerCommand(module, "get-importing-job-status", new Packages.com.google.refine.commands.importing.GetImportingJCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js62 RS.registerCommand(module, "importing-controller", new Packages.com.google.refine.commands.importing.ImportingControllCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js63 RS.registerCommand(module, "cancel-importing-job", new Packages.com.google.refine.commands.importing.CancelImportingJoCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js65 RS.registerCommand(module, "create-project-from-upload", new Packages.com.google.refine.commands.project.CreateProjectCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js66 RS.registerCommand(module, "import-project", new Packages.com.google.refine.commands.project.ImportProjectCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js67 RS.registerCommand(module, "export-project", new Packages.com.google.refine.commands.project.ExportProjectCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js68 RS.registerCommand(module, "export-rows", new Packages.com.google.refine.commands.project.ExportRowsCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js70 RS.registerCommand(module, "get-project-metadata", new Packages.com.google.refine.commands.project.GetProjectMetadataCCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js71 RS.registerCommand(module, "get-all-project-metadata", new Packages.com.google.refine.commands.workspace.GetAllProjectCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js72 RS.registerCommand(module, "set-project-metadata", new Packages.com.google.refine.commands.project.SetProjectMetadataCCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js73 RS.registerCommand(module, "get-all-project-tags", new Packages.com.google.refine.commands.workspace.GetAllProjectTagsCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js74 RS.registerCommand(module, "set-project-tags", new Packages.com.google.refine.commands.project.SetProjectTagsCommand()CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js76 RS.registerCommand(module, "delete-project", new Packages.com.google.refine.commands.project.DeleteProjectCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js77 RS.registerCommand(module, "rename-project", new Packages.com.google.refine.commands.project.RenameProjectCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js79 RS.registerCommand(module, "get-models", new Packages.com.google.refine.commands.project.GetModelsCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js80 RS.registerCommand(module, "get-rows", new Packages.com.google.refine.commands.row.GetRowsCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js81 RS.registerCommand(module, "get-processes", new Packages.com.google.refine.commands.history.GetProcessesCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js82 RS.registerCommand(module, "get-history", new Packages.com.google.refine.commands.history.GetHistoryCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js83 RS.registerCommand(module, "get-operations", new Packages.com.google.refine.commands.history.GetOperationsCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js84 RS.registerCommand(module, "get-columns-info", new Packages.com.google.refine.commands.column.GetColumnsInfoCommand())CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js85 RS.registerCommand(module, "get-scatterplot", new Packages.com.google.refine.commands.browsing.GetScatterplotCommand()CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js87 RS.registerCommand(module, "undo-redo", new Packages.com.google.refine.commands.history.UndoRedoCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js88 RS.registerCommand(module, "apply-operations", new Packages.com.google.refine.commands.history.ApplyOperationsCommand(CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js89 RS.registerCommand(module, "get-column-dependencies", new Packages.com.google.refine.commands.history.GetColumnDependeCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js90 RS.registerCommand(module, "cancel-processes", new Packages.com.google.refine.commands.history.CancelProcessesCommand(CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js92 RS.registerCommand(module, "compute-facets", new Packages.com.google.refine.commands.browsing.ComputeFacetsCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js93 RS.registerCommand(module, "compute-clusters", new Packages.com.google.refine.commands.browsing.ComputeClustersCommandCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js94 RS.registerCommand(module, "get-clustering-functions-and-distances", new Packages.com.google.refine.commands.browsing.CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js96 RS.registerCommand(module, "edit-one-cell", new Packages.com.google.refine.commands.cell.EditOneCellCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js97 RS.registerCommand(module, "text-transform", new Packages.com.google.refine.commands.cell.TextTransformCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js98 RS.registerCommand(module, "mass-edit", new Packages.com.google.refine.commands.cell.MassEditCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js99 RS.registerCommand(module, "join-multi-value-cells", new Packages.com.google.refine.commands.cell.JoinMultiValueCellsCCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js100 RS.registerCommand(module, "split-multi-value-cells", new Packages.com.google.refine.commands.cell.SplitMultiValueCellCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js101 RS.registerCommand(module, "fill-down", new Packages.com.google.refine.commands.cell.FillDownCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js102 RS.registerCommand(module, "blank-down", new Packages.com.google.refine.commands.cell.BlankDownCommand());CODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js103 RS.registerCommand(module, "transpose-columns-into-rows", new Packages.com.google.refine.commands.cell.TransposeColumnCODE
CRITICALmain/webapp/modules/core/MOD-INF/controller.js104 RS.registerCommand(module, "transpose-rows-into-columns", new Packages.com.google.refine.commands.cell.TransposeRowsInCODE
84 more matches not shown…
Fake / Example Data37 hits · 47 pts
SeverityFileLineSnippetContext
LOW…ns/database/module/scripts/index/database-source-ui.js87 $('input#connectionName').attr('placeholder', $.i18n('database-source/connectionNamePlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js88 $('input#databaseHost').attr('placeholder', $.i18n('database-source/databaseHostPlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js89 $('input#databasePort').attr('placeholder', $.i18n('database-source/databasePortPlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js90 $('input#databaseUser').attr('placeholder', $.i18n('database-source/databaseUserPlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js91 $('input#databasePassword').attr('placeholder', $.i18n('database-source/databasePasswordPlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js92 $('input#initialDatabase').attr('placeholder', $.i18n('database-source/databaseNamePlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js93 $('input#initialSchema').attr('placeholder', $.i18n('database-source/databaseSchemaPlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js234 $('input#initialDatabase').attr('placeholder', $.i18n('database-source/databaseFileNamePlaceholder'));CODE
LOW…ns/database/module/scripts/index/database-source-ui.js238 $('input#initialDatabase').attr('placeholder', $.i18n('database-source/databaseNamePlaceholder'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js331 .addClass('placeholder')CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1282 input.attr("placeholder", $.i18n('wikibase-schema/property-placeholder'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1346 input.attr("placeholder", $.i18n(placeholderKey));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1349 input.attr("placeholder", $.i18n('wikibase-schema/unit'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1371 input.attr("placeholder", "YYYY(-MM(-DD))");CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1387 input.attr("placeholder", "lat,lon");CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1403 input.attr("placeholder", "lang");CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1490 input.attr("placeholder", $.i18n('wikibase-schema/amount'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1493 input.attr("placeholder", $.i18n('wikibase-schema/full-url'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1496 input.attr("placeholder", $.i18n('wikibase-schema/tabular-data-with-prefix'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1499 input.attr("placeholder", $.i18n('wikibase-schema/commons-media'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1501 input.attr("placeholder", $.i18n('wikibase-schema/math-expression'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1503 input.attr("placeholder", $.i18n('wikibase-schema/geoshape-with-prefix'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1506 input.attr("placeholder", $.i18n('wikibase-schema/file-path-placeholder'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1508 input.attr("placeholder", $.i18n('wikibase-schema/file-name-placeholder'));CODE
LOWextensions/wikibase/module/scripts/schema-alignment.js1510 input.attr("placeholder", $.i18n('wikibase-schema/wikitext-placeholder'));CODE
LOW…ikibase/module/scripts/dialogs/perform-edits-dialog.js16 this._elmts.editSummary.attr('placeholder', $.i18n('perform-wikibase-edits/edit-summary-placeholder'));CODE
LOW…ikibase/module/scripts/dialogs/perform-edits-dialog.js19 this._elmts.maxlag.attr('placeholder', WikibaseManager.getSelectedWikibaseMaxlag());CODE
LOW…kibase/module/scripts/dialogs/manage-account-dialog.js92 elmts.usernameInput.attr("placeholder", $.i18n('wikibase-account/username-placeholder'));CODE
LOW…kibase/module/scripts/dialogs/manage-account-dialog.js94 elmts.passwordInput.attr("placeholder", $.i18n('wikibase-account/password-placeholder'));CODE
LOW…kibase/module/scripts/dialogs/manage-account-dialog.js150 elmts.consumerTokenInput.attr("placeholder", $.i18n('wikibase-account/consumer-token-placeholder'));CODE
LOW…kibase/module/scripts/dialogs/manage-account-dialog.js152 elmts.consumerSecretInput.attr("placeholder", $.i18n('wikibase-account/consumer-secret-placeholder'));CODE
LOW…kibase/module/scripts/dialogs/manage-account-dialog.js154 elmts.accessTokenInput.attr("placeholder", $.i18n('wikibase-account/access-token-placeholder'));CODE
LOW…kibase/module/scripts/dialogs/manage-account-dialog.js156 elmts.accessSecretInput.attr("placeholder", $.i18n('wikibase-account/access-secret-placeholder'));CODE
LOW…/wikibase/module/scripts/dialogs/save-schema-dialog.js30 .addClass('placeholder')CODE
LOW…ensions/wikibase/tests/data/updates/entity_update.json60 "placeholder": true,CODE
LOW…ikibase/tests/data/updates/statement_group_update.json24 "placeholder": true,CODE
LOW…n/webapp/modules/core/scripts/index/open-project-ui.js136 input.attr("placeholder", $.i18n("core-index-open/search-placeholder"));CODE
Over-Commented Block17 hits · 17 pts
SeverityFileLineSnippetContext
LOWrefine.ini1# NOTE: This file is not read if you run the Refine executable directlyCOMMENT
LOWrefine.ini21COMMENT
LOWpackaging/dmg_settings.py61COMMENT
LOWpackaging/dmg_settings.py81# #3344ff - web-style RGB colorCOMMENT
LOW…com/google/util/threads/ThreadPoolExecutorAdapter.java1//========================================================================COMMENT
LOW…ns/database/module/scripts/index/jquery.contextMenu.js101 menus = {},COMMENT
LOWextensions/wikibase/credits.txt1#-------------------------------------------------------------------------------COMMENT
LOW.github/workflows/snapshot_release.yml361 failOnError: falseCOMMENT
LOWmain/webapp/licenses/chrome_frame.LICENSE.txt1// Copyright (c) 2011 The Chromium Authors. All rights reserved.COMMENT
LOWmain/webapp/licenses/chrome_frame.LICENSE.txt21// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,COMMENT
LOW…dules/core/scripts/views/data-table/menu-edit-cells.js161 // 4 characters : A\tA | 5 characters : A\\tACOMMENT
LOW…dules/core/scripts/views/data-table/menu-edit-cells.js201 // Escape Sequence | Java documentation | GREL replace functionCOMMENT
LOWmain/tests/cypress/cypress/plugins/index.js1// / <reference types="cypress" />COMMENT
LOWmain/tests/cypress/cypress/support/e2e.js1// ***********************************************************COMMENT
LOW…/cypress/cypress/e2e/project/undo_redo/undo_redo.cy.js101 );COMMENT
LOW…e/refine/clustering/binning/FingerprintKeyerTests.java101 // Latin Extended BCOMMENT
LOWconf/openrefine.l4j.ini1# Launch4j runtime configCOMMENT
Hyper-Verbose Identifiers10 hits · 10 pts
SeverityFileLineSnippetContext
LOWextensions/wikibase/module/scripts/schema-alignment.js34function serviceLogoFromReconConfig(reconConfig) {CODE
LOW…/core/scripts/reconciliation/standard-service-panel.js34function ReconStandardServicePanel(column, service, container) {CODE
LOW…ore/scripts/index/default-importing-sources/sources.js34function ThisComputerImportingSourceUI(controller) {CODE
LOW…ore/scripts/index/default-importing-sources/sources.js129function ClipboardImportingSourceUI(controller) {CODE
LOW…s/core/scripts/dialogs/add-column-by-reconciliation.js34function ExtendReconciledDataPreviewDialog(column, columnIndex, rowIndices, onDone) {CODE
LOW…es/core/scripts/dialogs/clustering-functions-dialog.js33function ClusteringFunctionsDialog(title, clusteringDialog) {CODE
LOW…bapp/modules/core/scripts/dialogs/clustering-dialog.js124 function openClusteringFunctionsDialog() {CODE
LOW…core/scripts/dialogs/custom-tabular-exporter-dialog.js34function CustomTabularExporterDialog(options) {CODE
LOW…s/core/scripts/dialogs/remove-duplicate-rows-dialog.js34function RemoveDuplicateRowsDialog() {CODE
LOW…odules/core/scripts/views/data-table/menu-reconcile.js319 function successCallBackForAddingIdColumn(columnName,dismissDialog)CODE
TODO Padding5 hits · 8 pts
SeverityFileLineSnippetContext
LOW…ess/e2e/project/grid/column/edit-cells/transform.cy.js71 // TODO: Add test for repeated transformsCOMMENT
LOW…le/refine/commands/expr/LogExpressionCommandTests.java70 // TODO: Add tests for starred, local, & global expressionsCOMMENT
LOW…e/refine/clustering/binning/FingerprintKeyerTests.java121 // TODO: Add tests for non-Western languagesCOMMENT
LOW…/com/google/refine/expr/functions/arrays/ZipTests.java52 // TODO: Add tests for List<Object> returned from ExpressionUtils.toObjectList()COMMENT
LOW…com/google/refine/expr/functions/arrays/JoinTests.java69 // TODO: Add tests for List<Object> returned from ExpressionUtils.toObjectList()COMMENT
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippetContext
MEDIUMextensions/wikibase/credits.txt1#-------------------------------------------------------------------------------COMMENT
MEDIUMextensions/wikibase/credits.txt21#-------------------------------------------------------------------------------COMMENT
Redundant / Tautological Comments2 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackaging/dmg_settings.py121# Set these to True to force inclusion of icon/list view settings (otherwiseCOMMENT
LOWpackaging/apple_certs/codesign.sh12 # Check if the JAR contains jnilib or dylib filesCOMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/release/add_apple_keys.sh3# Create a custom keychainCOMMENT
Structural Annotation Overuse2 hits · 3 pts
SeverityFileLineSnippetContext
LOW…/src/main/java/com/google/refine/commands/Command.java362 // NOTE: This method sets "status", not "code" in the replyCOMMENT
LOW…/src/main/java/com/google/refine/commands/Command.java368 // NOTE: This method sets "status", not "code" in the replyCOMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOWextensions/wikibase/module/scripts/ajv.js1244function getData($data, lvl, paths) {CODE