Repository Analysis

neo4j/neo4j

Graphs for Everyone

1.0 Likely human-written View on GitHub
1.0
Adjusted Score
1.0
Raw Score
100%
Time Factor
2026-05-28
Last Push
16,606
Stars
Java
Language
2,264,050
Lines of Code
11414
Files
710
Pattern Hits
2026-05-31
Scan Date

Score History

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

CRITICAL 68HIGH 192MEDIUM 62LOW 388

Pattern Findings

710 matches across 9 categories. Click a row to expand file-level details.

Cross-File Repetition192 hits · 960 pts
SeverityFileLineSnippet
HIGH…/internal/compiler/planner/VerifyGraphTargetTest.scala0unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal |
HIGH…ompiler/planner/logical/PlannerQueryRewriterTest.scala0unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal |
HIGH…nternal/runtime/ExpressionVariableAllocationTest.scala0unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal |
HIGH…org/neo4j/cypher/internal/frontend/ScopeTreeTest.scala0unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal |
HIGH…tchPropertiesUsingPlannerPlanningIntegrationTest.scala0match (person:person {id:$person})-[:knows*1..2]-(friend) |where not person=friend |with distinct friend |match (friend)
HIGH…cal/RemoteBatchPropertiesPlanningIntegrationTest.scala0match (person:person {id:$person})-[:knows*1..2]-(friend) |where not person=friend |with distinct friend |match (friend)
HIGH…BatchPropertiesWithFilterPlanningIntegrationTest.scala0match (person:person {id:$person})-[:knows*1..2]-(friend) |where not person=friend |with distinct friend |match (friend)
HIGH…tchPropertiesUsingPlannerPlanningIntegrationTest.scala0|match (a:person) |where not exists { (:post)-[:post_has_creator]->(n) } or (a)-[:knows]-(:person{lastname:"smith"}) or
HIGH…cal/RemoteBatchPropertiesPlanningIntegrationTest.scala0|match (a:person) |where not exists { (:post)-[:post_has_creator]->(n) } or (a)-[:knows]-(:person{lastname:"smith"}) or
HIGH…BatchPropertiesWithFilterPlanningIntegrationTest.scala0|match (a:person) |where not exists { (:post)-[:post_has_creator]->(n) } or (a)-[:knows]-(:person{lastname:"smith"}) or
HIGH…tchPropertiesUsingPlannerPlanningIntegrationTest.scala0|match p=shortestpath((a:person{lastname:"smith"})-[:knows*]-(b:person{lastname:"smith"})) |where all(r in relationships
HIGH…cal/RemoteBatchPropertiesPlanningIntegrationTest.scala0|match p=shortestpath((a:person{lastname:"smith"})-[:knows*]-(b:person{lastname:"smith"})) |where all(r in relationships
HIGH…BatchPropertiesWithFilterPlanningIntegrationTest.scala0|match p=shortestpath((a:person{lastname:"smith"})-[:knows*]-(b:person{lastname:"smith"})) |where all(r in relationships
HIGH…ogical/SubqueryExpressionPlanningIntegrationTest.scala0collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` }
HIGH…ogical/SubqueryExpressionPlanningIntegrationTest.scala0collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` }
HIGH…ogical/SubqueryExpressionPlanningIntegrationTest.scala0collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` }
HIGH…ogical/SubqueryExpressionPlanningIntegrationTest.scala0collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` }
HIGH…ogical/SubqueryExpressionPlanningIntegrationTest.scala0collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` }
HIGH…nner/logical/ShortestPathPlanningIntegrationTest.scala0|match (n:user), (m) |with * skip 1 |match any shortest (n)((n_inner)-[r_inner]->(m_inner))+ (m) |return * |
HIGH…nner/logical/ShortestPathPlanningIntegrationTest.scala0|match (n:user), (m) |with * skip 1 |match any shortest (n)((n_inner)-[r_inner]->(m_inner))+ (m) |return * |
HIGH…nner/logical/ShortestPathPlanningIntegrationTest.scala0|match (n:user), (m) |with * skip 1 |match any shortest (n)((n_inner)-[r_inner]->(m_inner))+ (m) |return * |
HIGH…er/logical/CompositeQueryPlanningIntegrationTest.scala0use db.products |match (product: product) |return product
HIGH…rt/plannerQuery/CompositeStatementConvertersTest.scala0use db.products |match (product: product) |return product
HIGH…rt/plannerQuery/CompositeStatementConvertersTest.scala0use db.products |match (product: product) |return product
HIGH…r/logical/cardinality/CardinalityIntegrationTest.scala0call { | match (a)-[:knows]->(b)-[:knows]->(c) return 1 as one | union all | match (a)-[:knows]->(b)-[:knows]->(c)-[:kno
HIGH…r/logical/cardinality/CardinalityIntegrationTest.scala0call { | match (a)-[:knows]->(b)-[:knows]->(c) return 1 as one | union all | match (a)-[:knows]->(b)-[:knows]->(c)-[:kno
HIGH…r/logical/cardinality/CardinalityIntegrationTest.scala0call { | match (a)-[:knows]->(b)-[:knows]->(c) return 1 as one | union all | match (a)-[:knows]->(b)-[:knows]->(c)-[:kno
HIGH…r/internal/plandescription/RenderAsTreeTableTest.scala0+--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+
HIGH…r/internal/plandescription/RenderAsTreeTableTest.scala0+--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+
HIGH…r/internal/plandescription/RenderAsTreeTableTest.scala0+--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+
HIGH…r/internal/plandescription/RenderAsTreeTableTest.scala0+--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+
HIGH…nal/logical/plans/LogicalPlanToPlanBuilderString.scala0${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti
HIGH…nal/logical/plans/LogicalPlanToPlanBuilderString.scala0${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti
HIGH…nal/logical/plans/LogicalPlanToPlanBuilderString.scala0${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti
HIGH…nal/logical/plans/LogicalPlanToPlanBuilderString.scala0${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by any(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by any(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by any(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by any(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by none(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by none(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by none(var0 in [1, 2] where true)
HIGH…rnal/rewriting/NormalizeWithAndReturnClausesTest.scala0match () |return true as var0 |order by none(var0 in [1, 2] where true)
HIGH…ctory/ddl/TerminateTransactionsCommandParserTest.scala0invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…ctory/ddl/TerminateTransactionsCommandParserTest.scala0invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…st/factory/ddl/ShowTransactionsCommandParserTest.scala0invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…st/factory/ddl/ShowTransactionsCommandParserTest.scala0invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…ctory/ddl/TerminateTransactionsCommandParserTest.scala0invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…ctory/ddl/TerminateTransactionsCommandParserTest.scala0invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…st/factory/ddl/ShowTransactionsCommandParserTest.scala0invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…st/factory/ddl/ShowTransactionsCommandParserTest.scala0invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof>
HIGH…ctory/ddl/TerminateTransactionsCommandParserTest.scala0invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where'
HIGH…/ast/factory/ddl/ShowProceduresCommandParserTest.scala0invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where'
HIGH…st/factory/ddl/ShowTransactionsCommandParserTest.scala0invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where'
HIGH…rnal/ast/factory/ddl/ShowSchemaCommandParserTest.scala0invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where'
HIGH…l/ast/factory/ddl/ShowFunctionsCommandParserTest.scala0invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where'
HIGH…ctory/ddl/TerminateTransactionsCommandParserTest.scala0invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where
HIGH…/ast/factory/ddl/ShowProceduresCommandParserTest.scala0invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where
HIGH…st/factory/ddl/ShowTransactionsCommandParserTest.scala0invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where
HIGH…rnal/ast/factory/ddl/ShowSchemaCommandParserTest.scala0invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where
132 more matches not shown…
Hallucination Indicators68 hits · 680 pts
SeverityFileLineSnippet
CRITICAL…tocol/common/connector/netty/SocketNettyConnector.java172 org.neo4j.configuration.helpers.SocketAddress.format(
CRITICAL…o4j/graphdb/notification/NotificationCategoryTest.java32 List<String> kernelCategoryList = Arrays.stream(org.neo4j.kernel.api.exceptions.NotificationCategory.values())
CRITICAL…c/main/java/org/neo4j/server/AbstractNeoWebServer.java184 this.queryApiTransactionManager = new org.neo4j.server.queryapi.tx.QueryAPITransactionManager(
CRITICAL…ner/StatisticsBackedLogicalPlanningConfiguration.scala281 val text_1_0: IndexCapability = org.neo4j.kernel.api.impl.schema.TextIndexCapability.text()
CRITICAL…ner/StatisticsBackedLogicalPlanningConfiguration.scala282 val text_2_0: IndexCapability = org.neo4j.kernel.api.impl.schema.TextIndexCapability.trigram()
CRITICAL…cypher/internal/compiler/planner/UpdateGraphTest.scala803 org.neo4j.cypher.internal.ir.SetPropertyPattern(
CRITICAL…cypher/internal/compiler/planner/UpdateGraphTest.scala810 org.neo4j.cypher.internal.ir.RemoveLabelPattern(
CRITICAL…er/planner/logical/steps/LogicalPlanProducerTest.scala1555 ctx.context.staticComponents.planningAttributes.solveds.get(ctx.lhs.id).asSinglePlannerQuery.queryGraph,
CRITICAL…er/planner/logical/steps/LogicalPlanProducerTest.scala1572 ctx.context.staticComponents.planningAttributes.solveds.get(ctx.lhs.id).asSinglePlannerQuery,
CRITICAL…er/planner/logical/steps/LogicalPlanProducerTest.scala1584 ctx.context.staticComponents.planningAttributes.solveds.get(ctx.lhs.id).asSinglePlannerQuery,
CRITICAL…er/planner/logical/steps/LogicalPlanProducerTest.scala1634 ctx.context.staticComponents.planningAttributes.solveds.get(
CRITICAL…ast/convert/plannerQuery/StatementConvertersTest.scala1825 query.queryGraph.selections.predicates.headOption.map(_.expr.asInstanceOf[ExistsIRExpression].query) shouldBe
CRITICAL…ast/convert/plannerQuery/StatementConvertersTest.scala1878 query.queryGraph.selections.predicates.headOption.map(_.expr.asInstanceOf[ExistsIRExpression].query) shouldBe
CRITICAL…ast/convert/plannerQuery/StatementConvertersTest.scala2249 query.queryGraph.selections.predicates.headOption.map(_.expr.asInstanceOf[ExistsIRExpression].query) shouldBe
CRITICAL…ast/convert/plannerQuery/StatementConvertersTest.scala3115 org.neo4j.cypher.internal.ir.CreateNode(varFor(node), Set.empty, Set.empty, properties.map(Parser.parseExpression))
CRITICAL…ast/convert/plannerQuery/StatementConvertersTest.scala3128 org.neo4j.cypher.internal.ir.CreateRelationship(
CRITICAL…lanner/logical/plans/rewriter/pruningVarExpander.scala353 case ValueHashJoin(_, _, org.neo4j.cypher.internal.expressions.Equals(lhs, rhs)) =>
CRITICAL…t/plannerQuery/composite/CompositeQueryConverter.scala57 val argumentIds = foreign.importsAsParameters.view.values.toSet.union(foreign.graphReference.dependencies)
CRITICAL…g/neo4j/cypher/internal/options/OptionReaderTest.scala189 org.neo4j.cypher.internal.CypherVersion.values().foreach {
CRITICAL…g/neo4j/cypher/internal/options/OptionReaderTest.scala199 org.neo4j.cypher.internal.CypherVersion.values().foreach { version =>
CRITICAL…gical/builder/LogicalPlanToPlanBuilderStringTest.scala2990 |new org.neo4j.cypher.internal.logical.builder.TestPlanBuilder()
CRITICAL…ernal/logical/builder/AbstractLogicalPlanBuilder.scala3547 org.neo4j.cypher.internal.ir.DeleteExpression(Parser.parseExpression(entity), forced)
CRITICAL…/plandescription/LogicalPlan2PlanDescriptionTest.scala5549 Seq(org.neo4j.cypher.internal.ir.DeleteExpression(varFor("x"), detachDelete = true))
CRITICAL…/plandescription/LogicalPlan2PlanDescriptionTest.scala5561 Seq(org.neo4j.cypher.internal.ir.DeleteExpression(varFor("x"), detachDelete = false))
CRITICAL…r/internal/planning/TranslateExceptionMacrosTest.scala79 val exception = new org.neo4j.kernel.api.exceptions.ResourceCloseFailureException("foo", null)
CRITICAL…/scala/org/neo4j/cypher/internal/ExecutionEngine.scala477 org.neo4j.cypher.internal.expressions.functions.Function.functionInfo.map(FunctionWithInformation)
CRITICAL…/scala/org/neo4j/cypher/internal/ExecutionEngine.scala479 org.neo4j.cypher.internal.expressions.IterablePredicateExpression.functionInfo.map(FunctionWithInformation)
CRITICAL…rnal/plandescription/LogicalPlan2PlanDescription.scala3726 case org.neo4j.cypher.internal.ir.DeleteExpression(toDelete, forced) =>
CRITICAL…4j/cypher/internal/schema/SchemaCommandConverter.scala292 case org.neo4j.cypher.internal.ast.NodePropertyType(propType) =>
CRITICAL…4j/cypher/internal/schema/SchemaCommandConverter.scala301 case org.neo4j.cypher.internal.ast.RelationshipPropertyType(propType) =>
CRITICAL…ternal/runtime/interpreted/InterpretedPipeMapper.scala1038 case org.neo4j.cypher.internal.ir.CreateNode(node, labels, labelExpressions, properties) =>
CRITICAL…ternal/runtime/interpreted/InterpretedPipeMapper.scala1048 case org.neo4j.cypher.internal.ir.CreateRelationship(
CRITICAL…ternal/runtime/interpreted/InterpretedPipeMapper.scala1068 case org.neo4j.cypher.internal.ir.DeleteExpression(expression, forced) =>
CRITICAL…ternal/runtime/interpreted/InterpretedPipeMapper.scala1675 case org.neo4j.cypher.internal.ir.CreateNode(node, labels, dynamicLabels, properties) =>
CRITICAL…ternal/runtime/interpreted/InterpretedPipeMapper.scala2121 case plans.Ascending(name) => org.neo4j.cypher.internal.runtime.interpreted.Ascending(name.name)
CRITICAL…ternal/runtime/interpreted/InterpretedPipeMapper.scala2122 case plans.Descending(name) => org.neo4j.cypher.internal.runtime.interpreted.Descending(name.name)
CRITICAL…nal/logical/plans/LogicalPlanToPlanBuilderString.scala1876 case org.neo4j.cypher.internal.ir.DeleteExpression(expression, forced) =>
CRITICAL…ypher/internal/runtime/slotted/SlottedPipeMapper.scala987 case org.neo4j.cypher.internal.ir.DeleteExpression(expression, forced) =>
CRITICAL…/internal/frontend/phases/QueryLanguageScopeTest.scala38 ) shouldBe org.neo4j.kernel.api.QueryLanguage.values().toSet
CRITICAL…eo4j/cypher/internal/util/helpers/TreeZipperTest.scala132 val updatedRoot = root.location.down.right.right.get.replace(newElem).root
CRITICAL…eo4j/cypher/internal/util/helpers/TreeZipperTest.scala188 val newChildLocation = root.location.down.right.get.insertChild(newElem)
CRITICAL…nternal/parser/v25/ast/factory/ExpressionBuilder.scala300 Some(org.neo4j.cypher.internal.expressions.Range(from, to)(from.map(_.position).getOrElse(pos(ctx))))
CRITICAL…nternal/parser/v25/ast/factory/ExpressionBuilder.scala303 Some(org.neo4j.cypher.internal.expressions.Range(single, single)(pos(ctx)))
CRITICAL…internal/parser/v5/ast/factory/ExpressionBuilder.scala303 Some(org.neo4j.cypher.internal.expressions.Range(from, to)(from.map(_.position).getOrElse(pos(ctx))))
CRITICAL…internal/parser/v5/ast/factory/ExpressionBuilder.scala306 Some(org.neo4j.cypher.internal.expressions.Range(single, single)(pos(ctx)))
CRITICAL…ava/org/neo4j/procedure/impl/ProcedureCompilation.java150 private static final String POINT = org.neo4j.graphdb.spatial.Point.class.getCanonicalName();
CRITICAL…ernal/batchimport/input/csv/CsvInputBatchImportIT.java240 return org.neo4j.batchimport.api.Configuration.withBatchSize(
CRITICAL…tchimport/input/parquet/ParquetInputBatchImportIT.java246 return org.neo4j.batchimport.api.Configuration.withBatchSize(
CRITICAL…ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java252 org.neo4j.graphdb.schema.IndexType.TEXT.name(),
CRITICAL…ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java261 org.neo4j.graphdb.schema.IndexType.TEXT.name(),
CRITICAL…ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java275 org.neo4j.graphdb.schema.IndexType.TEXT.name(),
CRITICAL…ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java284 org.neo4j.graphdb.schema.IndexType.TEXT.name(),
CRITICAL…ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java297 org.neo4j.graphdb.schema.IndexType.TEXT.name(),
CRITICAL…ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java307 org.neo4j.graphdb.schema.IndexType.TEXT.name(),
CRITICAL…java/org/neo4j/bolt/fsm/ConnectedStateAnonymousIT.java37 @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1))
CRITICAL…c/test/java/org/neo4j/bolt/fsm/NegotiationStateIT.java38 @StateMachineTest(since = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1))
CRITICAL…org/neo4j/bolt/fsm/ConnectedStateAuthenticationIT.java46 @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1))
CRITICAL…org/neo4j/bolt/fsm/ConnectedStateAuthenticationIT.java58 @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1))
CRITICAL…org/neo4j/bolt/fsm/ConnectedStateAuthenticationIT.java70 @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1))
CRITICAL…rc/test/java/org/neo4j/bolt/streaming/StreamingIT.java553 org.junit.jupiter.api.Assertions.fail(e);
8 more matches not shown…
Over-Commented Block292 hits · 256 pts
SeverityFileLineSnippet
LOW…/org/neo4j/internal/id/indexed/IndexedIdGenerator.java581 // What happens with this "waste" if we do nothing?
LOW…java/org/neo4j/server/startup/WindowsBootloaderOs.java241 // - Stopped
LOW…java/org/neo4j/server/startup/WindowsBootloaderOs.java301 }
LOW…src/main/java/org/neo4j/token/CreatingTokenHolder.java101 // created concurrently with us.
LOW…/java/org/neo4j/configuration/SettingValueParsers.java281 }
LOW…a/org/neo4j/internal/nativeimpl/LinuxNativeAccess.java181 try {
LOW…ransaction/log/entry/LogEntrySerializationSetV4_2.java41 // of the "detached" checkpoint log entry.
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java21
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java41 //
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java61 // var boltChannel = new BoltChannel(
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java81 // mock(ConnectionHintProvider.class),
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java101 // @Test
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java121 // var boltChannel = new BoltChannel(
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java141 // assertThat(info2.asConnectionDetails()).contains("my-driver");
LOW…bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java161 // verify(protector).onAuthenticated();
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java21
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java41 // threadPoolSize,
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java61 // boltSchedulerWithQueue.shutdown();
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java81 // // verify that handleSchedulingError is called once
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java101 //
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java121 //
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java141 // // verify that handleSchedulingError is called once and processNextBatch never.
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java161 // };
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java181 // @Override
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java201 // private NotifyingThreadPoolExecutor(
LOW…ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java221 // beforeExecuteEvent.await();
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java21
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java41 //
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java61 // break;
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java81 // factory.create(-1, 10, Duration.ZERO, 0, false, newThreadFactory());
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java101 // factory.create(0, 0, Duration.ZERO, 0, false, newThreadFactory());
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java121 // factory.create(5, 10, Duration.ZERO, 0, false, newThreadFactoryWithCounter(threadCounter));
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java141 // executorService = factory.create(0, 1, Duration.ZERO, 0, false,
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java161 //
LOW…me/scheduling/CachedThreadPoolExecutorFactoryTest.java181 // private static Runnable newInfiniteWaitingRunnable(AtomicBoolean exitCondition) {
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java21
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java41 // maxPoolSize,
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java61 // }
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java81 // assertEquals(1, handleSchedulingErrorCounter.get());
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java101 //
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java121 // private void blockAllThreads() throws InterruptedException {
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java141 // counter.incrementAndGet();
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java161 // int queueSize,
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java181 // ThreadFactory threadFactory,
LOW…e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java201 // }
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java21
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java41 //
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java61 // jobScheduler,
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java81 // void shutdownShouldTerminateThreadPool() throws Throwable {
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java101 // scheduler.shutdown();
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java121 // String id = UUID.randomUUID().toString();
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java141 // boltScheduler.created(connection);
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java161 // boltScheduler.enqueued(connection, Jobs.noop());
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java181 // boltScheduler.start();
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java201 // String id = UUID.randomUUID().toString();
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java221 // AtomicBoolean exitCondition = new AtomicBoolean();
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java241 // exitCondition.set(true);
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java261 //
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java281 // AtomicBoolean exitCondition = new AtomicBoolean();
LOW…bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java301 // @Test
232 more matches not shown…
Decorative Section Separators54 hits · 186 pts
SeverityFileLineSnippet
MEDIUMcommunity/server/src/test/resources/certificates/CA.sh4# ==============
MEDIUMcommunity/server/src/test/resources/certificates/CA.sh13# ---------------
MEDIUMcommunity/server/src/test/resources/certificates/CA.sh15# ====================================================================
MEDIUMcommunity/server/src/test/resources/certificates/CA.sh61# ====================================================================
MEDIUMcommunity/server/src/test/resources/certificates/CA.sh70# -----------------------
MEDIUM…helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala1147 // ┌───────────PROBLEM────────────┐
MEDIUM…helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala1152 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala1154 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala1156 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8451 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8456 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8458 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8460 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8524 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8529 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8531 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8533 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8690 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8695 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8697 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8699 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8763 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8768 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8770 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8772 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8929 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8934 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8936 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala8938 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9002 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9007 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9009 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9011 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9169 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9174 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9176 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9178 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9242 // ┌───────────PROBLEM────────────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9247 // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9249 // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘
MEDIUM…/runtime/spec/tests/StatefulShortestPathTestBase.scala9251 // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐
MEDIUM…rg/neo4j/index/internal/gbptree/TreeStatePairTest.java65 // ┌──────────────-───-────┬──────────────────────────┬───────────────┬───────────────┐
MEDIUM…rg/neo4j/index/internal/gbptree/TreeStatePairTest.java67 // └───────────────────────┴──────────────────────────┴───────────────┴───────────────┘
MEDIUM…ex/internal/gbptree/GenerationSafePointerPairTest.java72 // ┌─────────────────┬─────────────────┬─────────────────-------──┬───────------────────────────┐
MEDIUM…ex/internal/gbptree/GenerationSafePointerPairTest.java74 // └─────────────────┴─────────────────┴──────────────────-------─┴────────────────────------───┘
MEDIUM…rc/main/java/org/neo4j/export/aura/AuraURLFactory.java48 // <─┬──><──────┬─────>
MEDIUM…rc/main/java/org/neo4j/export/aura/AuraURLFactory.java49 // │ └──────── environment
MEDIUM…rc/main/java/org/neo4j/export/aura/AuraURLFactory.java50 // └─────────────────── database id
MEDIUM…rc/main/java/org/neo4j/export/aura/AuraURLFactory.java69 // │ └──────────── environment
MEDIUM…rc/main/java/org/neo4j/export/aura/AuraURLFactory.java70 // └─────────────────── database id
MEDIUM…ava/org/neo4j/consistency/checker/NodeCheckerTest.java167 // ▲──────────┘
MEDIUM…ava/org/neo4j/consistency/checker/NodeCheckerTest.java214 // (N)────>(L1)───────>(L2)
MEDIUM…j/consistency/checker/SafePropertyChainReaderTest.java74 // ▲───────┘
MEDIUM…onsistency/checking/full/FullCheckIntegrationTest.java3138 // └───────────┘
Hyper-Verbose Identifiers73 hits · 90 pts
SeverityFileLineSnippet
LOW…/protocol/common/handler/DiscoveryResponseHandler.java42public class DiscoveryResponseHandler extends ChannelInboundHandlerAdapter {
LOW…neo4j/bolt/protocol/common/handler/RequestHandler.java39public class RequestHandler extends SimpleChannelInboundHandler<RequestMessage> {
LOW…otocol/common/fsm/response/NetworkResponseHandler.java40public class NetworkResponseHandler extends AbstractMetadataAwareResponseHandler {
LOW…/protocol/common/fsm/response/NoopResponseHandler.java34public final class NoopResponseHandler implements ResponseHandler {
LOW…fsm/response/AbstractMetadataAwareResponseHandler.java33public abstract class AbstractMetadataAwareResponseHandler implements ResponseHandler {
LOW…/cypher/consumer/OutputEventStreamResponseHandler.java42public class OutputEventStreamResponseHandler extends AbstractMetadataAwareResponseHandler {
LOW…er/http/cypher/consumer/SingleNodeResponseHandler.java39public class SingleNodeResponseHandler implements ResponseHandler {
LOW…pher/internal/physicalplanning/SlotConfiguration.scala88 def getOrElse(key: SlotKey, f: => KeyedSlot): KeyedSlot = {
LOW…/scala/org/neo4j/cypher/internal/ExecutionEngine.scala347 private def getOrCompile(
LOW…o4j/cypher/internal/AdministrationCommandRuntime.scala164 protected def validateAndFormatEncryptedPassword(password: Array[Byte]): TextValue =
LOW…org/neo4j/cypher/internal/planning/CypherPlanner.scala220 private def getOrParse(
LOW…ternal/planning/ExceptionTranslatingQueryContext.scala636 override def getOrCreateLabelId(labelName: String): Int =
LOW…ternal/planning/ExceptionTranslatingQueryContext.scala639 override def getOrCreateTypeId(relTypeName: String): Int =
LOW…ternal/planning/ExceptionTranslatingQueryContext.scala642 override def getOrCreatePropertyKeyId(propertyKey: String): Int =
LOW…ternal/planning/ExceptionTranslatingQueryContext.scala645 override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] =
LOW…ternal/planning/ExceptionTranslatingQueryContext.scala809 override def getOrCreateRelTypeId(relTypeName: String): Int =
LOW…runtime/interpreted/commands/values/KeyTokenTest.scala70 def getOrCreateIdForName(name: String, queryContext: QueryContext): Int = throw new UnsupportedOperationException
LOW…/runtime/interpreted/TransactionalContextWrapper.scala70 def getOrCreateFromSchemaState[T](key: SchemaStateKey, f: => T): T
LOW…/runtime/interpreted/TransactionalContextWrapper.scala149 def getOrCreateFromSchemaState[T](key: SchemaStateKey, f: => T): T = {
LOW…runtime/interpreted/TransactionBoundQueryContext.scala178 override def getOrCreateRelTypeId(relTypeName: String): Int =
LOW…runtime/interpreted/TransactionBoundQueryContext.scala181 override def getOrCreateLabelId(labelName: String): Int = {
LOW…runtime/interpreted/TransactionBoundQueryContext.scala187 override def getOrCreateTypeId(relTypeName: String): Int = {
LOW…runtime/interpreted/TransactionBoundQueryContext.scala198 override def getOrCreatePropertyKeyId(propertyKey: String): Int =
LOW…runtime/interpreted/TransactionBoundQueryContext.scala201 override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = {
LOW…interpreted/ParallelTransactionBoundQueryContext.scala82 override def getOrCreateRelTypeId(relTypeName: String): Int = unsupported()
LOW…interpreted/ParallelTransactionBoundQueryContext.scala83 override def getOrCreateLabelId(labelName: String): Int = unsupported()
LOW…interpreted/ParallelTransactionBoundQueryContext.scala84 override def getOrCreateTypeId(relTypeName: String): Int = unsupported()
LOW…interpreted/ParallelTransactionBoundQueryContext.scala87 override def getOrCreatePropertyKeyId(propertyKey: String): Int = unsupported()
LOW…interpreted/ParallelTransactionBoundQueryContext.scala88 override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = unsupported()
LOW…/interpreted/ParallelTransactionalContextWrapper.scala143 override def getOrCreateFromSchemaState[T](key: SchemaStateKey, f: => T): T = unsupported()
LOW…ernal/runtime/interpreted/DelegatingQueryContext.scala144 override def getOrCreateRelTypeId(relTypeName: String): Int = singleDbHit(inner.getOrCreateRelTypeId(relTypeName))
LOW…ernal/runtime/interpreted/DelegatingQueryContext.scala158 override def getOrCreateLabelId(labelName: String): Int = singleDbHit(inner.getOrCreateLabelId(labelName))
LOW…ernal/runtime/interpreted/DelegatingQueryContext.scala160 override def getOrCreateTypeId(relTypeName: String): Int = singleDbHit(inner.getOrCreateTypeId(relTypeName))
LOW…ernal/runtime/interpreted/DelegatingQueryContext.scala217 override def getOrCreatePropertyKeyId(propertyKey: String): Int =
LOW…ernal/runtime/interpreted/DelegatingQueryContext.scala220 override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = {
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala36 def getOrCreateType(row: ReadableRow, state: QueryState): Int
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala38 def getOrCreateType(row: ReadableRow, state: QueryState, token: TokenWrite): Int
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala47 def getOrCreateType(row: ReadableRow, state: QueryState): Int = {
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala54 def getOrCreateType(row: ReadableRow, state: QueryState, token: TokenWrite): Int = {
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala73 def getOrCreateType(row: ReadableRow, state: QueryState): Int =
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala76 def getOrCreateType(row: ReadableRow, state: QueryState, token: TokenWrite): Int =
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala79 def getOrCreateType(context: WriteQueryContext): Int = {
LOW…pher/internal/runtime/interpreted/pipes/LazyType.scala86 def getOrCreateType(token: TokenWrite): Int = {
LOW…her/internal/runtime/interpreted/pipes/LazyLabel.scala39 def getOrCreateId(context: WriteQueryContext): Int = {
LOW…her/internal/runtime/interpreted/pipes/LazyLabel.scala46 def getOrCreateId(token: TokenWrite): Int = {
LOW…nal/runtime/interpreted/commands/values/KeyToken.scala38 def getOrCreateId(state: QueryContext): Int
LOW…nal/runtime/interpreted/commands/values/KeyToken.scala54 override def getOrCreateId(state: QueryContext): Int = typ.getOrCreateIdForName(name, state)
LOW…nal/runtime/interpreted/commands/values/KeyToken.scala67 override def getOrCreateId(state: QueryContext): Int = id
LOW…al/runtime/interpreted/commands/values/TokenType.scala32 def getOrCreateIdForName(name: String, queryContext: QueryContext) = queryContext.getOrCreateLabelId(name)
LOW…al/runtime/interpreted/commands/values/TokenType.scala40 def getOrCreateIdForName(name: String, queryContext: QueryContext) = queryContext.getOrCreatePropertyKeyId(name)
LOW…al/runtime/interpreted/commands/values/TokenType.scala48 def getOrCreateIdForName(name: String, queryContext: QueryContext) = queryContext.getOrCreateRelTypeId(name)
LOW…al/runtime/interpreted/commands/values/TokenType.scala61 def getOrCreateIdForName(name: String, queryContext: QueryContext): Int
LOW…g/neo4j/cypher/internal/logical/plans/NFABuilder.scala101 protected def getOrCreateState(
LOW…a/org/neo4j/cypher/internal/runtime/QueryContext.scala534 def getOrCreateRelTypeId(relTypeName: String): Int
LOW…a/org/neo4j/cypher/internal/runtime/QueryContext.scala536 def getOrCreateLabelId(labelName: String): Int
LOW…a/org/neo4j/cypher/internal/runtime/QueryContext.scala538 def getOrCreateTypeId(relTypeName: String): Int
LOW…a/org/neo4j/cypher/internal/runtime/QueryContext.scala544 def getOrCreatePropertyKeyId(propertyKey: String): Int
LOW…a/org/neo4j/cypher/internal/runtime/QueryContext.scala546 def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int]
LOW…a/org/neo4j/cypher/internal/runtime/GrowingArray.scala56 def getOrNull(index: Int): T = {
LOW…4j/cypher/internal/runtime/spec/RuntimeTestSuite.scala644 override def getOrThrow: util.List[Array[AnyValue]] = {
13 more matches not shown…
AI Slop Vocabulary8 hits · 22 pts
SeverityFileLineSnippet
LOW…/main/java/org/neo4j/internal/id/indexed/ScanLock.java49 * Optimistic {@link ScanLock} which will never block in {@link #tryLock()}, but simply return {@code false} if it w
MEDIUM…otocol/common/fsm/StateTransitionStateMachineTest.java79 * {@link States#AUTHENTICATION AUTHENTICATION} in order to facilitate safe processing of
MEDIUM…otocol/common/fsm/StateTransitionStateMachineTest.java117 * {@link States#AUTHENTICATION AUTHENTICATION} in order to facilitate safe processing of
MEDIUM…nternal/compiler/planner/logical/PlanSingleQuery.scala84 // In this case the next WITH/RETURN is allowed to leverage the ORDER BY of the previous one.
MEDIUM…lanner/logical/idp/cartesianProductsOrValueJoins.scala587 // Keep only RHSs that actually leverage the data from the LHS to use an index.
MEDIUM…mpiler/planner/logical/steps/LogicalPlanProducer.scala2320 // Aggregation functions may leverage the order of a preceding ORDER BY, if no other clause is inbetween.
MEDIUM…nal/compiler/planner/logical/steps/leverageOrder.scala79 // To find out if there are order columns of which we can leverage the order, we have to use the same aliases in t
MEDIUM…g/neo4j/commandline/dbms/MigrateConfigCommandTest.java396 // Not the most robust way to get hold of the template but I guess it works
Verbosity Indicators10 hits · 20 pts
SeverityFileLineSnippet
LOW…ternal/compiler/planner/logical/PlanEventHorizon.scala315 // We need to check if reads introduced in the horizon conflicts with future writes
LOW…al/plans/rewriter/eager/EagerWhereNeededRewriter.scala80 // Step 1: Find reads and writes
LOW…al/plans/rewriter/eager/EagerWhereNeededRewriter.scala84 // Step 2: Find conflicting plans
LOW…al/plans/rewriter/eager/EagerWhereNeededRewriter.scala87 // Step 3: Find candidate lists where Eager can be planned
LOW…al/plans/rewriter/eager/EagerWhereNeededRewriter.scala90 // Step 4: Pick the best candidate in each sequence.
LOW…al/plans/rewriter/eager/EagerWhereNeededRewriter.scala93 // Step 5: Actually insert Eager operators
LOW…al/plans/rewriter/eager/EagerWhereNeededRewriter.scala102 // Step 6: Optionally, compress reported eagerness reasons.
LOW…ud/src/main/java/org/neo4j/export/aura/AuraClient.java299 // "running". So we need to check if this is the case and ignore the result in that case and only
LOW…va/org/neo4j/procedure/builtin/FulltextProcedures.java277 // It's expensive to check if an index is online on an SPD(since we need to check if it's online for all
LOW…main/java/org/neo4j/kernel/impl/newapi/Operations.java796 // For nodes, we can grant read access based on property key AND values, so we need to check if we can read
Fake / Example Data10 hits · 12 pts
SeverityFileLineSnippet
LOW…est/java/org/neo4j/values/storable/StringsLibrary.java46 // TODO longer lorem ipsum string?
LOW…g/neo4j/kernel/impl/newapi/PropertyCursorTestBase.java54 private static final String LONG_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque "
LOW…g/neo4j/kernel/impl/newapi/PropertyCursorTestBase.java54 private static final String LONG_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque "
LOW…in/src/test/java/org/neo4j/genai/util/HashingTest.java54 "Lorem ipsum...",
LOW…in/src/test/java/org/neo4j/genai/util/HashingTest.java55 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididu
LOW…in/src/test/java/org/neo4j/genai/util/HashingTest.java55 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididu
LOW…/genai/util/aws/AwsSignatureV4HeaderGeneratorTest.java162 "{\"inputText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidid
LOW…/genai/util/aws/AwsSignatureV4HeaderGeneratorTest.java162 "{\"inputText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidid
LOW…test/java/org/neo4j/genai/vector/providers/BaseIT.java51 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolo
LOW…test/java/org/neo4j/genai/vector/providers/BaseIT.java51 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolo
Slop Phrases3 hits · 6 pts
SeverityFileLineSnippet
MEDIUMcommunity/server/src/test/resources/certificates/CA.sh132# some setup stuff to be done before you can use it and this makes
LOW…landescription/PlanDescriptionArgumentSerializer.scala85 // that we don't forget to add new types of arguments here
LOW…a/org/neo4j/kernel/impl/security/WebURLAccessRule.java246 * that don't respect the spec recommendations, please don't forget to align checkUrlIncludingHops.