You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/06/24 20:32:04 UTC

[jira] [Updated] (TINKERPOP3-747) profile() fails with NPE

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

stephen mallette updated TINKERPOP3-747:
----------------------------------------
    Component/s: process

> 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)