You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Daniel Kuppitz (JIRA)" <ji...@apache.org> on 2016/10/18 18:07:59 UTC

[jira] [Created] (TINKERPOP-1521) Mutating steps don't recognize side-effects

Daniel Kuppitz created TINKERPOP-1521:
-----------------------------------------

             Summary: Mutating steps don't recognize side-effects
                 Key: TINKERPOP-1521
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1521
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.2.3
            Reporter: Daniel Kuppitz


{code}
gremlin> g.withSideEffect("a", "marko").addV().property("name", select("a"))
java.lang.NullPointerException
{code}



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