[ 
https://issues.apache.org/jira/browse/TINKERPOP3-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kuppitz closed TINKERPOP3-747.
-------------------------------------
    Resolution: Fixed

Fixed via 
https://github.com/apache/incubator-tinkerpop/commit/664d53035e156be75aa8159482241c8528a4824c.

> profile() fails with NPE
> ------------------------
>
>                 Key: TINKERPOP3-747
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-747
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: process
>            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)

Reply via email to