710 matches across 9 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …/internal/compiler/planner/VerifyGraphTargetTest.scala | 0 | unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal | |
| HIGH | …ompiler/planner/logical/PlannerQueryRewriterTest.scala | 0 | unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal | |
| HIGH | …nternal/runtime/ExpressionVariableAllocationTest.scala | 0 | unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal | |
| HIGH | …org/neo4j/cypher/internal/frontend/ScopeTreeTest.scala | 0 | unexpected result in $version |default statement: $defaultstatement |$version statement: $notequal | |
| HIGH | …tchPropertiesUsingPlannerPlanningIntegrationTest.scala | 0 | match (person:person {id:$person})-[:knows*1..2]-(friend) |where not person=friend |with distinct friend |match (friend) |
| HIGH | …cal/RemoteBatchPropertiesPlanningIntegrationTest.scala | 0 | match (person:person {id:$person})-[:knows*1..2]-(friend) |where not person=friend |with distinct friend |match (friend) |
| HIGH | …BatchPropertiesWithFilterPlanningIntegrationTest.scala | 0 | match (person:person {id:$person})-[:knows*1..2]-(friend) |where not person=friend |with distinct friend |match (friend) |
| HIGH | …tchPropertiesUsingPlannerPlanningIntegrationTest.scala | 0 | |match (a:person) |where not exists { (:post)-[:post_has_creator]->(n) } or (a)-[:knows]-(:person{lastname:"smith"}) or |
| HIGH | …cal/RemoteBatchPropertiesPlanningIntegrationTest.scala | 0 | |match (a:person) |where not exists { (:post)-[:post_has_creator]->(n) } or (a)-[:knows]-(:person{lastname:"smith"}) or |
| HIGH | …BatchPropertiesWithFilterPlanningIntegrationTest.scala | 0 | |match (a:person) |where not exists { (:post)-[:post_has_creator]->(n) } or (a)-[:knows]-(:person{lastname:"smith"}) or |
| HIGH | …tchPropertiesUsingPlannerPlanningIntegrationTest.scala | 0 | |match p=shortestpath((a:person{lastname:"smith"})-[:knows*]-(b:person{lastname:"smith"})) |where all(r in relationships |
| HIGH | …cal/RemoteBatchPropertiesPlanningIntegrationTest.scala | 0 | |match p=shortestpath((a:person{lastname:"smith"})-[:knows*]-(b:person{lastname:"smith"})) |where all(r in relationships |
| HIGH | …BatchPropertiesWithFilterPlanningIntegrationTest.scala | 0 | |match p=shortestpath((a:person{lastname:"smith"})-[:knows*]-(b:person{lastname:"smith"})) |where all(r in relationships |
| HIGH | …ogical/SubqueryExpressionPlanningIntegrationTest.scala | 0 | collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` } |
| HIGH | …ogical/SubqueryExpressionPlanningIntegrationTest.scala | 0 | collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` } |
| HIGH | …ogical/SubqueryExpressionPlanningIntegrationTest.scala | 0 | collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` } |
| HIGH | …ogical/SubqueryExpressionPlanningIntegrationTest.scala | 0 | collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` } |
| HIGH | …ogical/SubqueryExpressionPlanningIntegrationTest.scala | 0 | collect { match (a)-[`anon_1`]->(b) |return b.age as `anon_0` } |
| HIGH | …nner/logical/ShortestPathPlanningIntegrationTest.scala | 0 | |match (n:user), (m) |with * skip 1 |match any shortest (n)((n_inner)-[r_inner]->(m_inner))+ (m) |return * | |
| HIGH | …nner/logical/ShortestPathPlanningIntegrationTest.scala | 0 | |match (n:user), (m) |with * skip 1 |match any shortest (n)((n_inner)-[r_inner]->(m_inner))+ (m) |return * | |
| HIGH | …nner/logical/ShortestPathPlanningIntegrationTest.scala | 0 | |match (n:user), (m) |with * skip 1 |match any shortest (n)((n_inner)-[r_inner]->(m_inner))+ (m) |return * | |
| HIGH | …er/logical/CompositeQueryPlanningIntegrationTest.scala | 0 | use db.products |match (product: product) |return product |
| HIGH | …rt/plannerQuery/CompositeStatementConvertersTest.scala | 0 | use db.products |match (product: product) |return product |
| HIGH | …rt/plannerQuery/CompositeStatementConvertersTest.scala | 0 | use db.products |match (product: product) |return product |
| HIGH | …r/logical/cardinality/CardinalityIntegrationTest.scala | 0 | call { | match (a)-[:knows]->(b)-[:knows]->(c) return 1 as one | union all | match (a)-[:knows]->(b)-[:knows]->(c)-[:kno |
| HIGH | …r/logical/cardinality/CardinalityIntegrationTest.scala | 0 | call { | match (a)-[:knows]->(b)-[:knows]->(c) return 1 as one | union all | match (a)-[:knows]->(b)-[:knows]->(c)-[:kno |
| HIGH | …r/logical/cardinality/CardinalityIntegrationTest.scala | 0 | call { | match (a)-[:knows]->(b)-[:knows]->(c) return 1 as one | union all | match (a)-[:knows]->(b)-[:knows]->(c)-[:kno |
| HIGH | …r/internal/plandescription/RenderAsTreeTableTest.scala | 0 | +--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+ |
| HIGH | …r/internal/plandescription/RenderAsTreeTableTest.scala | 0 | +--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+ |
| HIGH | …r/internal/plandescription/RenderAsTreeTableTest.scala | 0 | +--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+ |
| HIGH | …r/internal/plandescription/RenderAsTreeTableTest.scala | 0 | +--------------+----+ || operator | id | |+--------------+----+ || +operator(2) | -1 | || | +----+ || +node(2) | -1 | |+ |
| HIGH | …nal/logical/plans/LogicalPlanToPlanBuilderString.scala | 0 | ${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti |
| HIGH | …nal/logical/plans/LogicalPlanToPlanBuilderString.scala | 0 | ${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti |
| HIGH | …nal/logical/plans/LogicalPlanToPlanBuilderString.scala | 0 | ${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti |
| HIGH | …nal/logical/plans/LogicalPlanToPlanBuilderString.scala | 0 | ${wrapvarsinquotationsandmkstring( seq(idname, leftnode, rightnode) )}, set(${wrapvarsinquotationsandmkstring( argumenti |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by any(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by any(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by any(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by any(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by none(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by none(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by none(var0 in [1, 2] where true) |
| HIGH | …rnal/rewriting/NormalizeWithAndReturnClausesTest.scala | 0 | match () |return true as var0 |order by none(var0 in [1, 2] where true) |
| HIGH | …ctory/ddl/TerminateTransactionsCommandParserTest.scala | 0 | invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …ctory/ddl/TerminateTransactionsCommandParserTest.scala | 0 | invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …st/factory/ddl/ShowTransactionsCommandParserTest.scala | 0 | invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …st/factory/ddl/ShowTransactionsCommandParserTest.scala | 0 | invalid input 'name': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …ctory/ddl/TerminateTransactionsCommandParserTest.scala | 0 | invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …ctory/ddl/TerminateTransactionsCommandParserTest.scala | 0 | invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …st/factory/ddl/ShowTransactionsCommandParserTest.scala | 0 | invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …st/factory/ddl/ShowTransactionsCommandParserTest.scala | 0 | invalid input '1': expected an expression, 'show', 'terminate', 'where', 'yield' or <eof> |
| HIGH | …ctory/ddl/TerminateTransactionsCommandParserTest.scala | 0 | invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where' |
| HIGH | …/ast/factory/ddl/ShowProceduresCommandParserTest.scala | 0 | invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where' |
| HIGH | …st/factory/ddl/ShowTransactionsCommandParserTest.scala | 0 | invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where' |
| HIGH | …rnal/ast/factory/ddl/ShowSchemaCommandParserTest.scala | 0 | invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where' |
| HIGH | …l/ast/factory/ddl/ShowFunctionsCommandParserTest.scala | 0 | invalid input 'with': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where' |
| HIGH | …ctory/ddl/TerminateTransactionsCommandParserTest.scala | 0 | invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where |
| HIGH | …/ast/factory/ddl/ShowProceduresCommandParserTest.scala | 0 | invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where |
| HIGH | …st/factory/ddl/ShowTransactionsCommandParserTest.scala | 0 | invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where |
| HIGH | …rnal/ast/factory/ddl/ShowSchemaCommandParserTest.scala | 0 | invalid input 'unwind': expected ',', 'as', 'order by', 'limit', 'offset', 'return', 'show', 'skip', 'terminate', 'where |
| 132 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …tocol/common/connector/netty/SocketNettyConnector.java | 172 | org.neo4j.configuration.helpers.SocketAddress.format( |
| CRITICAL | …o4j/graphdb/notification/NotificationCategoryTest.java | 32 | List<String> kernelCategoryList = Arrays.stream(org.neo4j.kernel.api.exceptions.NotificationCategory.values()) |
| CRITICAL | …c/main/java/org/neo4j/server/AbstractNeoWebServer.java | 184 | this.queryApiTransactionManager = new org.neo4j.server.queryapi.tx.QueryAPITransactionManager( |
| CRITICAL | …ner/StatisticsBackedLogicalPlanningConfiguration.scala | 281 | val text_1_0: IndexCapability = org.neo4j.kernel.api.impl.schema.TextIndexCapability.text() |
| CRITICAL | …ner/StatisticsBackedLogicalPlanningConfiguration.scala | 282 | val text_2_0: IndexCapability = org.neo4j.kernel.api.impl.schema.TextIndexCapability.trigram() |
| CRITICAL | …cypher/internal/compiler/planner/UpdateGraphTest.scala | 803 | org.neo4j.cypher.internal.ir.SetPropertyPattern( |
| CRITICAL | …cypher/internal/compiler/planner/UpdateGraphTest.scala | 810 | org.neo4j.cypher.internal.ir.RemoveLabelPattern( |
| CRITICAL | …er/planner/logical/steps/LogicalPlanProducerTest.scala | 1555 | ctx.context.staticComponents.planningAttributes.solveds.get(ctx.lhs.id).asSinglePlannerQuery.queryGraph, |
| CRITICAL | …er/planner/logical/steps/LogicalPlanProducerTest.scala | 1572 | ctx.context.staticComponents.planningAttributes.solveds.get(ctx.lhs.id).asSinglePlannerQuery, |
| CRITICAL | …er/planner/logical/steps/LogicalPlanProducerTest.scala | 1584 | ctx.context.staticComponents.planningAttributes.solveds.get(ctx.lhs.id).asSinglePlannerQuery, |
| CRITICAL | …er/planner/logical/steps/LogicalPlanProducerTest.scala | 1634 | ctx.context.staticComponents.planningAttributes.solveds.get( |
| CRITICAL | …ast/convert/plannerQuery/StatementConvertersTest.scala | 1825 | query.queryGraph.selections.predicates.headOption.map(_.expr.asInstanceOf[ExistsIRExpression].query) shouldBe |
| CRITICAL | …ast/convert/plannerQuery/StatementConvertersTest.scala | 1878 | query.queryGraph.selections.predicates.headOption.map(_.expr.asInstanceOf[ExistsIRExpression].query) shouldBe |
| CRITICAL | …ast/convert/plannerQuery/StatementConvertersTest.scala | 2249 | query.queryGraph.selections.predicates.headOption.map(_.expr.asInstanceOf[ExistsIRExpression].query) shouldBe |
| CRITICAL | …ast/convert/plannerQuery/StatementConvertersTest.scala | 3115 | org.neo4j.cypher.internal.ir.CreateNode(varFor(node), Set.empty, Set.empty, properties.map(Parser.parseExpression)) |
| CRITICAL | …ast/convert/plannerQuery/StatementConvertersTest.scala | 3128 | org.neo4j.cypher.internal.ir.CreateRelationship( |
| CRITICAL | …lanner/logical/plans/rewriter/pruningVarExpander.scala | 353 | case ValueHashJoin(_, _, org.neo4j.cypher.internal.expressions.Equals(lhs, rhs)) => |
| CRITICAL | …t/plannerQuery/composite/CompositeQueryConverter.scala | 57 | val argumentIds = foreign.importsAsParameters.view.values.toSet.union(foreign.graphReference.dependencies) |
| CRITICAL | …g/neo4j/cypher/internal/options/OptionReaderTest.scala | 189 | org.neo4j.cypher.internal.CypherVersion.values().foreach { |
| CRITICAL | …g/neo4j/cypher/internal/options/OptionReaderTest.scala | 199 | org.neo4j.cypher.internal.CypherVersion.values().foreach { version => |
| CRITICAL | …gical/builder/LogicalPlanToPlanBuilderStringTest.scala | 2990 | |new org.neo4j.cypher.internal.logical.builder.TestPlanBuilder() |
| CRITICAL | …ernal/logical/builder/AbstractLogicalPlanBuilder.scala | 3547 | org.neo4j.cypher.internal.ir.DeleteExpression(Parser.parseExpression(entity), forced) |
| CRITICAL | …/plandescription/LogicalPlan2PlanDescriptionTest.scala | 5549 | Seq(org.neo4j.cypher.internal.ir.DeleteExpression(varFor("x"), detachDelete = true)) |
| CRITICAL | …/plandescription/LogicalPlan2PlanDescriptionTest.scala | 5561 | Seq(org.neo4j.cypher.internal.ir.DeleteExpression(varFor("x"), detachDelete = false)) |
| CRITICAL | …r/internal/planning/TranslateExceptionMacrosTest.scala | 79 | val exception = new org.neo4j.kernel.api.exceptions.ResourceCloseFailureException("foo", null) |
| CRITICAL | …/scala/org/neo4j/cypher/internal/ExecutionEngine.scala | 477 | org.neo4j.cypher.internal.expressions.functions.Function.functionInfo.map(FunctionWithInformation) |
| CRITICAL | …/scala/org/neo4j/cypher/internal/ExecutionEngine.scala | 479 | org.neo4j.cypher.internal.expressions.IterablePredicateExpression.functionInfo.map(FunctionWithInformation) |
| CRITICAL | …rnal/plandescription/LogicalPlan2PlanDescription.scala | 3726 | case org.neo4j.cypher.internal.ir.DeleteExpression(toDelete, forced) => |
| CRITICAL | …4j/cypher/internal/schema/SchemaCommandConverter.scala | 292 | case org.neo4j.cypher.internal.ast.NodePropertyType(propType) => |
| CRITICAL | …4j/cypher/internal/schema/SchemaCommandConverter.scala | 301 | case org.neo4j.cypher.internal.ast.RelationshipPropertyType(propType) => |
| CRITICAL | …ternal/runtime/interpreted/InterpretedPipeMapper.scala | 1038 | case org.neo4j.cypher.internal.ir.CreateNode(node, labels, labelExpressions, properties) => |
| CRITICAL | …ternal/runtime/interpreted/InterpretedPipeMapper.scala | 1048 | case org.neo4j.cypher.internal.ir.CreateRelationship( |
| CRITICAL | …ternal/runtime/interpreted/InterpretedPipeMapper.scala | 1068 | case org.neo4j.cypher.internal.ir.DeleteExpression(expression, forced) => |
| CRITICAL | …ternal/runtime/interpreted/InterpretedPipeMapper.scala | 1675 | case org.neo4j.cypher.internal.ir.CreateNode(node, labels, dynamicLabels, properties) => |
| CRITICAL | …ternal/runtime/interpreted/InterpretedPipeMapper.scala | 2121 | case plans.Ascending(name) => org.neo4j.cypher.internal.runtime.interpreted.Ascending(name.name) |
| CRITICAL | …ternal/runtime/interpreted/InterpretedPipeMapper.scala | 2122 | case plans.Descending(name) => org.neo4j.cypher.internal.runtime.interpreted.Descending(name.name) |
| CRITICAL | …nal/logical/plans/LogicalPlanToPlanBuilderString.scala | 1876 | case org.neo4j.cypher.internal.ir.DeleteExpression(expression, forced) => |
| CRITICAL | …ypher/internal/runtime/slotted/SlottedPipeMapper.scala | 987 | case org.neo4j.cypher.internal.ir.DeleteExpression(expression, forced) => |
| CRITICAL | …/internal/frontend/phases/QueryLanguageScopeTest.scala | 38 | ) shouldBe org.neo4j.kernel.api.QueryLanguage.values().toSet |
| CRITICAL | …eo4j/cypher/internal/util/helpers/TreeZipperTest.scala | 132 | val updatedRoot = root.location.down.right.right.get.replace(newElem).root |
| CRITICAL | …eo4j/cypher/internal/util/helpers/TreeZipperTest.scala | 188 | val newChildLocation = root.location.down.right.get.insertChild(newElem) |
| CRITICAL | …nternal/parser/v25/ast/factory/ExpressionBuilder.scala | 300 | Some(org.neo4j.cypher.internal.expressions.Range(from, to)(from.map(_.position).getOrElse(pos(ctx)))) |
| CRITICAL | …nternal/parser/v25/ast/factory/ExpressionBuilder.scala | 303 | Some(org.neo4j.cypher.internal.expressions.Range(single, single)(pos(ctx))) |
| CRITICAL | …internal/parser/v5/ast/factory/ExpressionBuilder.scala | 303 | Some(org.neo4j.cypher.internal.expressions.Range(from, to)(from.map(_.position).getOrElse(pos(ctx)))) |
| CRITICAL | …internal/parser/v5/ast/factory/ExpressionBuilder.scala | 306 | Some(org.neo4j.cypher.internal.expressions.Range(single, single)(pos(ctx))) |
| CRITICAL | …ava/org/neo4j/procedure/impl/ProcedureCompilation.java | 150 | private static final String POINT = org.neo4j.graphdb.spatial.Point.class.getCanonicalName(); |
| CRITICAL | …ernal/batchimport/input/csv/CsvInputBatchImportIT.java | 240 | return org.neo4j.batchimport.api.Configuration.withBatchSize( |
| CRITICAL | …tchimport/input/parquet/ParquetInputBatchImportIT.java | 246 | return org.neo4j.batchimport.api.Configuration.withBatchSize( |
| CRITICAL | …ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java | 252 | org.neo4j.graphdb.schema.IndexType.TEXT.name(), |
| CRITICAL | …ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java | 261 | org.neo4j.graphdb.schema.IndexType.TEXT.name(), |
| CRITICAL | …ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java | 275 | org.neo4j.graphdb.schema.IndexType.TEXT.name(), |
| CRITICAL | …ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java | 284 | org.neo4j.graphdb.schema.IndexType.TEXT.name(), |
| CRITICAL | …ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java | 297 | org.neo4j.graphdb.schema.IndexType.TEXT.name(), |
| CRITICAL | …ava/org/neo4j/kernel/api/index/TextIndexQueryTest.java | 307 | org.neo4j.graphdb.schema.IndexType.TEXT.name(), |
| CRITICAL | …java/org/neo4j/bolt/fsm/ConnectedStateAnonymousIT.java | 37 | @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1)) |
| CRITICAL | …c/test/java/org/neo4j/bolt/fsm/NegotiationStateIT.java | 38 | @StateMachineTest(since = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1)) |
| CRITICAL | …org/neo4j/bolt/fsm/ConnectedStateAuthenticationIT.java | 46 | @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1)) |
| CRITICAL | …org/neo4j/bolt/fsm/ConnectedStateAuthenticationIT.java | 58 | @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1)) |
| CRITICAL | …org/neo4j/bolt/fsm/ConnectedStateAuthenticationIT.java | 70 | @StateMachineTest(until = @org.neo4j.bolt.testing.annotation.Version(major = 5, minor = 1)) |
| CRITICAL | …rc/test/java/org/neo4j/bolt/streaming/StreamingIT.java | 553 | org.junit.jupiter.api.Assertions.fail(e); |
| 8 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/org/neo4j/internal/id/indexed/IndexedIdGenerator.java | 581 | // What happens with this "waste" if we do nothing? |
| LOW | …java/org/neo4j/server/startup/WindowsBootloaderOs.java | 241 | // - Stopped |
| LOW | …java/org/neo4j/server/startup/WindowsBootloaderOs.java | 301 | } |
| LOW | …src/main/java/org/neo4j/token/CreatingTokenHolder.java | 101 | // created concurrently with us. |
| LOW | …/java/org/neo4j/configuration/SettingValueParsers.java | 281 | } |
| LOW | …a/org/neo4j/internal/nativeimpl/LinuxNativeAccess.java | 181 | try { |
| LOW | …ransaction/log/entry/LogEntrySerializationSetV4_2.java | 41 | // of the "detached" checkpoint log entry. |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 21 | |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 41 | // |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 61 | // var boltChannel = new BoltChannel( |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 81 | // mock(ConnectionHintProvider.class), |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 101 | // @Test |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 121 | // var boltChannel = new BoltChannel( |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 141 | // assertThat(info2.asConnectionDetails()).contains("my-driver"); |
| LOW | …bolt/src/test/java/org/neo4j/bolt/BoltChannelTest.java | 161 | // verify(protector).onAuthenticated(); |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 21 | |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 41 | // threadPoolSize, |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 61 | // boltSchedulerWithQueue.shutdown(); |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 81 | // // verify that handleSchedulingError is called once |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 101 | // |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 121 | // |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 141 | // // verify that handleSchedulingError is called once and processNextBatch never. |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 161 | // }; |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 181 | // @Override |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 201 | // private NotifyingThreadPoolExecutor( |
| LOW | …ime/scheduling/ExecutorBoltSchedulerWithQueueTest.java | 221 | // beforeExecuteEvent.await(); |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 21 | |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 41 | // |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 61 | // break; |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 81 | // factory.create(-1, 10, Duration.ZERO, 0, false, newThreadFactory()); |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 101 | // factory.create(0, 0, Duration.ZERO, 0, false, newThreadFactory()); |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 121 | // factory.create(5, 10, Duration.ZERO, 0, false, newThreadFactoryWithCounter(threadCounter)); |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 141 | // executorService = factory.create(0, 1, Duration.ZERO, 0, false, |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 161 | // |
| LOW | …me/scheduling/CachedThreadPoolExecutorFactoryTest.java | 181 | // private static Runnable newInfiniteWaitingRunnable(AtomicBoolean exitCondition) { |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 21 | |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 41 | // maxPoolSize, |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 61 | // } |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 81 | // assertEquals(1, handleSchedulingErrorCounter.get()); |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 101 | // |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 121 | // private void blockAllThreads() throws InterruptedException { |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 141 | // counter.incrementAndGet(); |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 161 | // int queueSize, |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 181 | // ThreadFactory threadFactory, |
| LOW | …e/scheduling/ExecutorBoltSchedulerConcurrencyTest.java | 201 | // } |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 21 | |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 41 | // |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 61 | // jobScheduler, |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 81 | // void shutdownShouldTerminateThreadPool() throws Throwable { |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 101 | // scheduler.shutdown(); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 121 | // String id = UUID.randomUUID().toString(); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 141 | // boltScheduler.created(connection); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 161 | // boltScheduler.enqueued(connection, Jobs.noop()); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 181 | // boltScheduler.start(); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 201 | // String id = UUID.randomUUID().toString(); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 221 | // AtomicBoolean exitCondition = new AtomicBoolean(); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 241 | // exitCondition.set(true); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 261 | // |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 281 | // AtomicBoolean exitCondition = new AtomicBoolean(); |
| LOW | …bolt/runtime/scheduling/ExecutorBoltSchedulerTest.java | 301 | // @Test |
| 232 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | community/server/src/test/resources/certificates/CA.sh | 4 | # ============== |
| MEDIUM | community/server/src/test/resources/certificates/CA.sh | 13 | # --------------- |
| MEDIUM | community/server/src/test/resources/certificates/CA.sh | 15 | # ==================================================================== |
| MEDIUM | community/server/src/test/resources/certificates/CA.sh | 61 | # ==================================================================== |
| MEDIUM | community/server/src/test/resources/certificates/CA.sh | 70 | # ----------------------- |
| MEDIUM | …helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala | 1147 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala | 1152 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala | 1154 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …helpers/traversal/ppbfs/PGPathPropagatingBFSTest.scala | 1156 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8451 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8456 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8458 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8460 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8524 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8529 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8531 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8533 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8690 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8695 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8697 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8699 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8763 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8768 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8770 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8772 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8929 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8934 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8936 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 8938 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9002 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9007 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9009 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9011 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9169 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9174 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9176 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9178 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9242 | // ┌───────────PROBLEM────────────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9247 | // └─▶n0:S│──────DUP──────▶│ n1 │ ┌─────┐ ┌───┐ ┌───┐ ┌─────┐ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9249 | // └┬─┬─┘ ┌──┐ ┌──┐ └▲─▲─┘ └─────┘ └───┘ └───┘ └─────┘ |
| MEDIUM | …/runtime/spec/tests/StatefulShortestPathTestBase.scala | 9251 | // ┌─────────R3───────┘ └──┘ └──┘ └────────R3───────┐ |
| MEDIUM | …rg/neo4j/index/internal/gbptree/TreeStatePairTest.java | 65 | // ┌──────────────-───-────┬──────────────────────────┬───────────────┬───────────────┐ |
| MEDIUM | …rg/neo4j/index/internal/gbptree/TreeStatePairTest.java | 67 | // └───────────────────────┴──────────────────────────┴───────────────┴───────────────┘ |
| MEDIUM | …ex/internal/gbptree/GenerationSafePointerPairTest.java | 72 | // ┌─────────────────┬─────────────────┬─────────────────-------──┬───────------────────────────┐ |
| MEDIUM | …ex/internal/gbptree/GenerationSafePointerPairTest.java | 74 | // └─────────────────┴─────────────────┴──────────────────-------─┴────────────────────------───┘ |
| MEDIUM | …rc/main/java/org/neo4j/export/aura/AuraURLFactory.java | 48 | // <─┬──><──────┬─────> |
| MEDIUM | …rc/main/java/org/neo4j/export/aura/AuraURLFactory.java | 49 | // │ └──────── environment |
| MEDIUM | …rc/main/java/org/neo4j/export/aura/AuraURLFactory.java | 50 | // └─────────────────── database id |
| MEDIUM | …rc/main/java/org/neo4j/export/aura/AuraURLFactory.java | 69 | // │ └──────────── environment |
| MEDIUM | …rc/main/java/org/neo4j/export/aura/AuraURLFactory.java | 70 | // └─────────────────── database id |
| MEDIUM | …ava/org/neo4j/consistency/checker/NodeCheckerTest.java | 167 | // ▲──────────┘ |
| MEDIUM | …ava/org/neo4j/consistency/checker/NodeCheckerTest.java | 214 | // (N)────>(L1)───────>(L2) |
| MEDIUM | …j/consistency/checker/SafePropertyChainReaderTest.java | 74 | // ▲───────┘ |
| MEDIUM | …onsistency/checking/full/FullCheckIntegrationTest.java | 3138 | // └───────────┘ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/protocol/common/handler/DiscoveryResponseHandler.java | 42 | public class DiscoveryResponseHandler extends ChannelInboundHandlerAdapter { |
| LOW | …neo4j/bolt/protocol/common/handler/RequestHandler.java | 39 | public class RequestHandler extends SimpleChannelInboundHandler<RequestMessage> { |
| LOW | …otocol/common/fsm/response/NetworkResponseHandler.java | 40 | public class NetworkResponseHandler extends AbstractMetadataAwareResponseHandler { |
| LOW | …/protocol/common/fsm/response/NoopResponseHandler.java | 34 | public final class NoopResponseHandler implements ResponseHandler { |
| LOW | …fsm/response/AbstractMetadataAwareResponseHandler.java | 33 | public abstract class AbstractMetadataAwareResponseHandler implements ResponseHandler { |
| LOW | …/cypher/consumer/OutputEventStreamResponseHandler.java | 42 | public class OutputEventStreamResponseHandler extends AbstractMetadataAwareResponseHandler { |
| LOW | …er/http/cypher/consumer/SingleNodeResponseHandler.java | 39 | public class SingleNodeResponseHandler implements ResponseHandler { |
| LOW | …pher/internal/physicalplanning/SlotConfiguration.scala | 88 | def getOrElse(key: SlotKey, f: => KeyedSlot): KeyedSlot = { |
| LOW | …/scala/org/neo4j/cypher/internal/ExecutionEngine.scala | 347 | private def getOrCompile( |
| LOW | …o4j/cypher/internal/AdministrationCommandRuntime.scala | 164 | protected def validateAndFormatEncryptedPassword(password: Array[Byte]): TextValue = |
| LOW | …org/neo4j/cypher/internal/planning/CypherPlanner.scala | 220 | private def getOrParse( |
| LOW | …ternal/planning/ExceptionTranslatingQueryContext.scala | 636 | override def getOrCreateLabelId(labelName: String): Int = |
| LOW | …ternal/planning/ExceptionTranslatingQueryContext.scala | 639 | override def getOrCreateTypeId(relTypeName: String): Int = |
| LOW | …ternal/planning/ExceptionTranslatingQueryContext.scala | 642 | override def getOrCreatePropertyKeyId(propertyKey: String): Int = |
| LOW | …ternal/planning/ExceptionTranslatingQueryContext.scala | 645 | override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = |
| LOW | …ternal/planning/ExceptionTranslatingQueryContext.scala | 809 | override def getOrCreateRelTypeId(relTypeName: String): Int = |
| LOW | …runtime/interpreted/commands/values/KeyTokenTest.scala | 70 | def getOrCreateIdForName(name: String, queryContext: QueryContext): Int = throw new UnsupportedOperationException |
| LOW | …/runtime/interpreted/TransactionalContextWrapper.scala | 70 | def getOrCreateFromSchemaState[T](key: SchemaStateKey, f: => T): T |
| LOW | …/runtime/interpreted/TransactionalContextWrapper.scala | 149 | def getOrCreateFromSchemaState[T](key: SchemaStateKey, f: => T): T = { |
| LOW | …runtime/interpreted/TransactionBoundQueryContext.scala | 178 | override def getOrCreateRelTypeId(relTypeName: String): Int = |
| LOW | …runtime/interpreted/TransactionBoundQueryContext.scala | 181 | override def getOrCreateLabelId(labelName: String): Int = { |
| LOW | …runtime/interpreted/TransactionBoundQueryContext.scala | 187 | override def getOrCreateTypeId(relTypeName: String): Int = { |
| LOW | …runtime/interpreted/TransactionBoundQueryContext.scala | 198 | override def getOrCreatePropertyKeyId(propertyKey: String): Int = |
| LOW | …runtime/interpreted/TransactionBoundQueryContext.scala | 201 | override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = { |
| LOW | …interpreted/ParallelTransactionBoundQueryContext.scala | 82 | override def getOrCreateRelTypeId(relTypeName: String): Int = unsupported() |
| LOW | …interpreted/ParallelTransactionBoundQueryContext.scala | 83 | override def getOrCreateLabelId(labelName: String): Int = unsupported() |
| LOW | …interpreted/ParallelTransactionBoundQueryContext.scala | 84 | override def getOrCreateTypeId(relTypeName: String): Int = unsupported() |
| LOW | …interpreted/ParallelTransactionBoundQueryContext.scala | 87 | override def getOrCreatePropertyKeyId(propertyKey: String): Int = unsupported() |
| LOW | …interpreted/ParallelTransactionBoundQueryContext.scala | 88 | override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = unsupported() |
| LOW | …/interpreted/ParallelTransactionalContextWrapper.scala | 143 | override def getOrCreateFromSchemaState[T](key: SchemaStateKey, f: => T): T = unsupported() |
| LOW | …ernal/runtime/interpreted/DelegatingQueryContext.scala | 144 | override def getOrCreateRelTypeId(relTypeName: String): Int = singleDbHit(inner.getOrCreateRelTypeId(relTypeName)) |
| LOW | …ernal/runtime/interpreted/DelegatingQueryContext.scala | 158 | override def getOrCreateLabelId(labelName: String): Int = singleDbHit(inner.getOrCreateLabelId(labelName)) |
| LOW | …ernal/runtime/interpreted/DelegatingQueryContext.scala | 160 | override def getOrCreateTypeId(relTypeName: String): Int = singleDbHit(inner.getOrCreateTypeId(relTypeName)) |
| LOW | …ernal/runtime/interpreted/DelegatingQueryContext.scala | 217 | override def getOrCreatePropertyKeyId(propertyKey: String): Int = |
| LOW | …ernal/runtime/interpreted/DelegatingQueryContext.scala | 220 | override def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] = { |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 36 | def getOrCreateType(row: ReadableRow, state: QueryState): Int |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 38 | def getOrCreateType(row: ReadableRow, state: QueryState, token: TokenWrite): Int |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 47 | def getOrCreateType(row: ReadableRow, state: QueryState): Int = { |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 54 | def getOrCreateType(row: ReadableRow, state: QueryState, token: TokenWrite): Int = { |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 73 | def getOrCreateType(row: ReadableRow, state: QueryState): Int = |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 76 | def getOrCreateType(row: ReadableRow, state: QueryState, token: TokenWrite): Int = |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 79 | def getOrCreateType(context: WriteQueryContext): Int = { |
| LOW | …pher/internal/runtime/interpreted/pipes/LazyType.scala | 86 | def getOrCreateType(token: TokenWrite): Int = { |
| LOW | …her/internal/runtime/interpreted/pipes/LazyLabel.scala | 39 | def getOrCreateId(context: WriteQueryContext): Int = { |
| LOW | …her/internal/runtime/interpreted/pipes/LazyLabel.scala | 46 | def getOrCreateId(token: TokenWrite): Int = { |
| LOW | …nal/runtime/interpreted/commands/values/KeyToken.scala | 38 | def getOrCreateId(state: QueryContext): Int |
| LOW | …nal/runtime/interpreted/commands/values/KeyToken.scala | 54 | override def getOrCreateId(state: QueryContext): Int = typ.getOrCreateIdForName(name, state) |
| LOW | …nal/runtime/interpreted/commands/values/KeyToken.scala | 67 | override def getOrCreateId(state: QueryContext): Int = id |
| LOW | …al/runtime/interpreted/commands/values/TokenType.scala | 32 | def getOrCreateIdForName(name: String, queryContext: QueryContext) = queryContext.getOrCreateLabelId(name) |
| LOW | …al/runtime/interpreted/commands/values/TokenType.scala | 40 | def getOrCreateIdForName(name: String, queryContext: QueryContext) = queryContext.getOrCreatePropertyKeyId(name) |
| LOW | …al/runtime/interpreted/commands/values/TokenType.scala | 48 | def getOrCreateIdForName(name: String, queryContext: QueryContext) = queryContext.getOrCreateRelTypeId(name) |
| LOW | …al/runtime/interpreted/commands/values/TokenType.scala | 61 | def getOrCreateIdForName(name: String, queryContext: QueryContext): Int |
| LOW | …g/neo4j/cypher/internal/logical/plans/NFABuilder.scala | 101 | protected def getOrCreateState( |
| LOW | …a/org/neo4j/cypher/internal/runtime/QueryContext.scala | 534 | def getOrCreateRelTypeId(relTypeName: String): Int |
| LOW | …a/org/neo4j/cypher/internal/runtime/QueryContext.scala | 536 | def getOrCreateLabelId(labelName: String): Int |
| LOW | …a/org/neo4j/cypher/internal/runtime/QueryContext.scala | 538 | def getOrCreateTypeId(relTypeName: String): Int |
| LOW | …a/org/neo4j/cypher/internal/runtime/QueryContext.scala | 544 | def getOrCreatePropertyKeyId(propertyKey: String): Int |
| LOW | …a/org/neo4j/cypher/internal/runtime/QueryContext.scala | 546 | def getOrCreatePropertyKeyIds(propertyKeys: Array[String]): Array[Int] |
| LOW | …a/org/neo4j/cypher/internal/runtime/GrowingArray.scala | 56 | def getOrNull(index: Int): T = { |
| LOW | …4j/cypher/internal/runtime/spec/RuntimeTestSuite.scala | 644 | override def getOrThrow: util.List[Array[AnyValue]] = { |
| 13 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/main/java/org/neo4j/internal/id/indexed/ScanLock.java | 49 | * Optimistic {@link ScanLock} which will never block in {@link #tryLock()}, but simply return {@code false} if it w |
| MEDIUM | …otocol/common/fsm/StateTransitionStateMachineTest.java | 79 | * {@link States#AUTHENTICATION AUTHENTICATION} in order to facilitate safe processing of |
| MEDIUM | …otocol/common/fsm/StateTransitionStateMachineTest.java | 117 | * {@link States#AUTHENTICATION AUTHENTICATION} in order to facilitate safe processing of |
| MEDIUM | …nternal/compiler/planner/logical/PlanSingleQuery.scala | 84 | // In this case the next WITH/RETURN is allowed to leverage the ORDER BY of the previous one. |
| MEDIUM | …lanner/logical/idp/cartesianProductsOrValueJoins.scala | 587 | // Keep only RHSs that actually leverage the data from the LHS to use an index. |
| MEDIUM | …mpiler/planner/logical/steps/LogicalPlanProducer.scala | 2320 | // Aggregation functions may leverage the order of a preceding ORDER BY, if no other clause is inbetween. |
| MEDIUM | …nal/compiler/planner/logical/steps/leverageOrder.scala | 79 | // 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.java | 396 | // Not the most robust way to get hold of the template but I guess it works |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ternal/compiler/planner/logical/PlanEventHorizon.scala | 315 | // We need to check if reads introduced in the horizon conflicts with future writes |
| LOW | …al/plans/rewriter/eager/EagerWhereNeededRewriter.scala | 80 | // Step 1: Find reads and writes |
| LOW | …al/plans/rewriter/eager/EagerWhereNeededRewriter.scala | 84 | // Step 2: Find conflicting plans |
| LOW | …al/plans/rewriter/eager/EagerWhereNeededRewriter.scala | 87 | // Step 3: Find candidate lists where Eager can be planned |
| LOW | …al/plans/rewriter/eager/EagerWhereNeededRewriter.scala | 90 | // Step 4: Pick the best candidate in each sequence. |
| LOW | …al/plans/rewriter/eager/EagerWhereNeededRewriter.scala | 93 | // Step 5: Actually insert Eager operators |
| LOW | …al/plans/rewriter/eager/EagerWhereNeededRewriter.scala | 102 | // Step 6: Optionally, compress reported eagerness reasons. |
| LOW | …ud/src/main/java/org/neo4j/export/aura/AuraClient.java | 299 | // "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.java | 277 | // 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.java | 796 | // For nodes, we can grant read access based on property key AND values, so we need to check if we can read |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …est/java/org/neo4j/values/storable/StringsLibrary.java | 46 | // TODO longer lorem ipsum string? |
| LOW | …g/neo4j/kernel/impl/newapi/PropertyCursorTestBase.java | 54 | private static final String LONG_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque " |
| LOW | …g/neo4j/kernel/impl/newapi/PropertyCursorTestBase.java | 54 | 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.java | 54 | "Lorem ipsum...", |
| LOW | …in/src/test/java/org/neo4j/genai/util/HashingTest.java | 55 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididu |
| LOW | …in/src/test/java/org/neo4j/genai/util/HashingTest.java | 55 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididu |
| LOW | …/genai/util/aws/AwsSignatureV4HeaderGeneratorTest.java | 162 | "{\"inputText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidid |
| LOW | …/genai/util/aws/AwsSignatureV4HeaderGeneratorTest.java | 162 | "{\"inputText\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incidid |
| LOW | …test/java/org/neo4j/genai/vector/providers/BaseIT.java | 51 | "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.java | 51 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolo |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | community/server/src/test/resources/certificates/CA.sh | 132 | # some setup stuff to be done before you can use it and this makes |
| LOW | …landescription/PlanDescriptionArgumentSerializer.scala | 85 | // that we don't forget to add new types of arguments here |
| LOW | …a/org/neo4j/kernel/impl/security/WebURLAccessRule.java | 246 | * that don't respect the spec recommendations, please don't forget to align checkUrlIncludingHops. |