Open source transactional distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure without compromising performance.
This report presents the forensic synthetic code analysis of apache/cassandra, a Java project with 9,919 GitHub stars. SynthScan v2.0 examined 1,518,224 lines of code across 6750 source files, recording 1294 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 2.7 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 1294 distinct pattern matches across 21 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 | .build/checkstyle.xml | 85 | <property name="message" value="Avoid Instant.now() for time, should use org.apache.cassandra.util.FBUtilities.now | CODE |
| CRITICAL | …t/unit/org/apache/cassandra/fqltool/FQLReplayTest.java | 516 | assertArrayEquals(values.toArray(), simpleStmt.getValues(com.datastax.driver.core.ProtocolVersion.fromInt(QueryO | CODE |
| CRITICAL | …t/unit/org/apache/cassandra/fqltool/FQLReplayTest.java | 683 | assertArrayEquals(simpleStmt1.getValues(com.datastax.driver.core.ProtocolVersion.fromInt(QueryOptions.DEFAULT.ge | CODE |
| CRITICAL | …t/unit/org/apache/cassandra/fqltool/FQLReplayTest.java | 684 | simpleStmt2.getValues(com.datastax.driver.core.ProtocolVersion.fromInt(QueryOptions.DEFAULT.ge | CODE |
| CRITICAL | …fqltool/src/org/apache/cassandra/fqltool/FQLQuery.java | 257 | return new FullQueryLogger.Batch(org.apache.cassandra.cql3.statements.BatchStatement.Type.valueOf(batchType. | CODE |
| CRITICAL | …resources/org/apache/cassandra/stress/graph/graph.html | 33 | },cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function | CODE |
| CRITICAL | …pache/cassandra/io/sstable/StressCQLSSTableWriter.java | 676 | Directories directories = new Directories(tableMetadata, directoryList.stream().map(f -> new Directories.Dat | CODE |
| CRITICAL | …ess/src/org/apache/cassandra/stress/StressProfile.java | 500 | List<Generator> regularColumns = com.google.common.collect.Lists.newArrayList(metadata.regularAndStaticColumns() | CODE |
| CRITICAL | …ess/src/org/apache/cassandra/stress/StressProfile.java | 521 | List<ColumnMetadata> allColumns = com.google.common.collect.Lists.newArrayList(metadata.allColumnsInSelectOrder( | CODE |
| CRITICAL⚡ | …ess/src/org/apache/cassandra/stress/StressProfile.java | 566 | Set<com.datastax.driver.core.ColumnMetadata> keyColumns = com.google.common.collect.Sets.newHashSet( | CODE |
| CRITICAL⚡ | …ess/src/org/apache/cassandra/stress/StressProfile.java | 567 | Set<com.datastax.driver.core.ColumnMetadata> allColumns = com.google.common.collect.Sets.newHashSet( | CODE |
| CRITICAL⚡ | …ess/src/org/apache/cassandra/stress/StressProfile.java | 572 | com.google.common.collect.Sets.SetView diff = com.google.common.collect.Sets.difference(allColum | CODE |
| CRITICAL | …ess/src/org/apache/cassandra/stress/StressProfile.java | 752 | Set<com.datastax.driver.core.ColumnMetadata> keyColumns = com.google.common.collect.Sets.newHashSet(tableMet | CODE |
| CRITICAL | …org/apache/cassandra/stress/generate/values/Lists.java | 54 | return com.google.common.collect.Lists.newArrayList(Arrays.copyOf(buffer, size)); | CODE |
| CRITICAL | …pache/cassandra/transport/ProtocolNegotiationTest.java | 171 | if (requestedVersion.toInt() > org.apache.cassandra.transport.ProtocolVersion.CURRENT.asInt()) | CODE |
| CRITICAL | …/unit/org/apache/cassandra/transport/TlsTestUtils.java | 214 | com.datastax.driver.core.Cluster.Builder builder = com.datastax.driver.core.Cluster.builder() | CODE |
| CRITICAL | …st/unit/org/apache/cassandra/cql3/ViewComplexTest.java | 220 | List<UntypedResultSet.Row> baseData = com.google.common.collect.Lists.newArrayList(iter); | CODE |
| CRITICAL | …st/unit/org/apache/cassandra/cql3/ViewComplexTest.java | 221 | List<UntypedResultSet.Row> viewData = com.google.common.collect.Lists.newArrayList(viewIter); | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/ViewTest.java | 661 | action = "org.apache.cassandra.cql3.ViewTest.blockViewBuild.countDown();") | CODE |
| CRITICAL | …/org/apache/cassandra/cql3/PreparedStatementsTest.java | 500 | org.apache.cassandra.cql3.ResultSet.Flag.of(org.apache.cassan | CODE |
| CRITICAL | …/org/apache/cassandra/cql3/PreparedStatementsTest.java | 518 | org.apache.cassandra.cql3.ResultSet.Flag.of(org.apache.cassan | CODE |
| CRITICAL | …/org/apache/cassandra/cql3/PreparedStatementsTest.java | 576 | org.apache.cassandra.cql3.ResultSet.Flag.of( | CODE |
| CRITICAL | …/org/apache/cassandra/cql3/PreparedStatementsTest.java | 598 | org.apache.cassandra.cql3.ResultSet.Flag.of(org.apache.cassandra.cql3.Resu | CODE |
| CRITICAL | …/org/apache/cassandra/cql3/PreparedStatementsTest.java | 624 | if (org.apache.cassandra.cql3.ResultSet.Flag.contains(resultFlags, org.apache.cassandra.cql3.ResultSet.Flag.META | CODE |
| CRITICAL | …/org/apache/cassandra/cql3/PreparedStatementsTest.java | 640 | assertEquals(org.apache.cassandra.cql3.ResultSet.Flag.of(org.apache.cassandra.cql3.ResultSet.Flag.GLOBAL_TABLES_ | CODE |
| CRITICAL | …it/org/apache/cassandra/cql3/PstmtPersistenceTest.java | 208 | action = "org.apache.cassandra.cql3.PstmtPersistenceTest.preparedStatementLoadTimestamps.put($key, | CODE |
| CRITICAL | …it/org/apache/cassandra/cql3/PstmtPersistenceTest.java | 213 | action = "org.apache.cassandra.cql3.PstmtPersistenceTest.preparedStatementRemoveTimestamps.put($key | CODE |
| CRITICAL | …it/org/apache/cassandra/cql3/PstmtPersistenceTest.java | 309 | action = "org.apache.cassandra.cql3.PstmtPersistenceTest.nextPageReadQuery($this.query, $pageSize)") | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 405 | com.datastax.driver.core.ProtocolVersion.fromInt(version.asInt()); | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 815 | builder = builder.withProtocolVersion(com.datastax.driver.core.ProtocolVersion.fromInt(version.asInt())); | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 1667 | statement = statement.setConsistencyLevel(com.datastax.driver.core.ConsistencyLevel.valueOf(consistency.name())) | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 1960 | com.datastax.driver.core.ProtocolVersion version = com.datastax.driver.core.ProtocolVersion.fromInt(protocolVers | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 2077 | com.datastax.driver.core.ProtocolVersion version = com.datastax.driver.core.ProtocolVersion.fromInt(getDefaultVe | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 2532 | com.google.common.collect.Sets.SetView<List<ByteBuffer>> extra = com.google.common.collect.Sets.difference(actua | CODE |
| CRITICAL | test/unit/org/apache/cassandra/cql3/CQLTester.java | 2533 | com.google.common.collect.Sets.SetView<List<ByteBuffer>> missing = com.google.common.collect.Sets.difference(exp | CODE |
| CRITICAL⚡ | …dra/cql3/validation/entities/UFIdentificationTest.java | 345 | Set<String> expected = com.google.common.collect.Sets.newHashSet(function); | CODE |
| CRITICAL⚡ | …dra/cql3/validation/entities/UFIdentificationTest.java | 346 | Set<String> actual = com.google.common.collect.Sets.newHashSet(Iterables.transform(stmt.getFunctions(), | CODE |
| CRITICAL⚡ | …dra/cql3/validation/entities/UFIdentificationTest.java | 348 | assertTrue(com.google.common.collect.Sets.symmetricDifference(expected, actual).isEmpty()); | CODE |
| CRITICAL⚡ | …dra/cql3/validation/entities/UFIdentificationTest.java | 354 | return String.format(template, com.google.common.collect.Lists.asList(tableName, params).toArray()); | CODE |
| CRITICAL | …cassandra/cql3/validation/entities/UFSecurityTest.java | 124 | " org.apache.cassandra.utils.vint.VIntCoding.computeUnsignedVIntSize(0L); return 0d;" + | CODE |
| CRITICAL | …cassandra/cql3/validation/entities/UFVerifierTest.java | 163 | assertEquals(new HashSet<>(Collections.singletonList("call to org.apache.cassandra.config.DatabaseDescriptor.get | CODE |
| CRITICAL | …st/unit/org/apache/cassandra/dht/BootStrapperTest.java | 127 | action = "org.apache.cassandra.dht.BootStrapperTest.nonOptimizationHit.set(true)"), | CODE |
| CRITICAL | …st/unit/org/apache/cassandra/dht/BootStrapperTest.java | 131 | action = "org.apache.cassandra.dht.BootStrapperTest.optimizationHit.set(true)") }) | CODE |
| CRITICAL | …pache/cassandra/io/sstable/format/ColumnIndexTest.java | 127 | action = "org.apache.cassandra.io.sstable.format.ColumnIndexTest.setRTBMLastInIndexBlock( | CODE |
| CRITICAL | …pache/cassandra/io/sstable/format/ColumnIndexTest.java | 133 | action = "org.apache.cassandra.io.sstable.format.ColumnIndexTest.setRTBMLastInIndexBlock( | CODE |
| CRITICAL | …assandra/io/sstable/format/bti/LoadingBuilderTest.java | 50 | action = "org.apache.cassandra.io.sstable.format.bti.LoadingBuilderTest.preloadsMap.put($1.path(), $3)") | CODE |
| CRITICAL | test/unit/org/apache/cassandra/utils/RangeTreeTest.java | 705 | btree = org.apache.cassandra.utils.btree.IntervalBTree.update(btree, BTree.singleton(new Item(range.start(), | CODE |
| CRITICAL⚡ | …ache/cassandra/schema/SchemaStatementWarningsTest.java | 56 | action = "org.apache.cassandra.schema.SchemaStatementWarningsTest.addWarn()"), | CODE |
| CRITICAL⚡ | …ache/cassandra/schema/SchemaStatementWarningsTest.java | 61 | action = "return org.apache.cassandra.schema.SchemaStatementWarningsTest.addWarnToList($! | CODE |
| CRITICAL⚡ | …ache/cassandra/schema/SchemaStatementWarningsTest.java | 66 | action = "return org.apache.cassandra.schema.SchemaStatementWarningsTest.addWarnToList($! | CODE |
| CRITICAL⚡ | …ache/cassandra/schema/SchemaStatementWarningsTest.java | 82 | action = "org.apache.cassandra.schema.SchemaStatementWarningsTest.addWarn()"), | CODE |
| CRITICAL⚡ | …ache/cassandra/schema/SchemaStatementWarningsTest.java | 87 | action = "return org.apache.cassandra.schema.SchemaStatementWarningsTest.addWarnToList($! | CODE |
| CRITICAL⚡ | …ache/cassandra/schema/SchemaStatementWarningsTest.java | 92 | action = "return org.apache.cassandra.schema.SchemaStatementWarningsTest.addWarnToList($! | CODE |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 153 | // "org.apache.cassandra.db.marshal.UserType(ks,6d635f756474,61:org.apache.cassandra.db.marshal.UTF8Type,62:o | COMMENT |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 210 | // "org.apache.cassandra.db.marshal.ListType(org.apache.cassandra.db.marshal.FrozenType(org.apache.cassandra | COMMENT |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 226 | // "org.apache.cassandra.db.marshal.SetType(org.apache.cassandra.db.marshal.FrozenType(org.apache.cassandra. | COMMENT |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 242 | // "org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db | COMMENT |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 145 | "org.apache.cassandra.db.marshal.TupleType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db. | CODE |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 160 | "org.apache.cassandra.db.marshal.FrozenType(org.apache.cassandra.db.marshal.UserType(ks,665f756474,61:org.ap | CODE |
| CRITICAL⚡ | …che/cassandra/schema/TupleTypesRepresentationTest.java | 167 | "org.apache.cassandra.db.marshal.ListType(org.apache.cassandra.db.marshal.UTF8Type)", | CODE |
| 167 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .asf.yaml | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | TESTING.md | 1 | <!-- | COMMENT |
| LOW | build-shaded-dtest-jar.sh | 1 | #!/bin/bash | COMMENT |
| LOW | CONTRIBUTING.md | 1 | <!-- | COMMENT |
| LOW | .build/run-tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/build-artifacts.sh | 1 | #!/bin/sh -e | COMMENT |
| LOW | .build/build-jars.sh | 1 | #!/bin/sh -e | COMMENT |
| LOW | .build/run-python-dtests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/check-code.sh | 1 | #!/bin/sh -e | COMMENT |
| LOW | .build/rat-include-accord.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .build/docker/_build-debian.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_docker_run.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/build-redhat.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/run-tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_docker_init_tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_set_java.sh | 1 | #!/bin/bash -e | COMMENT |
| LOW | .build/docker/build-artifacts.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_create_user.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_build-redhat.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/build-docs.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/build-debian.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/build-jars.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_copy_ccm_repositories.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/_prepopulate_maven_deps.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/docker/check-code.sh | 1 | #!/bin/sh | COMMENT |
| LOW | .build/ci/requirements.txt | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .build/ci/ci_parser.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | .build/ci/junit_helpers.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | .build/ci/generate-test-report.sh | 1 | #!/bin/sh -e | COMMENT |
| LOW | .build/ci/generate-ci-summary.sh | 1 | #!/bin/sh -e | COMMENT |
| LOW | .build/ci/generate-ci-summary.sh | 21 | # For example: | COMMENT |
| LOW | .build/ci/precommit_check.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/ci/logging.sh | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .build/ci/logging_helper.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | .build/sh/change-submodule-accord.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .build/sh/bump-accord.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .build/sh/ant-log-summary.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | .build/sh/change-submodule.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .build/sh/development-switch.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | .build/sonar/sonar-report.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .build/sonar/sonar-setup-local.sh | 1 | # | COMMENT |
| LOW | .build/run-ci.d/run-ci-test.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | .build/run-ci.d/requirements.txt | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | .build/run-ci.d/run_ci.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | .build/git/install-git-defaults.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …d/git/git-hooks/post-checkout/100-update-submodules.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …t/git-hooks/pre-commit/100-verify-submodules-pushed.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …t/git-hooks/pre-commit/100-verify-submodules-pushed.sh | 41 | COMMENT | |
| LOW | ide/nbproject/update-netbeans-classpaths.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tools/cqlstress-counter-example.yaml | 1 | # | COMMENT |
| LOW | tools/cqlstress-counter-example.yaml | 41 | # The min and max only apply to text and blob types | COMMENT |
| LOW | tools/cqlstress-example.yaml | 1 | # | COMMENT |
| LOW | tools/cqlstress-example.yaml | 41 | ival int, | COMMENT |
| LOW | tools/cqlstress-insanity-example.yaml | 1 | # | COMMENT |
| LOW | tools/cqlstress-insanity-example.yaml | 41 | fval float, | COMMENT |
| LOW | tools/bin/cassandra.in.sh | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | …pache/cassandra/stress/generate/PartitionIterator.java | 181 | COMMENT | |
| LOW | pylib/requirements.txt | 1 | # Licensed to the Apache Software Foundation (ASF) under one | COMMENT |
| LOW | pylib/cassandra-cqlsh-tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | pylib/setup.py | 1 | #!/usr/bin/env python3 | COMMENT |
| 474 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | .circleci/config_template.yml | 3329 | # Run each test class as many times as requested. | COMMENT |
| HIGH | .circleci/config_template.yml | 3502 | # Run the test target as many times as requested collecting the exit code, | COMMENT |
| HIGH | .circleci/config.yml | 3172 | # Run the test target as many times as requested collecting the exit code, | COMMENT |
| HIGH | .circleci/config.yml | 4237 | # Run the test target as many times as requested collecting the exit code, | COMMENT |
| HIGH | .circleci/config.yml | 56 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 56 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 442 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 442 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 1486 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 1486 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 1808 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 1808 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 2420 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 2420 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 2732 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 2732 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 2897 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 2897 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 3394 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 3394 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 3707 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 3707 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 4599 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 4599 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 4883 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 4883 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 4975 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 4975 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 5246 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 5246 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 5647 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 5647 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 6356 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 6356 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 6670 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 6670 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 7031 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 7031 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 7123 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 7123 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 8370 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 8370 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 8931 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 8931 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9096 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9096 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9273 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9273 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9438 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9438 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9616 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9616 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9841 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9841 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9932 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| HIGH | .circleci/config.yml | 9932 | command: "set -x\nexport PATH=$JAVA_HOME/bin:$PATH\ntime mv ~/cassandra /tmp\ncd /tmp/cassandra\nif [ -d ~/dtest | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/sh/ant-log-summary.py | 72 | def extract_compilation_errors(content): | CODE |
| LOW | .build/run-ci.d/run-ci-test.py | 79 | def test_trigger_jenkins_build(self, mock_wait_for_build_number, mock_build_job): | CODE |
| LOW⚡ | .build/run-ci.d/run-ci-test.py | 92 | def test_delete_remote_junit_files(self, mock_stream): | CODE |
| LOW⚡ | .build/run-ci.d/run-ci-test.py | 98 | def test_cleanup_and_maybe_teardown(self, mock_run): | CODE |
| LOW⚡ | .build/run-ci.d/run-ci-test.py | 103 | def test_helm_installation_lock(self, mock_flock): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 310 | def ensure_job_parameters_visible(server: jenkins.Jenkins, job_name: str): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 329 | def ensure_cassandra_job_parameters_visible(server: jenkins.Jenkins): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 440 | def get_first_node_provider_id() -> Optional[str]: | CODE |
| LOW | .build/run-ci.d/run_ci.py | 620 | def delete_remote_junit_files(k8s_client, pod_name: str, kube_ns: str, base_job_name: str, build_number: int): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 628 | def download_results_and_print_summary(k8s_client, pod_name: str, kube_ns: str, build_number: int, ip: str, args): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 675 | def print_results_summary_console(local_console_log): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 692 | def print_results_summary_ci_summary(ci_summary_file): | CODE |
| LOW | .build/run-ci.d/run_ci.py | 780 | def cleanup_and_maybe_teardown(kubeconfig: Optional[str], kubecontext: Optional[str], kube_ns: str, tear_down: bool): | CODE |
| LOW | pylib/cqlshlib/authproviderhandling.py | 26 | def _warn_for_plain_text_security(config_file, provider_settings): | CODE |
| LOW | pylib/cqlshlib/authproviderhandling.py | 123 | def get_auth_provider_settings(conf_file): | CODE |
| LOW | pylib/cqlshlib/cqlshhandling.py | 266 | def complete_source_quoted_filename(ctxt, cqlsh): | STRING |
| LOW | pylib/cqlshlib/cqlshhandling.py | 300 | def complete_copy_column_names(ctxt, cqlsh): | STRING |
| LOW | pylib/cqlshlib/tracing.py | 98 | def datetime_from_utc_to_local(utc_datetime): | CODE |
| LOW | pylib/cqlshlib/util.py | 92 | def get_file_encoding_bomsize(filename): | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 223 | def show_warning_without_quoting_line(message, category, filename, lineno, file=None, line=None): | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 490 | def get_materialized_view_names(self, ksname=None): | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 1044 | def print_formatted_result_vertically(self, formatted_names, formatted_values, row_count_offset): | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 1282 | def print_keyspace_element_names(self, keyspace, names): | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 2165 | def deserialize_date_fallback_int(byts, protocol_version): | STRING |
| LOW | pylib/cqlshlib/formatting.py | 260 | def format_python_formatted_type(val, colormap, color, quote=False): | CODE |
| LOW | pylib/cqlshlib/formatting.py | 297 | def format_floating_point_type(val, colormap, float_precision, decimal_sep=None, thousands_sep=None, **_): | CODE |
| LOW | pylib/cqlshlib/formatting.py | 335 | def format_integer_with_thousands_sep(val, thousands_sep=','): | CODE |
| LOW | pylib/cqlshlib/formatting.py | 471 | def number_of_extra_bytes_to_read(b): | CODE |
| LOW⚡ | pylib/cqlshlib/copyutil.py | 2487 | def make_statement_with_failures(query, conv, chunk, batch, replicas): | CODE |
| LOW⚡ | pylib/cqlshlib/copyutil.py | 2495 | def make_counter_batch_statement(self, query, conv, batch, replicas): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 1887 | def _get_primary_key_statement(parent, table_meta): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2186 | def get_null_primary_key_message(self, idx): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2193 | def get_row_partition_key_values_fcn(self): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2204 | def serialize_value_not_prepared(n, v): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2302 | def replica_is_not_overloaded(r): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2512 | def make_prepared_batch_statement(self, query, _, batch, replicas): | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2529 | def make_non_prepared_batch_statement(self, query, _, batch, replicas): | CODE |
| LOW | pylib/cqlshlib/pylexotron.py | 137 | def try_registered_completion(ctxt, symname, completions): | CODE |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 458 | def prop_val_mapkey_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 466 | def prop_val_mapval_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 474 | def prop_val_mapender_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 963 | def select_group_column_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 973 | def relation_token_word_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 978 | def relation_token_subject_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 984 | def select_relation_lhs_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1135 | def update_counterop_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1142 | def update_counter_inc_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1151 | def update_listadder_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1168 | def update_indexbracket_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1178 | def update_udt_field_dot_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1185 | def assignment_udt_field_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1209 | def condition_indexbracket_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1219 | def condition_udt_field_dot_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1226 | def condition_udt_field_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1391 | def create_cf_composite_primary_key_keyword_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1396 | def create_cf_composite_primary_key_paren_completer(ctxt, cass): | STRING |
| LOW⚡ | pylib/cqlshlib/cql3handling.py | 1401 | def create_cf_composite_primary_key_comma_completer(ctxt, cass): | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 497 | def ks_prop_val_mapkey_completer(ctxt, cass): | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 516 | def ks_prop_val_mapval_completer(ctxt, cass): | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 526 | def ks_prop_val_mapender_completer(ctxt, cass): | STRING |
| 109 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …che/cassandra/io/compress/CompressionMetadataTest.java | 99 | // Step 1: Create a dictionary and add it to cache (simulating table with Zstd compression) | COMMENT |
| LOW | …che/cassandra/io/compress/CompressionMetadataTest.java | 117 | // Step 2: Open SSTable with dictionary (simulating CompressionMetadata) | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 139 | // Step 3: Schema change - close cache (simulating switch from Zstd to LZ4) | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 145 | // Step 4: Verify dictionary is still usable via CompressionMetadata | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 159 | // Step 5: Close CompressionMetadata (simulating SSTable being compacted away) | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 164 | // Step 6: Dictionary is still usable because ZstdDictionaryCompressor cache holds a reference | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 340 | // Step 1: add new node as a write replica to all ranges it is gaining | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 359 | // Step 2: add new node as a read replica to the ranges it is gaining; remove old node from reads at the same ti | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 379 | // Step 3: finally remove the old node from writes | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 424 | // Step 1: Prepare Move, | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 438 | // Step 2: Start Move, add all potential owners to write quorums | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 460 | // Step 3: Mid Move, remove all nodes that are losing ranges from read quorums, add all nodes gaining ranges to | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 478 | // Step 4: Finish Move, remove all nodes that are losing ranges from write quorums | COMMENT |
| LOW | …de/skills/tla-plus/references/patterns/code-to-spec.md | 13 | ### Step 1: Identify the Abstraction Level | COMMENT |
| LOW | …de/skills/tla-plus/references/patterns/code-to-spec.md | 22 | ### Step 2: Map Code Constructs to TLA+ | COMMENT |
| LOW | …de/skills/tla-plus/references/patterns/code-to-spec.md | 40 | ### Step 3: Write the Spec | COMMENT |
| LOW⚡ | …de/skills/tla-plus/references/patterns/code-to-spec.md | 151 | ### Step 1: Write a Minimal Spec | COMMENT |
| LOW⚡ | …de/skills/tla-plus/references/patterns/code-to-spec.md | 154 | ### Step 2: Run with Small Constants | COMMENT |
| LOW⚡ | …de/skills/tla-plus/references/patterns/code-to-spec.md | 162 | ### Step 3: Look for These Symptoms | COMMENT |
| LOW⚡ | …de/skills/tla-plus/references/patterns/code-to-spec.md | 172 | ### Step 4: Translate Error Trace to Code Path | COMMENT |
| LOW⚡ | .claude/skills/tla-plus/scripts/check.sh | 18 | # Step 1: Translate PlusCal if the spec contains an algorithm | COMMENT |
| LOW⚡ | .claude/skills/tla-plus/scripts/check.sh | 25 | # Step 2: Parse with SANY | COMMENT |
| LOW⚡ | .claude/skills/tla-plus/scripts/check.sh | 30 | # Step 3: Run TLC | COMMENT |
| LOW⚡ | .claude/skills/heatmap/SKILL.md | 27 | ### Step 1: Determine the repository path and scope | COMMENT |
| LOW⚡ | .claude/skills/heatmap/SKILL.md | 37 | ### Step 2: Run repo-level heatmap | COMMENT |
| LOW⚡ | .claude/skills/heatmap/SKILL.md | 47 | ### Step 3: Cross-reference with the task context | COMMENT |
| LOW | .claude/skills/heatmap/SKILL.md | 62 | ### Step 4: Run line-level heatmap on top candidates | COMMENT |
| LOW | .claude/skills/heatmap/SKILL.md | 72 | ### Step 5: Identify hot zones | COMMENT |
| LOW | .claude/skills/heatmap/SKILL.md | 85 | ### Step 6: Produce the review focus list | COMMENT |
| LOW | .claude/skills/heatmap/SKILL.md | 100 | ### Step 7: Deep review | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 44 | ### Step 1: Identify the Change Type | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 52 | ### Step 2: Understand the Before State | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 57 | ### Step 3: Understand the After State | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 62 | ### Step 4: Analyze the Transition | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 68 | ### Step 5: Visualize Before/After | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 75 | ### Step 6: Deep Reasoning | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 87 | ### Step 1: Identify Purpose | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 92 | ### Step 2: Map the Structure | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 99 | ### Step 3: Trace Key Workflows | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 106 | ### Step 4: Identify State & Transitions | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 112 | ### Step 5: Analyze Interactions | COMMENT |
| LOW⚡ | …kills/patch-explainer/references/analysis_framework.md | 118 | ### Step 6: Deep Reasoning | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1643 | # Step 1: Set internode_encryption=<dc|rack|all> and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1645 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1714 | # Step 1: Set enabled=true and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1716 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW | conf/cassandra_latest.yaml | 1515 | # WARNING: This legacy snitch has been deprecated and is scheduled to be removed in a future | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1761 | # Step 1: Set internode_encryption=<dc|rack|all> and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1763 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1839 | # Step 1: Set enabled=true and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1841 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW | conf/cassandra.yaml | 1558 | # WARNING: This snitch is deprecated and it is scheduled to be removed | COMMENT |
| LOW | conf/cassandra.yaml | 1631 | # WARNING: This legacy snitch has been deprecated and is scheduled to be removed in a future | COMMENT |
| LOW⚡ | src/java/org/apache/cassandra/tools/CMSOfflineTool.java | 197 | // Step 1: Default to the serialization version from the cluster metadata | COMMENT |
| LOW⚡ | src/java/org/apache/cassandra/tools/CMSOfflineTool.java | 200 | // Step 2: User-specified version takes precedence | COMMENT |
| LOW | src/java/org/apache/cassandra/tools/CMSOfflineTool.java | 213 | // Step 3: Current binary version must be able to handle the finalized version | COMMENT |
| LOW | …apache/cassandra/service/FileSystemOwnershipCheck.java | 148 | // Step 1: Traverse the filesystem from each target dir upward, looking for marker files | COMMENT |
| LOW | …apache/cassandra/service/FileSystemOwnershipCheck.java | 200 | // Step 2: assert that the content of each file is identical | COMMENT |
| LOW | …apache/cassandra/service/FileSystemOwnershipCheck.java | 220 | // Step 3: validate the content of the properties from disk | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …andra/tools/nodetool/GuardrailsConfigCommandsTest.java | 102 | // it would be quite cumbersome to test all guardrails are settable, so we will | COMMENT |
| MEDIUM | …/guardrails/GuardrailMinimumReplicationFactorTest.java | 89 | // filtering out non-guardrails produced warnings | COMMENT |
| MEDIUM | …/guardrails/GuardrailMaximumReplicationFactorTest.java | 72 | // filtering out non-guardrails produced warnings | COMMENT |
| MEDIUM | …/GuardrailDataDiskUsageKeyspaceWideProtectionTest.java | 78 | // create a regular user, since the default superuser is excluded from guardrails | COMMENT |
| MEDIUM | …istributed/test/guardrails/GuardrailDiskUsageTest.java | 88 | // create a regular user, since the default superuser is excluded from guardrails | COMMENT |
| MEDIUM | …andra/distributed/test/guardrails/GuardrailTester.java | 71 | // create a regular user, since the default superuser is excluded from guardrails | COMMENT |
| MEDIUM | .claude/skills/targeted-review/SKILL.md | 255 | ## Pitfalls and guardrails | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2347 | # Configures the disk usage guardrails to block all writes to a keyspace if any node which replicates that keyspace | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2371 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2376 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2403 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2408 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2505 | # An operator can use special "unknown" and "unset" entries for both guardrails with a placeholder version. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2573 | # Configures the disk usage guardrails to block all writes to a keyspace if any node which replicates that keyspace | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2597 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2602 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2623 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2628 | # # package name org.apache.cassandra.db.guardrails is prepended. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2745 | # An operator can use special "unknown" and "unset" entries for both guardrails with a placeholder version. | COMMENT |
| MEDIUM | …/cassandra/tools/nodetool/GuardrailsConfigCommand.java | 97 | // TODO for now remove custom guardrails | COMMENT |
| MEDIUM | …c/java/org/apache/cassandra/cql3/RowUpdateBuilder.java | 258 | else if (cql3Type.equals(CQL3Type.Native.TEXT)) // text and varchar size specific guardrails | CODE |
| MEDIUM | …ssandra/cql3/statements/schema/AlterViewStatement.java | 59 | // save the query state to use it for guardrails validation in #apply | COMMENT |
| MEDIUM | …sandra/cql3/statements/schema/CreateViewStatement.java | 129 | // save the query state to use it for guardrails validation in #apply | COMMENT |
| MEDIUM | …sandra/cql3/statements/schema/AlterTableStatement.java | 114 | // save the query state to use it for guardrails validation in #apply | COMMENT |
| MEDIUM | …andra/cql3/statements/schema/AlterSchemaStatement.java | 115 | // Cache our ClientState for use by guardrails | COMMENT |
| MEDIUM | …andra/cql3/statements/schema/AlterSchemaStatement.java | 185 | // Such failures may be dependent on the specific node's config (for things like guardrails/memtable | COMMENT |
| MEDIUM | …andra/cql3/statements/schema/CreateIndexStatement.java | 134 | // save the query state to use it for guardrails validation in #apply | COMMENT |
| MEDIUM | …andra/cql3/statements/schema/CreateIndexStatement.java | 180 | // guardrails to limit number of secondary indexes per table. | COMMENT |
| MEDIUM | …ssandra/cql3/statements/schema/AlterTypeStatement.java | 130 | // save the query state to use it for guardrails validation in #apply | COMMENT |
| MEDIUM | …/org/apache/cassandra/service/StorageServiceMBean.java | 1285 | // warning thresholds will be replaced by equivalent guardrails | COMMENT |
| MEDIUM | …ssandra/service/accord/txn/AccordUpdateParameters.java | 84 | // For the time being, guardrails are disabled for Accord queries. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …che/cassandra/io/compress/CompressionMetadataTest.java | 99 | // Step 1: Create a dictionary and add it to cache (simulating table with Zstd compression) | COMMENT |
| LOW | …che/cassandra/io/compress/CompressionMetadataTest.java | 117 | // Step 2: Open SSTable with dictionary (simulating CompressionMetadata) | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 139 | // Step 3: Schema change - close cache (simulating switch from Zstd to LZ4) | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 145 | // Step 4: Verify dictionary is still usable via CompressionMetadata | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 159 | // Step 5: Close CompressionMetadata (simulating SSTable being compacted away) | COMMENT |
| LOW⚡ | …che/cassandra/io/compress/CompressionMetadataTest.java | 164 | // Step 6: Dictionary is still usable because ZstdDictionaryCompressor cache holds a reference | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 340 | // Step 1: add new node as a write replica to all ranges it is gaining | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 359 | // Step 2: add new node as a read replica to the ranges it is gaining; remove old node from reads at the same ti | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 379 | // Step 3: finally remove the old node from writes | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 424 | // Step 1: Prepare Move, | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 438 | // Step 2: Start Move, add all potential owners to write quorums | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 460 | // Step 3: Mid Move, remove all nodes that are losing ranges from read quorums, add all nodes gaining ranges to | COMMENT |
| LOW | …cassandra/distributed/test/log/PlacementSimulator.java | 478 | // Step 4: Finish Move, remove all nodes that are losing ranges from write quorums | COMMENT |
| LOW⚡ | .claude/skills/tla-plus/scripts/check.sh | 18 | # Step 1: Translate PlusCal if the spec contains an algorithm | COMMENT |
| LOW⚡ | .claude/skills/tla-plus/scripts/check.sh | 25 | # Step 2: Parse with SANY | COMMENT |
| LOW⚡ | .claude/skills/tla-plus/scripts/check.sh | 30 | # Step 3: Run TLC | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1643 | # Step 1: Set internode_encryption=<dc|rack|all> and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1645 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1714 | # Step 1: Set enabled=true and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra_latest.yaml | 1716 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1761 | # Step 1: Set internode_encryption=<dc|rack|all> and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1763 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1839 | # Step 1: Set enabled=true and explicitly set optional=true. Restart all nodes | COMMENT |
| LOW⚡ | conf/cassandra.yaml | 1841 | # Step 2: Set optional=false (or remove it) and if you generated truststores and want to use mutual | COMMENT |
| LOW⚡ | src/java/org/apache/cassandra/tools/CMSOfflineTool.java | 197 | // Step 1: Default to the serialization version from the cluster metadata | COMMENT |
| LOW⚡ | src/java/org/apache/cassandra/tools/CMSOfflineTool.java | 200 | // Step 2: User-specified version takes precedence | COMMENT |
| LOW | src/java/org/apache/cassandra/tools/CMSOfflineTool.java | 213 | // Step 3: Current binary version must be able to handle the finalized version | COMMENT |
| LOW | …/org/apache/cassandra/index/sasi/disk/OnDiskIndex.java | 332 | // The save as with 'lower' but here we need to check if the upper is the last element of the block, | COMMENT |
| LOW | …apache/cassandra/service/FileSystemOwnershipCheck.java | 148 | // Step 1: Traverse the filesystem from each target dir upward, looking for marker files | COMMENT |
| LOW | …apache/cassandra/service/FileSystemOwnershipCheck.java | 200 | // Step 2: assert that the content of each file is identical | COMMENT |
| LOW | …apache/cassandra/service/FileSystemOwnershipCheck.java | 220 | // Step 3: validate the content of the properties from disk | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/ci/ci_parser.py | 157 | except Exception as e: | STRING |
| MEDIUM⚡ | .build/sh/ant-log-summary.py | 109 | print(f"Error: Log file '{args.log_file}' not found") | CODE |
| LOW⚡ | .build/sh/ant-log-summary.py | 111 | except Exception as e: | CODE |
| MEDIUM⚡ | .build/sh/ant-log-summary.py | 112 | print(f"Error reading log file: {e}") | CODE |
| MEDIUM | .build/run-ci.d/run_ci.py | 61 | print("Error: The required shared library 'lookup3.so' is missing.") | CODE |
| LOW | pylib/cqlshlib/cqlhandling.py | 307 | except Exception: | CODE |
| MEDIUM | pylib/cqlshlib/cqlshmain.py | 881 | def parse_for_select_meta(self, query_string): | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 431 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 787 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 876 | except Exception as err: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 917 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 925 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 1081 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 1242 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 2299 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 2304 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 2315 | except Exception: | CODE |
| LOW | pylib/cqlshlib/cqlshmain.py | 2320 | except Exception: | CODE |
| MEDIUM | pylib/cqlshlib/copyutil.py | 893 | def make_source(fname): | CODE |
| MEDIUM | pylib/cqlshlib/copyutil.py | 2018 | def convert_datetime(val, **_): | CODE |
| MEDIUM | pylib/cqlshlib/copyutil.py | 2479 | def make_statement(query, conv, chunk, batch, replicas): | CODE |
| MEDIUM | pylib/cqlshlib/copyutil.py | 2551 | def convert_row(r): | CODE |
| LOW⚡ | pylib/cqlshlib/copyutil.py | 2475 | except Exception as exc: | CODE |
| LOW⚡ | pylib/cqlshlib/copyutil.py | 2482 | except Exception as exc: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 143 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 1185 | except Exception as exc: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 1367 | except Exception as exc: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 1666 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 1737 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2172 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2395 | except Exception as exc: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2554 | except Exception as err: | CODE |
| LOW | pylib/cqlshlib/copyutil.py | 2626 | except Exception as e: | CODE |
| LOW | pylib/cqlshlib/pylexotron.py | 149 | except Exception: | CODE |
| MEDIUM | pylib/cqlshlib/cql3handling.py | 924 | def ref_udf_name_completer(ctxt, cass): | CODE |
| LOW | pylib/cqlshlib/cql3handling.py | 690 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 704 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 722 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 891 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 904 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 917 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 927 | except Exception: | STRING |
| LOW | pylib/cqlshlib/cql3handling.py | 1553 | except Exception: | STRING |
| LOW | …de/skills/write-reproducer/references/test-patterns.md | 152 | except Exception as e: | CODE |
| LOW | doc/scripts/gen-antora-yml.py | 37 | except Exception as e: | CODE |
| LOW | doc/scripts/gen-antora-yml.py | 55 | except Exception: | CODE |
| MEDIUM⚡ | doc/scripts/extract-html-content.py | 76 | print(f"Error: Input file not found: {input_file}", file=sys.stderr) | CODE |
| LOW⚡ | doc/scripts/extract-html-content.py | 83 | except Exception as e: | CODE |
| MEDIUM⚡ | doc/scripts/extract-html-content.py | 84 | print(f"Error processing {input_file}: {e}", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .build/ci/ci_parser.py | 50 | # TODO: Change this paradigm to a full "input dir translates into output file", where output file includes some uuid | STRING |
| MEDIUM | .build/ci/logging_helper.py | 52 | # Some decorations to match the paradigm used in some other .sh files | COMMENT |
| LOW | .build/ci/logging_helper.py | 80 | # Don't want color escape characters in our file logging, so we just use the string rather than the whole formatter | COMMENT |
| MEDIUM | pylib/cqlshlib/cql3handling.py | 1341 | # Definitely some of these aren't valid for ordering, but I'm not sure | STRING |
| MEDIUM | …unit/org/apache/cassandra/cql3/ast/CreateIndexDDL.java | 43 | //TODO (now): replace with IndexMetadata? Rather than create a custom DDL type can just leverage the existing metadata | COMMENT |
| MEDIUM | …che/cassandra/io/filesystem/ForwardingFileChannel.java | 142 | // .close(), and .isOpen() are "final", so need to leverage implCloseChannel | COMMENT |
| MEDIUM | test/burn/org/apache/cassandra/net/Verifier.java | 1139 | // TODO: this should be robust to re-ordering; should perhaps extract a common m | COMMENT |
| MEDIUM | …ed/org/apache/cassandra/distributed/impl/Instance.java | 1333 | // helps map the location... the reason we can't leverage here is the timeout logic is higher up, so | COMMENT |
| MEDIUM | …ache/cassandra/test/microbench/StringsEncodeBench.java | 75 | int size = cb.capacity() - cb.writerIndex(); // leverage the pre-calculated encodeSize | CODE |
| MEDIUM | …ache/cassandra/test/microbench/StringsEncodeBench.java | 108 | int size = cb.capacity() - cb.writerIndex(); // leverage the pre-calculated encodeSize | CODE |
| MEDIUM | conf/cassandra_latest.yaml | 14 | # This version is provided to facilitate pain-free upgrades for existing | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 2014 | # each write which may be lower in order to facilitate availability. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 14 | # This version is provided to facilitate pain-free upgrades for existing | COMMENT |
| MEDIUM | conf/cassandra.yaml | 2157 | # each write which may be lower in order to facilitate availability. | COMMENT |
| MEDIUM | src/java/org/apache/cassandra/net/MessagingService.java | 242 | // what the "current" is, so need to leverage MessagingService's field as it uses DatabaseDescriptor | COMMENT |
| MEDIUM | …g/apache/cassandra/transport/PipelineConfigurator.java | 184 | // Essentially just a Consumer<Channel> which may throw | COMMENT |
| LOW | …g/apache/cassandra/cql3/statements/CQL3CasRequest.java | 181 | // want this to be a problem (see #12867 in particular), so we simply return (the condition itself has | COMMENT |
| MEDIUM | …java/org/apache/cassandra/config/JMXServerOptions.java | 199 | // in the `cassandra.yaml`. Since the JMX SSL Config can also leverage it as per CASSANDRA-18508, password file | COMMENT |
| MEDIUM | …/org/apache/cassandra/auth/jmx/AuthorizationProxy.java | 254 | // robust, but we have no control over which Principals a given LoginModule | COMMENT |
| MEDIUM | …org/apache/cassandra/tcm/sequences/ReconfigureCMS.java | 333 | // topology change. Essentially ensuring that the pre- and post- change quorums overlap. | COMMENT |
| MEDIUM | …ava/org/apache/cassandra/tcm/membership/NodeState.java | 45 | // TODO: probably we can make these states even more nuanced, and track which step each node is on to have a simpler | COMMENT |
| MEDIUM | src/java/org/apache/cassandra/gms/HeartBeatState.java | 64 | // It is also known that negative version isn't allowed, so can leverage this to | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .claude/skills/heatmap/heatmap.py | 40 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 42 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 62 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 64 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 89 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 91 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 148 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 150 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 173 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 175 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 210 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 212 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 282 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 284 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 440 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 442 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 524 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | .claude/skills/heatmap/heatmap.py | 526 | # ═══════════════════════════════════════════════════════════════════════════════ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/ci/ci_parser.py | 204 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 67 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 385 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 628 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 795 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 418 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 675 | CODE | |
| LOW | .build/run-ci.d/run_ci.py | 692 | CODE | |
| LOW | pylib/cqlshlib/cqlhandling.py | 138 | CODE | |
| LOW | pylib/cqlshlib/cqlhandling.py | 180 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 2183 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 436 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 670 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 734 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 858 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 905 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 1124 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 1428 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 1779 | CODE | |
| LOW | pylib/cqlshlib/formatting.py | 297 | CODE | |
| LOW | pylib/cqlshlib/formatting.py | 184 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 210 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 677 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 806 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 1210 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 1268 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 1324 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 1904 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 2442 | CODE | |
| LOW | pylib/cqlshlib/copyutil.py | 1966 | CODE | |
| LOW | pylib/cqlshlib/pylexotron.py | 415 | CODE | |
| LOW | pylib/cqlshlib/cql3handling.py | 578 | CODE | |
| LOW | pylib/cqlshlib/cql3handling.py | 612 | CODE | |
| LOW | pylib/cqlshlib/test/ansi_colors.py | 153 | CODE | |
| LOW | pylib/cqlshlib/test/test_cqlsh_output.py | 619 | CODE | |
| LOW | pylib/cqlshlib/test/test_cqlsh_output.py | 713 | CODE | |
| LOW | pylib/cqlshlib/test/run_cqlsh.py | 191 | CODE | |
| LOW | .claude/skills/heatmap/heatmap.py | 185 | CODE | |
| LOW | .claude/skills/heatmap/heatmap.py | 223 | CODE | |
| LOW | .claude/skills/heatmap/heatmap.py | 396 | CODE | |
| LOW | doc/scripts/cqlprotodoc.py | 44 | CODE | |
| LOW | doc/scripts/convert_yaml_to_adoc.py | 60 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/git/install-git-defaults.sh | 89 | # make sure to use --git-common-dir and not --git-dir to support worktrees | COMMENT |
| LOW | .build/git/install-git-defaults.sh | 117 | # make sure to use --git-common-dir and not --git-dir to support worktrees | COMMENT |
| LOW | …d/git/git-hooks/post-checkout/100-update-submodules.sh | 29 | # In case the usage happens at a different layer, make sure to cd to the toplevel | COMMENT |
| LOW | …t/git-hooks/pre-commit/100-verify-submodules-pushed.sh | 58 | # In case the usage happens at a different layer, make sure to cd to the toplevel | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 64 | # initial_token allows you to specify tokens manually. While you can use it with | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 1053 | # you may want to adjust max_value_size accordingly. This should be positive and less than 2048. | COMMENT |
| MEDIUM | conf/cassandra.yaml | 61 | # initial_token allows you to specify tokens manually. While you can use it with | COMMENT |
| MEDIUM | conf/cassandra.yaml | 1068 | # you may want to adjust max_value_size accordingly. This should be positive and less than 2048. | COMMENT |
| MEDIUM | src/java/org/apache/cassandra/transport/Dispatcher.java | 521 | * It's worth noting that events are not generally fired as a direct response to a client request, | COMMENT |
| LOW | …/java/org/apache/cassandra/db/marshal/IntegerType.java | 442 | // Don't forget to add the first consumed value byte after determining whether leading zero should be added | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .build/sonar/sonar-setup-local.sh | 73 | # Create the access token for the project analysis | COMMENT |
| MEDIUM | test/conf/cassandra-mtls-backward-compatibility.yaml | 20 | # This file is used for testing mTLS authenticators | COMMENT |
| MEDIUM | test/conf/cassandra-mtls.yaml | 20 | # This file is used for testing mTLS authenticators | COMMENT |
| MEDIUM | conf/cassandra_latest.yaml | 10 | # This file is provided in two versions: | COMMENT |
| MEDIUM | conf/cassandra.yaml | 10 | # This file is provided in two versions: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ndra/io/compress/CompressedRandomAccessReaderTest.java | 242 | String CONTENT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vitae."; | CODE |
| LOW | …ndra/io/compress/CompressedRandomAccessReaderTest.java | 242 | String CONTENT = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam vitae."; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 334 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 334 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 391 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 391 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 463 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 463 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 533 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | …andra/utils/bytecomparable/ByteSourceSequenceTest.java | 533 | String stringValue = "Lorem ipsum dolor sit amet"; | CODE |
| LOW | test/resources/tokenization/lorem_ipsum.txt | 1 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ali | CODE |
| LOW | test/resources/tokenization/lorem_ipsum.txt | 1 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ali | CODE |
| LOW | …ache/cassandra/test/microbench/StringsEncodeBench.java | 49 | private String longText = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt | CODE |
| LOW | …ache/cassandra/test/microbench/StringsEncodeBench.java | 49 | private String longText = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/docker/_prepopulate_maven_deps.sh | 36 | # Check if branch exists | COMMENT |
| LOW | .build/sh/ant-log-summary.py | 42 | # Check if build was successful first | COMMENT |
| LOW | pylib/cqlshlib/cqlshmain.py | 69 | # Check if tty first, as readline doesn't check and only cares about $TERM. | COMMENT |
| LOW | …aude/skills/write-reproducer/scripts/validate_repro.sh | 68 | # Check if the test failed (non-zero exit) | COMMENT |
| LOW | conf/cassandra-env.sh | 124 | # Set this to control the amount of arenas per-thread in glibc | COMMENT |
| LOW | conf/cassandra_latest.yaml | 1259 | # Set sstable_preemptive_open_interval to null for disabled which is equivalent to | COMMENT |
| LOW | conf/cassandra.yaml | 1283 | # Set sstable_preemptive_open_interval to null for disabled which is equivalent to | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/ci/ci_parser.py | 34 | CODE | |
| LOW | .build/ci/junit_helpers.py | 30 | CODE | |
| LOW | .build/ci/junit_helpers.py | 30 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 23 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 28 | CODE | |
| LOW | pylib/cqlshlib/cqlshmain.py | 46 | CODE | |
| LOW | pylib/cqlshlib/cql3handling.py | 18 | CODE | |
| LOW | pylib/cqlshlib/test/test_cqlsh_output.py | 407 | CODE | |
| LOW | bin/cqlsh.py | 67 | CODE | |
| LOW | doc/scripts/gen-nodetool-docs.py | 20 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | pylib/cqlshlib/test/test_cqlsh_output.py | 867 | {{city: 'Chelyabinsk', address: '3rd street', zip: null}, {city: 'Chigirinsk', | STRING |
| HIGH | pylib/cqlshlib/test/test_cqlsh_output.py | 884 | {{country: null, number: '03'}, {country: '+7', number: null}} | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pylib/cqlshlib/cqlshmain.py | 268 | CODE | |
| LOW | pylib/cqlshlib/formatting.py | 62 | CODE | |
| LOW | pylib/cqlshlib/test/run_cqlsh.py | 244 | CODE | |
| LOW | pylib/cqlshlib/test/run_cqlsh.py | 284 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .build/ci/junit_helpers.py | 304 | def set_archive(self, name: str) -> None: | STRING |
| LOW | .build/ci/logging_helper.py | 94 | def set_loglevel(logger: logging.Logger, level: LogLevel) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …aude/skills/write-reproducer/scripts/validate_repro.sh | 4 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rg/apache/cassandra/db/compaction/CursorCompactor.java | 125 | // TODO: implement partial range reader | COMMENT |