You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/06/03 15:24:59 UTC

[jira] [Created] (TINKERPOP-1324) Better error for invalid args to addV()

stephen mallette created TINKERPOP-1324:
-------------------------------------------

             Summary: Better error for invalid args to addV()
                 Key: TINKERPOP-1324
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1324
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.1.2-incubating
            Reporter: stephen mallette
            Priority: Minor
             Fix For: 3.1.3, 3.2.1


Could use a better error for when the wrong number of arguments are being passed to {{addV()}}:

{code}
gremlin> g = TinkerGraph.open().traversal()
==>graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
gremlin> g.addV('person','x',1)
3
Display stack trace? [yN] 
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)