Florian Hockmann created TINKERPOP-1868:
-------------------------------------------
Summary: Support inject source step in Gremlin.Net
Key: TINKERPOP-1868
URL: https://issues.apache.org/jira/browse/TINKERPOP-1868
Project: TinkerPop
Issue Type: Improvement
Components: dotnet
Affects Versions: 3.3.1, 3.2.7
Reporter: Florian Hockmann
Priority: Minor
{{GraphTraversalSource}} has no {{Inject}} step in Gremlin.Net because it's
explicitly excluded in the GLV generation:
{code}
"sourceSpawnMethods": GraphTraversalSource.getMethods(). // SPAWN STEPS
findAll { GraphTraversal.class.equals(it.returnType) &&
!it.name.equals('inject')}.
// ...
{code}
I don't know why {{inject}} is explicitly excluded here, but there should be an
implementation in {{GraphTraversalSource}} as the other GLVs also have this
step.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)