Daniel Kuppitz created TINKERPOP3-747:
-----------------------------------------
Summary: profile() fails with NPE
Key: TINKERPOP3-747
URL: https://issues.apache.org/jira/browse/TINKERPOP3-747
Project: TinkerPop 3
Issue Type: Bug
Reporter: Daniel Kuppitz
Assignee: Bob Briody
{{.profile()}} fails with an NPE if the traversal contains the infix notation
of {{.and()}} or {{.or()}}.
Most simplistic example:
{code}
g.V().where(out().and().in()).profile().cap(TraversalMetrics.METRICS_KEY) // or
g.V().where(out().or().in()).profile().cap(TraversalMetrics.METRICS_KEY)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)