Repository Analysis

FalkorDB/FalkorDB

A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).

12.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of FalkorDB/FalkorDB, a C project with 4,774 GitHub stars. SynthScan v2.0 examined 1,461,857 lines of code across 6235 source files, recording 16751 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 12.5 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).

12.5
Adjusted Score
12.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
4.8K
Stars
C
Language
1.5M
Lines of Code
6.2K
Files
16.8K
Pattern Hits
2026-07-14
Scan Date
0.02
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 0HIGH 110MEDIUM 806LOW 15835

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 16751 distinct pattern matches across 16 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.

Over-Commented Block15311 hits · 14996 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt141 add_compile_options(${CMAKE_CC_FLAGS_LIST})COMMENT
LOWCMakeLists.txt181 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-gnu-zero-variadic-macro-arguments")COMMENT
LOWbuild.sh1#!/usr/bin/env bashCOMMENT
LOWbuild.sh981 end_groupCOMMENT
LOWbuild.sh1221 # On RHEL8/UBI8, openssl3-devel installs OpenSSL 3 to non-standard paths.COMMENT
LOWdemo/client/prettytable/__init__.py1#!/usr/bin/env pythonCOMMENT
LOWtests/unit/test_delta_matrix.c521 DM_EMPTY();COMMENT
LOWtests/unit/test_delta_matrix.c701COMMENT
LOWtests/unit/test_delta_matrix.c1741// bool pending = false;COMMENT
LOWtests/unit/test_delta_matrix.c1761// info = Delta_Matrix_wait(A, false);COMMENT
LOWtests/unit/test_delta_matrix.c1781//COMMENT
LOWtests/unit/test_delta_matrix.c1801// Delta_Matrix_free(&A);COMMENT
LOWtests/unit/test_execution_plan_clone.c1/*COMMENT
LOWtests/unit/acutest.h281COMMENT
LOWtests/unit/acutest.h301#endifCOMMENT
LOWtests/unit/acutest.h321COMMENT
LOWtests/unit/test_algebraic_expression.c1/*COMMENT
LOWtests/unit/test_cache.c101 // Expecting CacheObjFree to be called 9 times.COMMENT
LOWtests/fuzz/generator/CustomCypherGenerator.py261 # self.SP(parent=current)COMMENT
LOWtests/flow/test_multi_pattern.py41COMMENT
LOWtests/flow/test_vecsim.py221 self.env.assertFalse("Expected query to fail")COMMENT
LOWtests/flow/test_function_calls.py361 # Validate integer 0 modulo by floating 0.0 COMMENT
LOWtests/flow/test_function_calls.py2141 # 1) 1) "1.0 / 0"COMMENT
LOWtests/flow/test_function_calls.py2201 # Validate integer 0 divided by floating 0.0 COMMENT
LOWtests/flow/test_comprehension_functions.py481 # Since there is two relationships:COMMENT
LOWtests/flow/test_optional_match.py101 ['v1', 'v4', None]]COMMENT
LOWtests/flow/test_opening_node.py61 plan = str(self.graph.explain(q))COMMENT
LOWtests/flow/test_defrag.py101 #if not started:COMMENT
LOWtests/flow/test_defrag.py301#COMMENT
LOWtests/flow/test_empty_query.py21 self.env.assertIn("Error: empty query.", str(e))COMMENT
LOWtests/flow/test_cdlp.py81COMMENT
LOWtests/flow/test_cdlp.py181 # Create a graph with separate communities for each node labelCOMMENT
LOWtests/flow/test_cdlp.py321 # Verify that User nodes in different communities have different IDsCOMMENT
LOWtests/flow/graph_utils.py1# returns True if graphs have the same:COMMENT
LOWtests/flow/test_variable_length_traversals.py201 # Test traversals with filters on variable-length edges in WITH...OPTIONAL MATCH constructsCOMMENT
LOWtests/flow/test_bidirectional_traversals.py141 # TODO returns 16 rows; 18 rows expected.COMMENT
LOWtests/flow/test_bidirectional_traversals.py161 # ['v2', 'v2'],COMMENT
LOWtests/flow/test_multi_writer.py41COMMENT
LOWtests/flow/test_graph_merge.py641 # duplicates scheduled for creation should be matchedCOMMENT
LOWtests/flow/test_index_create.py661 # although we've constructed a larger indexCOMMENT
LOWtests/flow/test_index_create.py721 # wait for index to become operationalCOMMENT
LOWtests/flow/test_pagerank.py41 """Test PageRank algorithm when NULL is passed for both node label and relationship type arguments"""COMMENT
LOWtests/flow/test_call_subquery.py1121 # MATCH (n:N)COMMENT
LOWtests/flow/test_call_subquery.py2841 self.env.assertEquals(res[0][0], [1,2,3,4,5,6,7,8,9,10])COMMENT
LOWtests/flow/test_index_delete.py181COMMENT
LOWtests/flow/test_path_algorithms.py621 self.env.assertEquals(len(result.result_set), 0)COMMENT
LOWtests/flow/test_optimizations_plan.py301 # 2) " Sort"COMMENT
LOWtests/flow/test_label_update.py141 # A unique-constraint violation raised inside _LabelNodes_Single mustCOMMENT
LOWtests/flow/test_graph_info.py461 for t in threads:COMMENT
LOWtests/flow/test_graph_info.py481# self.replica_host = self.replica.connection_pool.connection_kwargs['host']COMMENT
LOWtests/flow/test_graph_info.py501# # alow writes on replicaCOMMENT
LOWtests/flow/test_graph_info.py521# self.master.wait(1, 2000)COMMENT
LOWtests/flow/test_graph_info.py541# performed_failover = TrueCOMMENT
LOWtests/flow/test_betweenness.py81 # if we reach here, the algorithm didn't throw an exceptionCOMMENT
LOWtests/flow/test_betweenness.py141 # C is on the path to E, while D is also on path to ECOMMENT
LOWtests/flow/test_betweenness.py201 self.env.assertGreater(centrality_scores['B'], centrality_scores['C'])COMMENT
LOWtests/flow/test_betweenness.py281 # A:Person --FRIEND--> B:Person --FRIEND--> C:PersonCOMMENT
LOW.github/workflows/codeql-analysis.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
LOW.github/workflows/cleanup-rc-images.yml1name: Cleanup PR toolchain imagesCOMMENT
LOW.github/workflows/build-toolchain.yml1# Builds one OS-flavoured toolchain imageCOMMENT
15251 more matches not shown…
Decorative Section Separators691 hits · 1962 pts
SeverityFileLineSnippetContext
MEDIUMCMakeLists.txt25#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt27#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt45#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt47#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt66#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt68#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt124#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt126#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt193#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt195#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt214#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt216#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt250#-----------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt252#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh4#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh9#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh15#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh17#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh587#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh590#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1753#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1756#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh71#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh73#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh90#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh92#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh124#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh127#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh214#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh217#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh347#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh350#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh416#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh419#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh613#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh616#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh646#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh649#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh674#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh677#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh728#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh731#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh801#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh804#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh852#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh855#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh919#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh922#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh984#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1003#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1053#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1056#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1085#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1088#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1143#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1146#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1170#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1173#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1296#-----------------------------------------------------------------------------COMMENT
MEDIUMbuild.sh1299#-----------------------------------------------------------------------------COMMENT
631 more matches not shown…
Cross-Language Confusion107 hits · 554 pts
SeverityFileLineSnippetContext
HIGHtests/flow/test_procedures.py283 query = """CALL db.idx.fulltext.queryNodes('fruit', 'Orange || Apple') YIELD node RETURN node"""CODE
HIGHtests/flow/test_function_calls.py1521 # atan2(1,null)COMMENT
HIGHtests/flow/test_function_calls.py1526 # atan2(null,2)COMMENT
HIGHtests/flow/test_function_calls.py828 # all other toBoolean cases (boolean, strings, null, errors) are covered in TCKCOMMENT
HIGHtests/flow/test_function_calls.py1298 # sin(null)COMMENT
HIGHtests/flow/test_function_calls.py1327 # cos(null)COMMENT
HIGHtests/flow/test_function_calls.py1356 # tan(null)COMMENT
HIGHtests/flow/test_function_calls.py1385 # cot(null)COMMENT
HIGHtests/flow/test_function_calls.py1424 # asin(null)COMMENT
HIGHtests/flow/test_function_calls.py1463 # acos(null)COMMENT
HIGHtests/flow/test_function_calls.py1492 # atan(null)COMMENT
HIGHtests/flow/test_function_calls.py1522 query = """RETURN atan2(1,null)"""CODE
HIGHtests/flow/test_function_calls.py1527 query = """RETURN atan2(null,2)"""CODE
HIGHtests/flow/test_function_calls.py1560 # degrees(null)COMMENT
HIGHtests/flow/test_function_calls.py1589 # radians(null)COMMENT
HIGHtests/flow/test_function_calls.py1629 # haversin(null)COMMENT
HIGHtests/flow/test_function_calls.py2639 query = """WITH NULL as string RETURN string.replaceRegEx(null, "bla")"""CODE
HIGHtests/flow/test_function_calls.py2645 query = """WITH NULL as string RETURN string.replaceRegEx("bla", null)"""CODE
HIGHtests/flow/test_function_calls.py2651 query = """WITH NULL as string RETURN string.replaceRegEx("bla", "bla", null)"""CODE
HIGHtests/flow/test_function_calls.py125 query = "RETURN EXISTS(null)"CODE
HIGHtests/flow/test_function_calls.py819 query = """RETURN sqrt(null)"""CODE
HIGHtests/flow/test_function_calls.py872 query = """RETURN toBooleanOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py922 query = """RETURN toFloatOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py978 query = """RETURN toIntegerOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py1045 query = """RETURN toStringOrNull(null)"""CODE
HIGHtests/flow/test_function_calls.py1104 query = """RETURN toString(null)"""CODE
HIGHtests/flow/test_function_calls.py1123 "RETURN split(null, ',')": [[None]],CODE
HIGHtests/flow/test_function_calls.py1124 "RETURN split('hello world', null)": [[None]],CODE
HIGHtests/flow/test_function_calls.py1232 query = """RETURN properties(null)"""CODE
HIGHtests/flow/test_function_calls.py1299 query = """RETURN sin(null)"""CODE
HIGHtests/flow/test_function_calls.py1328 query = """RETURN cos(null)"""CODE
HIGHtests/flow/test_function_calls.py1357 query = """RETURN tan(null)"""CODE
HIGHtests/flow/test_function_calls.py1386 query = """RETURN cot(null)"""CODE
HIGHtests/flow/test_function_calls.py1425 query = """RETURN asin(null)"""CODE
HIGHtests/flow/test_function_calls.py1464 query = """RETURN acos(null)"""CODE
HIGHtests/flow/test_function_calls.py1493 query = """RETURN atan(null)"""CODE
HIGHtests/flow/test_function_calls.py1561 query = """RETURN degrees(null)"""CODE
HIGHtests/flow/test_function_calls.py1590 query = """RETURN radians(null)"""CODE
HIGHtests/flow/test_function_calls.py1610 query = """RETURN pi(null)"""CODE
HIGHtests/flow/test_function_calls.py1630 query = """RETURN haversin(null)"""CODE
HIGHtests/flow/test_function_calls.py1644 query = "RETURN isEmpty(null)"CODE
HIGHtests/flow/test_function_calls.py1875 "RETURN EXISTS(null)": [[0]],CODE
HIGHtests/flow/test_function_calls.py2436 query = """WITH NULL as list RETURN string.join(null, '')"""CODE
HIGHtests/flow/test_function_calls.py2543 query = """WITH NULL as string RETURN string.matchRegEx("bla", null)"""CODE
HIGHtests/flow/test_function_calls.py1662 """RETURN isEmpty([null])""",STRING
HIGHtests/flow/test_function_calls.py1664 """WITH {x:null} AS map RETURN isEmpty(map)"""STRING
HIGHtests/flow/test_function_calls.py2537 query = """WITH NULL as string RETURN string.matchRegEx(null, "bla")"""STRING
HIGHtests/flow/test_list.py249 query = """RETURN toBooleanList(null)"""CODE
HIGHtests/flow/test_list.py254 query = """RETURN toBooleanList([null, null])"""CODE
HIGHtests/flow/test_list.py260 query = """RETURN toBooleanList(['abc', true, 'false', null, ['a','b']])"""CODE
HIGHtests/flow/test_list.py388 query = """RETURN toFloatList(null)"""CODE
HIGHtests/flow/test_list.py393 query = """RETURN toFloatList([null, null])"""CODE
HIGHtests/flow/test_list.py399 query = """RETURN toFloatList(['abc', 1.5, 7.0578, null, ['a','b']]) """CODE
HIGHtests/flow/test_list.py534 query = """RETURN toIntegerList(null)"""CODE
HIGHtests/flow/test_list.py539 query = """RETURN toIntegerList([null, null])"""CODE
HIGHtests/flow/test_list.py545 query = """RETURN toIntegerList(['abc', 7, '5', null, ['a','b']]) """CODE
HIGHtests/flow/test_list.py675 query = """RETURN toStringList(null)"""CODE
HIGHtests/flow/test_list.py680 query = """RETURN toStringList([null, null])"""CODE
HIGHtests/flow/test_list.py698 query = """RETURN toStringList(['abc', 7, '5.32', null, ['a','b']]) """CODE
HIGHtests/flow/test_list.py828 query = """WITH NULL as list RETURN list.remove(null, 2)"""CODE
47 more matches not shown…
Unused Imports190 hits · 182 pts
SeverityFileLineSnippetContext
LOWdemo/social/social_utils.py3CODE
LOWdemo/social/social_demo.py3CODE
LOWdemo/social/social_demo.py5CODE
LOWdemo/social/social_demo.py11CODE
LOWdemo/imdb/imdb_demo.py3CODE
LOWdemo/imdb/imdb_demo.py5CODE
LOWdemo/imdb/imdb_demo.py11CODE
LOWdemo/imdb/imdb_utils.py3CODE
LOWdemo/imdb/imdb_utils.py4CODE
LOWtests/upgrade/test_upgrade.py4CODE
LOWtests/upgrade/test_upgrade.py11CODE
LOWtests/upgrade/test_upgrade.py12CODE
LOWtests/upgrade/test_upgrade.py13CODE
LOWtests/upgrade/test.py11CODE
LOWtests/upgrade/test.py12CODE
LOWtests/upgrade/test.py13CODE
LOWtests/tck/redis_utils/graphs.py1CODE
LOWtests/tck/redis_utils/graphs.py2CODE
LOWtests/tck/redis_utils/graphs.py5CODE
LOWtests/tck/redis_utils/graphs.py5CODE
LOWtests/tck/redis_utils/graphs.py5CODE
LOWtests/tck/features/steps/Steps.py3CODE
LOWtests/fuzz/process.py4CODE
LOWtests/fuzz/process.py11CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py5CODE
LOWtests/fuzz/generator/CypherGenerator.py6CODE
LOWtests/flow/test_parser.py1CODE
LOWtests/flow/test_multi_pattern.py1CODE
LOWtests/flow/test_graph_versioning.py1CODE
LOWtests/flow/test_point.py1CODE
LOWtests/flow/test_point.py2CODE
LOWtests/flow/test_maxflow.py1CODE
LOWtests/flow/test_slowlog.py2CODE
LOWtests/flow/test_multi_label.py1CODE
LOWtests/flow/test_multi_label.py2CODE
LOWtests/flow/test_procedures.py1CODE
LOWtests/flow/test_vecsim.py1CODE
LOWtests/flow/test_vecsim.py2CODE
LOWtests/flow/test_traversal_construction.py1CODE
LOWtests/flow/test_traversal_construction.py2CODE
LOWtests/flow/test_function_calls.py2CODE
LOWtests/flow/test_expiry.py1CODE
LOWtests/flow/test_list.py1CODE
LOWtests/flow/test_query_mem_limit.py1CODE
LOWtests/flow/test_results.py1CODE
LOWtests/flow/test_multiple_edges.py1CODE
LOWtests/flow/test_effects.py4CODE
LOWtests/flow/test_effects.py5CODE
LOWtests/flow/test_graph_create.py1CODE
LOWtests/flow/test_maintain_record_order.py1CODE
LOWtests/flow/test_all_shortest_paths.py1CODE
LOWtests/flow/test_index_scans.py1CODE
LOWtests/flow/test_index_scans.py2CODE
LOWtests/flow/test_comprehension_functions.py1CODE
LOWtests/flow/test_index_updates.py3CODE
LOWtests/flow/test_index_updates.py4CODE
LOWtests/flow/constraint_utils.py2CODE
LOWtests/flow/test_entity_update.py1CODE
LOWtests/flow/test_entity_update.py2CODE
LOWtests/flow/test_execution_plan_print.py1CODE
130 more matches not shown…
Self-Referential Comments54 hits · 166 pts
SeverityFileLineSnippetContext
MEDIUMtests/tck/test_tck.py6# This class is instanciated in RLTest processes during runtime andCOMMENT
MEDIUMtests/tck/redis_utils/graphs.py31 # Create a graph with a single node.COMMENT
MEDIUMtests/benchmarks/generate_markdown.py84 # Create the header rowCOMMENT
MEDIUMtests/benchmarks/generate_markdown.py87 # Create the separator rowCOMMENT
MEDIUMtests/benchmarks/generate_markdown.py90 # Create the data rowsCOMMENT
MEDIUMtests/fuzz/generator/CustomCypherGenerator.py43 # Create a new entityCOMMENT
MEDIUMtests/flow/test_maxflow.py1320 # Create a PIPE edge (registers the rel-type in the schema) betweenCOMMENT
MEDIUMtests/flow/test_traversal_construction.py11 # Create the graphCOMMENT
MEDIUMtests/flow/test_index_scans.py210 # Create a single node with a long string property, introduce a comma as part of the string.COMMENT
MEDIUMtests/flow/test_comprehension_functions.py452 # Create a single relationshipCOMMENT
MEDIUMtests/flow/test_index_updates.py149 # Create a new node with a single indexed propertyCOMMENT
MEDIUMtests/flow/test_wcc.py70 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_wcc.py116 # Create an unlabeled graph with two relationship typesCOMMENT
MEDIUMtests/flow/test_wcc.py214 # Create a graph with multiple labeled and unlabeled nodesCOMMENT
MEDIUMtests/flow/test_wcc.py274 # Create a complex graph with:COMMENT
MEDIUMtests/flow/test_wcc.py360 # Create a random graphCOMMENT
MEDIUMtests/flow/test_cdlp.py89 # Create a simple graph with three completely separate communitiesCOMMENT
MEDIUMtests/flow/test_cdlp.py181 # Create a graph with separate communities for each node labelCOMMENT
MEDIUMtests/flow/test_cdlp.py326 # Create a graph with communities connected by different relationship typesCOMMENT
MEDIUMtests/flow/test_aggregation.py184 # Create a few nodesCOMMENT
MEDIUMtests/flow/test_encode_decode.py173 # Create a multi-key graph.COMMENT
MEDIUMtests/flow/test_encode_decode.py178 # Create a single-key graph.COMMENT
MEDIUMtests/flow/test_ro_query.py43 # Create the graphCOMMENT
MEDIUMtests/flow/test_udf.py618 # Define a helper function to check for query failure (expected behavior for miss-use)STRING
MEDIUMtests/flow/test_null_handling.py12 # Create a single node.COMMENT
MEDIUMtests/flow/test_graph_merge.py12 # Create a single node without any labels or properties.COMMENT
MEDIUMtests/flow/test_graph_merge.py28 # Create a single node with two properties and no labels.COMMENT
MEDIUMtests/flow/test_graph_merge.py44 # Create a single node with both label and property.COMMENT
MEDIUMtests/flow/test_graph_merge.py60 # Create a single edge and additional two nodes.COMMENT
MEDIUMtests/flow/test_graph_merge.py106 # Create a single edge and additional two nodes.COMMENT
MEDIUMtests/flow/test_graph_merge.py231 # Create a new patternCOMMENT
MEDIUMtests/flow/test_graph_merge.py325 # Create a new pattern with non-unique entities.COMMENT
MEDIUMtests/flow/test_query_validation.py14 # Create a single graph.COMMENT
MEDIUMtests/flow/test_pagerank.py43 # Create a simple directed graph using a Cypher queryCOMMENT
MEDIUMtests/flow/test_pagerank.py79 # Create a dictionary of node labels to scoresSTRING
MEDIUMtests/flow/test_pagerank.py110 # Create a graph with both regular and special nodesCOMMENT
MEDIUMtests/flow/test_relation_patterns.py257 # Create a new graph of the form:COMMENT
MEDIUMtests/flow/test_msf.py122 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py166 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py211 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py253 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py284 # Create an unlabeled graph with multiple connected componentsCOMMENT
MEDIUMtests/flow/test_msf.py315 # Create an unlabeled graph with two relationship typesCOMMENT
MEDIUMtests/flow/test_bulk_insertion.py527 # Create the social graph with multi-labeled nodesCOMMENT
MEDIUMtests/flow/test_bound_variables.py53 # Create a full-text index.COMMENT
MEDIUMtests/flow/test_commands_registration.py5# Define the Lua scriptCOMMENT
MEDIUMtests/flow/test_edge_index_updates.py186 # Create a new edge with a single indexed propertyCOMMENT
MEDIUMtests/flow/test_betweenness.py89 # Create a small graph where we can reason about the betweenness centralityCOMMENT
MEDIUMtests/flow/test_betweenness.py100 # Create the entire graph with a single Cypher queryCOMMENT
MEDIUMtests/flow/test_betweenness.py149 # Create a graph with multiple node labelsCOMMENT
MEDIUMtests/flow/test_betweenness.py211 # Create a graph with multiple relationship typesCOMMENT
MEDIUMtests/flow/test_betweenness.py278 # Create a complex graph with multiple node labels and relationship typesCOMMENT
MEDIUMtests/flow/test_path_filter.py210 # Create a graph of the form:COMMENT
MEDIUM.github/workflows/batch-backport.yml239 # Create the PRCOMMENT
Hyper-Verbose Identifiers165 hits · 144 pts
SeverityFileLineSnippetContext
LOWdemo/client/prettytable/__init__.py291 def _validate_nonnegative_int(self, name, val):CODE
LOWdemo/client/prettytable/__init__.py343 def _validate_all_field_names(self, name, val):CODE
LOWdemo/client/prettytable/__init__.py1081 def _get_formatted_html_string(self, options):CODE
LOWtests/tck/redis_utils/assertions.py156def assert_resultsets_equals_in_order(actual, expected):CODE
LOWtests/benchmarks/run_benchmarks.py135def verify_and_download_benchmark_tool():CODE
LOWtests/benchmarks/generate_markdown.py103def generate_benchmark_list_table(sot_branch: str, new_branch: str) -> str:CODE
LOWtests/flow/test_parser.py13 def test_multiple_single_line_comments(self):CODE
LOWtests/flow/test_parser.py60 def test_multiple_multi_line_comments(self):STRING
LOWtests/flow/test_traversal_construction.py88 def test_start_with_bound_follows_with_filter(self):CODE
LOWtests/flow/test_traversal_construction.py97 def test_filter_as_early_as_possible(self):CODE
LOWtests/flow/test_traversal_construction.py114 def test_start_with_index_filter(self):CODE
LOWtests/flow/test_traversal_construction.py133 def test_variable_length_traversal_placement(self):CODE
LOWtests/flow/test_traversal_construction.py153 def test_traverse_zero_length_edge(self):CODE
LOWtests/flow/test_comprehension_functions.py6def _check_pattern_comprehension_plan(plan: ExecutionPlan):CODE
LOWtests/flow/constraint_utils.py84def create_mandatory_constraint(g, entity_type, lbl, *props, sync=False):CODE
LOWtests/flow/constraint_utils.py87def create_unique_node_constraint(g, lbl, *props, sync=False):CODE
LOWtests/flow/constraint_utils.py98def create_unique_edge_constraint(g, rel, *props, sync=False):CODE
LOWtests/flow/constraint_utils.py108def create_mandatory_node_constraint(g, lbl, *props, sync=False):CODE
LOWtests/flow/constraint_utils.py111def create_mandatory_edge_constraint(g, lbl, *props, sync=False):CODE
LOWtests/flow/constraint_utils.py123def drop_mandatory_constraint(g, lbl_type, lbl, *props):CODE
LOWtests/flow/constraint_utils.py126def drop_unique_node_constraint(g, lbl, *props):CODE
LOWtests/flow/constraint_utils.py129def drop_unique_edge_constraint(g, lbl, *props):CODE
LOWtests/flow/constraint_utils.py132def drop_mandatory_node_constraint(g, lbl, *props):CODE
LOWtests/flow/constraint_utils.py135def drop_mandatory_edge_constraint(g, lbl, *props):CODE
LOWtests/flow/test_varlength_traversal.py36 def build_graph_from_edgelist(self, edges, label="U", rel="F"):CODE
LOWtests/flow/test_varlength_traversal.py57 def build_multigraph_from_edgelist(self, edges, label="U", rel="F"):CODE
LOWtests/flow/test_varlength_traversal.py96 def assert_range_split_invariant(self, start_id, n, label="U", rel="F"):CODE
LOWtests/flow/test_varlength_traversal.py125 def assert_traversal_union_invariant(self, start_id, n, label="U", rel="F"):CODE
LOWtests/flow/test_identifier_limits.py21 def _assert_identifier_too_long(self, fn):CODE
LOWtests/flow/test_wcc.py67 def test_wcc_on_unlabeled_graph(self):CODE
LOWtests/flow/test_wcc.py113 def test_wcc_with_different_relationship_types(self):STRING
LOWtests/flow/test_wcc.py211 def test_wcc_with_different_node_labels(self):STRING
LOWtests/flow/test_wcc.py271 def test_wcc_with_combined_labels_and_relationships(self):STRING
LOWtests/flow/test_wcc.py357 def test_wcc_with_random_graph(self):STRING
LOWtests/flow/test_opening_node.py15def all_combinations_and_permutations(lst):CODE
LOWtests/flow/test_memory_usage.py168 def test_label_matrices_memory_usage(self):CODE
LOWtests/flow/test_memory_usage.py216 def test_attribute_memory_usage(self):CODE
LOWtests/flow/test_memory_usage.py245 def test_indices_memory_usage(self):CODE
LOWtests/flow/test_memory_usage.py265 def test_different_attributes_memory_consumption(self):CODE
LOWtests/flow/test_memory_usage.py293 def test_restricted_samples_size(self):CODE
LOWtests/flow/test_memory_usage.py316 def test_memory_usage_empty_graph(self):CODE
LOWtests/flow/test_memory_usage.py407 def test_node_label_overlap_diff_sample_size(self):CODE
LOWtests/flow/test_memory_usage.py476 def test_node_count_smaller_than_sample_size(self):CODE
LOWtests/flow/test_memory_usage.py491 def test_graph_with_deleted_nodes(self):CODE
LOWtests/flow/test_memory_usage.py524 def test_graph_with_multi_edges(self):CODE
LOWtests/flow/test_memory_usage.py548 def test_graph_with_empty_relationship_type(self):CODE
LOWtests/flow/test_memory_usage.py572 def test_graph_recreate_memory_consumption(self):CODE
LOWtests/flow/test_load_csv.py74def create_short_csv_with_header():CODE
LOWtests/flow/test_load_csv.py82def create_short_csv_without_header():CODE
LOWtests/flow/test_load_csv.py135def create_semicolon_delimited_csv():CODE
LOWtests/flow/test_defrag.py166 def test_concurrent_writers_during_defrag(self):CODE
LOWtests/flow/test_defrag.py335 def test_staged_update_uaf_during_defrag(self):CODE
LOWtests/flow/test_defrag.py513 def test_write_not_orphaned_during_defrag(self):CODE
LOWtests/flow/test_temporal.py13 def test_localtime_component_construction(self):CODE
LOWtests/flow/test_temporal.py31 def test_localtime_from_string(self):CODE
LOWtests/flow/test_temporal.py48 def test_localtime_components(self):CODE
LOWtests/flow/test_temporal.py61 def test_localtime_to_from_string(self):CODE
LOWtests/flow/test_temporal.py96 def test_date_component_construction(self):CODE
LOWtests/flow/test_temporal.py225 def test_localdatetime_component_construction(self):CODE
LOWtests/flow/test_temporal.py267 def test_localdatetime_week_construction(self):CODE
105 more matches not shown…
Excessive Try-Catch Wrapping100 hits · 96 pts
SeverityFileLineSnippetContext
LOWtests/upgrade/test_upgrade.py97 except Exception as e:CODE
LOWtests/tck/features/steps/Steps.py66 except Exception:CODE
LOWtests/tck/features/steps/Steps.py71 except Exception as error:CODE
LOWtests/tck/features/steps/Steps.py77 except Exception:CODE
LOWtests/benchmarks/run_benchmarks.py101 except Exception as e:CODE
LOWtests/benchmarks/run_benchmarks.py176 except Exception as e:CODE
LOWtests/flow/test_point.py45 except Exception as e:CODE
LOWtests/flow/test_point.py54 except Exception as e:CODE
LOWtests/flow/test_point.py63 except Exception as e:CODE
LOWtests/flow/test_point.py72 except Exception as e:CODE
MEDIUMtests/flow/test_point.py39def test_point_values(self):CODE
LOWtests/flow/test_maxflow.py143 except Exception:CODE
LOWtests/flow/test_maxflow.py167 except Exception as e:STRING
LOWtests/flow/test_maxflow.py198 except Exception as e:STRING
LOWtests/flow/test_maxflow.py222 except Exception as e:STRING
LOWtests/flow/test_maxflow.py874 except Exception as e:STRING
LOWtests/flow/test_maxflow.py904 except Exception as e:STRING
LOWtests/flow/test_maxflow.py931 except Exception as e:STRING
LOWtests/flow/test_maxflow.py958 except Exception as e:STRING
LOWtests/flow/test_maxflow.py998 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1164 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1188 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1212 except Exception as e:STRING
LOWtests/flow/test_maxflow.py1240 except Exception as e:STRING
LOWtests/flow/test_vecsim.py86 except Exception as e:CODE
LOWtests/flow/test_vecsim.py96 except Exception as e:CODE
LOWtests/flow/test_vecsim.py194 except Exception as e:CODE
LOWtests/flow/test_vecsim.py202 except Exception as e:CODE
LOWtests/flow/test_vecsim.py215 except Exception as e:CODE
LOWtests/flow/test_vecsim.py222 except Exception as e:CODE
LOWtests/flow/test_effects.py1105 except Exception:CODE
LOWtests/flow/test_load_csv.py179 except Exception as e:CODE
LOWtests/flow/test_load_csv.py187 except Exception as e:CODE
LOWtests/flow/test_load_csv.py199 except Exception as e:CODE
LOWtests/flow/test_load_csv.py211 except Exception as e:CODE
LOWtests/flow/test_load_csv.py243 except Exception:CODE
LOWtests/flow/test_load_csv.py403 except Exception as e:CODE
LOWtests/flow/test_load_csv.py447 except Exception:CODE
LOWtests/flow/test_access_del_entity.py173 except Exception as e:CODE
LOWtests/flow/test_access_del_entity.py186 except Exception as e:CODE
LOWtests/flow/test_graph_copy.py64 except Exception:CODE
LOWtests/flow/test_graph_copy.py70 except Exception:CODE
LOWtests/flow/test_graph_copy.py77 except Exception:CODE
LOWtests/flow/test_graph_copy.py86 except Exception:CODE
MEDIUMtests/flow/test_defrag.py566def loader():CODE
LOWtests/flow/test_defrag.py296 except Exception:CODE
LOWtests/flow/test_defrag.py471 except Exception: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py239 except Exception as e:CODE
LOWtests/flow/test_defrag.py248 except Exception as e:CODE
LOWtests/flow/test_defrag.py428 except Exception as e: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py455 except Exception: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py496 except Exception: # noqa: BLE001CODE
LOWtests/flow/test_defrag.py575 except Exception as e: # noqa: BLE001CODE
LOWtests/flow/test_temporal.py577 except Exception:CODE
LOWtests/flow/test_temporal.py612 except Exception:CODE
LOWtests/flow/test_temporal.py647 except Exception:CODE
LOWtests/flow/test_encode_decode.py35 except Exception as e:CODE
MEDIUMtests/flow/test_encode_decode.py32def tearDown(self):CODE
LOWtests/flow/test_unwind_clause.py122 except Exception as e:CODE
LOWtests/flow/test_unwind_clause.py131 except Exception as e:CODE
40 more matches not shown…
AI Slop Vocabulary23 hits · 66 pts
SeverityFileLineSnippetContext
MEDIUMtests/flow/test_index_scans.py342 # Querying indexed properties using IN a constant array should utilize indexes.COMMENT
MEDIUMtests/flow/test_index_scans.py352 # Querying indexed properties using IN a generated array should utilize indexes.COMMENT
MEDIUMtests/flow/test_index_scans.py362 # Querying indexed properties using IN a non-constant array should not utilize indexes.COMMENT
MEDIUMtests/flow/test_index_scans.py912 # other types e.g. points within arrays won't utilize the indexCOMMENT
MEDIUMtests/flow/test_index_scans.py529 # utilize, producing every entity which was indexed with a none indexable valueCOMMENT
MEDIUMtests/flow/test_index_scans.py706 # issue query which has to potential to utilize an indexCOMMENT
MEDIUMtests/flow/test_index_scans.py729 # issue query which not utilize an indexCOMMENT
MEDIUMtests/flow/test_udf.py1214 # restart server (test harness utility)STRING
MEDIUMtests/flow/test_call_subquery.py1366 # assert that we indeed utilize the index to find the nodeSTRING
MEDIUMtests/flow/test_index_delete.py253 # utilize the index for a scan, followed by a deletion of the indexedCOMMENT
MEDIUMtests/flow/test_expand_into.py103 # make sure expand into is utilizeCOMMENT
MEDIUMdeps/libcypher-parser/lib/doc/doxygen.cfg1061# it is more robust and this tag (HTML_STYLESHEET) will in the future becomeCOMMENT
MEDIUMdeps/libcypher-parser/lib/doc/doxygen.cfg1071# standard style sheet and is therefore more robust against future updates.COMMENT
MEDIUMsrc/configuration/config.h32 Config_QUERY_MEM_CAPACITY = 10, // max mem(bytes) that query/thread can utilize at any given timeCODE
MEDIUMsrc/configuration/config.c53// Max mem(bytes) that query/thread can utilize at any given timeCOMMENT
MEDIUMsrc/configuration/config.c114 int64_t query_mem_capacity; // max mem(bytes) that query/thread can utilize at any given timeCODE
MEDIUMsrc/execution_plan/optimizations/utilize_indices.c357 // both utilize an index and iterate over the fewest valuesCOMMENT
MEDIUMsrc/execution_plan/optimizations/utilize_indices.c540 // did we found a better label to utilize? if so swapCOMMENT
MEDIUMsrc/execution_plan/optimizations/utilize_indices.c712 // no filters to utilizeCOMMENT
MEDIUMsrc/index/index_query.c237 // only utilize index if scalar is either numeric, boolean or stringCOMMENT
MEDIUMsrc/index/index_query.c340 // no nodes, can not utilize the indexCOMMENT
MEDIUMsrc/filter_tree/filter_tree.c740 // OR, AND should utilize both left and right childrenCOMMENT
MEDIUMsrc/filter_tree/filter_tree.c741 // NOT utilize only the left child.COMMENT
Dead Code26 hits · 52 pts
SeverityFileLineSnippetContext
MEDIUMtests/flow/test_traversal_construction.py119CODE
MEDIUMtests/flow/test_traversal_construction.py121CODE
MEDIUMtests/flow/test_traversal_construction.py122CODE
MEDIUMtests/flow/test_traversal_construction.py123CODE
MEDIUMtests/flow/test_traversal_construction.py124CODE
MEDIUMtests/flow/test_traversal_construction.py125CODE
MEDIUMtests/flow/test_traversal_construction.py127CODE
MEDIUMtests/flow/test_traversal_construction.py128CODE
MEDIUMtests/flow/test_traversal_construction.py129CODE
MEDIUMtests/flow/test_traversal_construction.py130CODE
MEDIUMtests/flow/test_traversal_construction.py131CODE
MEDIUMtests/flow/test_persistency.py565CODE
MEDIUMtests/flow/test_persistency.py572CODE
MEDIUMtests/flow/test_persistency.py573CODE
MEDIUMtests/flow/test_persistency.py575CODE
MEDIUMtests/flow/test_persistency.py576CODE
MEDIUMtests/flow/test_persistency.py579CODE
MEDIUMtests/flow/test_persistency.py580CODE
MEDIUMtests/flow/test_persistency.py582CODE
MEDIUMtests/flow/test_persistency.py583CODE
MEDIUMtests/flow/test_persistency.py586CODE
MEDIUMtests/flow/test_persistency.py587CODE
MEDIUMtests/flow/test_persistency.py588CODE
MEDIUMtests/flow/test_persistency.py591CODE
MEDIUMtests/flow/test_persistency.py599CODE
MEDIUMtests/flow/test_persistency.py602CODE
Deep Nesting58 hits · 50 pts
SeverityFileLineSnippetContext
LOWdemo/client/prettytable/__init__.py166CODE
LOWdemo/client/prettytable/__init__.py187CODE
LOWdemo/client/prettytable/__init__.py233CODE
LOWdemo/client/prettytable/__init__.py657CODE
LOWdemo/client/prettytable/__init__.py925CODE
LOWtests/tck/redis_utils/assertions.py75CODE
LOWtests/tck/redis_utils/assertions.py124CODE
LOWtests/benchmarks/run_benchmarks.py17CODE
LOWtests/benchmarks/run_benchmarks.py135CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py22CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py97CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py116CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py174CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py204CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py218CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py290CODE
LOWtests/fuzz/generator/CustomCypherGenerator.py316CODE
LOWtests/fuzz/generator/CypherGenerator.py52CODE
LOWtests/fuzz/generator/CypherGenerator.py95CODE
LOWtests/fuzz/generator/CypherGenerator.py122CODE
LOWtests/fuzz/generator/CypherGenerator.py247CODE
LOWtests/fuzz/generator/CypherGenerator.py312CODE
LOWtests/fuzz/generator/CypherGenerator.py528CODE
LOWtests/fuzz/generator/CypherGenerator.py551CODE
LOWtests/fuzz/generator/CypherGenerator.py633CODE
LOWtests/fuzz/generator/CypherGenerator.py721CODE
LOWtests/fuzz/generator/CypherGenerator.py742CODE
LOWtests/fuzz/generator/CypherGenerator.py784CODE
LOWtests/fuzz/generator/CypherGenerator.py844CODE
LOWtests/fuzz/generator/CypherGenerator.py871CODE
LOWtests/fuzz/generator/CypherGenerator.py1001CODE
LOWtests/fuzz/generator/CypherGenerator.py1021CODE
LOWtests/fuzz/generator/CypherGenerator.py1064CODE
LOWtests/fuzz/generator/CypherGenerator.py1075CODE
LOWtests/fuzz/generator/CypherGenerator.py1099CODE
LOWtests/fuzz/generator/CypherGenerator.py1154CODE
LOWtests/fuzz/generator/CypherGenerator.py1202CODE
LOWtests/fuzz/generator/CypherGenerator.py1305CODE
LOWtests/fuzz/generator/CypherGenerator.py1323CODE
LOWtests/fuzz/generator/CypherGenerator.py1384CODE
LOWtests/fuzz/generator/CypherGenerator.py1412CODE
LOWtests/fuzz/generator/CypherGenerator.py1500CODE
LOWtests/fuzz/generator/CypherGenerator.py1609CODE
LOWtests/fuzz/generator/CypherGenerator.py1667CODE
LOWtests/fuzz/generator/CypherGenerator.py1757CODE
LOWtests/flow/test_stress.py114CODE
LOWtests/flow/test_stress.py137CODE
LOWtests/flow/test_effects.py29CODE
LOWtests/flow/test_defrag.py166CODE
LOWtests/flow/test_defrag.py335CODE
LOWtests/flow/test_defrag.py219CODE
LOWtests/flow/test_defrag.py407CODE
LOWtests/flow/graph_utils.py10CODE
LOWtests/flow/test_persistency.py109CODE
LOWtests/flow/common.py35CODE
LOWtests/flow/test_path_algorithms.py635CODE
LOWtests/flow/test_filters.py43CODE
LOWtests/flow/test_constraint.py1024CODE
Cross-File Repetition3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHdemo/social/disposableredis/__init__.py0:param port: port number to start the redis server on. specify none to automatically generate :type port: int|none :paraSTRING
HIGHdemo/imdb/disposableredis/__init__.py0:param port: port number to start the redis server on. specify none to automatically generate :type port: int|none :paraSTRING
HIGHtests/disposableredis/__init__.py0:param port: port number to start the redis server on. specify none to automatically generate :type port: int|none :paraSTRING
Slop Phrases5 hits · 14 pts
SeverityFileLineSnippetContext
LOWtests/flow/test_udf.py562 # make sure to include the 'KNOWS' relationship typeCOMMENT
MEDIUMdeps/libcypher-parser/lib/doc/doxygen.cfg271# Note: For files without extension you can use no_extension as a placeholder.COMMENT
MEDIUMdeps/libcypher-parser/lib/doc/doxygen.cfg757# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMdeps/libcypher-parser/lib/doc/doxygen.cfg795# If the value of the INPUT tag contains directories, you can use theCOMMENT
MEDIUMdeps/libcypher-parser/lib/doc/doxygen.cfg821# If the value of the EXAMPLE_PATH tag contains directories, you can use theCOMMENT
Redundant / Tautological Comments10 hits · 12 pts
SeverityFileLineSnippetContext
LOWbuild.sh589# Check if dependencies need to be builtCOMMENT
LOWbuild.sh1762 # Check if target existsCOMMENT
LOWbuild.sh1769 # Check if redis-server is availableCOMMENT
LOWbuild.sh1578 # Check if required Python packages are installedCOMMENT
LOWbuild.sh1926 # Check if target already existsCOMMENT
LOWtests/benchmarks/run_benchmarks.py38 # Print the output of the benchmark toolCOMMENT
LOWtests/benchmarks/run_benchmarks.py45 # Check if there were any errorsCOMMENT
LOWtests/flow/tests.sh162 # Check if we already have a working ASAN Redis buildCOMMENT
LOW.github/workflows/submodule-update.yml123 # Check if a PR for this branch already existsCOMMENT
LOW.github/workflows/build.yml364 # Check if building server variantCOMMENT
AI Structural Patterns4 hits · 4 pts
SeverityFileLineSnippetContext
LOWtests/tck/redis_utils/assertions.py23CODE
LOWtests/tck/redis_utils/assertions.py38CODE
LOWtests/flow/constraint_utils.py118CODE
LOWtests/flow/test_pending_queries_limit.py54CODE
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippetContext
LOWdeps/GraphBLAS/Include/GraphBLAS.h6699// Example usage:COMMENT
LOWdeps/GraphBLAS/Include/GraphBLAS.h7542// Example usage:COMMENT
Fake / Example Data2 hits · 2 pts
SeverityFileLineSnippetContext
LOWtests/flow/test_graph_copy.py337 dummy_id = "dummy"CODE
LOWtests/flow/test_graph_copy.py341 dummy_graph = self.db.select_graph(dummy_id)CODE