[
https://issues.apache.org/jira/browse/TINKERPOP-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP-1725:
----------------------------------------
Affects Version/s: 3.2.5
> DotNet GLV: Make traversal generation deterministic
> ---------------------------------------------------
>
> Key: TINKERPOP-1725
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1725
> Project: TinkerPop
> Issue Type: Improvement
> Components: language-variant
> Affects Versions: 3.2.5
> Reporter: Jorge Bay
> Priority: Minor
>
> gremlin-dotnet {{GraphTraversal}} methods are generated using reflection, by
> exploring the java methods and translating them into C# methods (see
> gremlin-dotnet/pom.xml). The C# GLV uses varargs (parameter arrays are called
> in C#) and a single method signature by name.
> The idea would be to select the more flexible signature from java for and
> specify it manually into a map of some kind, like its currently being done
> with {{methodsWithSpecificTypes}}, for the methods that return something
> different than {{GraphTraversal<S , E>}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)