neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

function call inspection: size() should also accept path and string #63

Closed keturn closed 6 years ago

keturn commented 7 years ago

this example triggers a expected LIST of ANY, got PATH error:

MATCH (n)-[r]->(m) RETURN size((n)--());

and size("something") is likewise a false positive, but these are both defined signatures for size() according to https://neo4j.com/docs/developer-manual/current/cypher/functions/scalar/#functions-size-of-pattern-expression

FylmTM commented 7 years ago

Hi @keturn ,

Thanks for bug report!

Currently plugin is not actively maintained, but we will get to it ASAP.