Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1324

Better error for invalid args to addV()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.2-incubating
    • 3.1.3, 3.2.1
    • process
    • None

    Description

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

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

      Attachments

        Activity

          People

            okram Marko A. Rodriguez
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: