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)
