You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/01/13 04:04:39 UTC

[jira] [Created] (TINKERPOP-1083) Traversal needs a hashCode() and equals() definition.

Marko A. Rodriguez created TINKERPOP-1083:
---------------------------------------------

             Summary: Traversal needs a hashCode() and equals() definition.
                 Key: TINKERPOP-1083
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1083
             Project: TinkerPop
          Issue Type: Bug
          Components: process
    Affects Versions: 3.1.0-incubating
            Reporter: Marko A. Rodriguez
             Fix For: 3.2.0-incubating


I notice in {{RepeatStep}} we have {{emitTraversal.hashCode()}} to determine the {{hashCode()}} of {{RepeatStep}}. That is bad as we do not have a general pattern for determining the {{hashCode()}} for traversals... dah.

See {{LoopTraversal}} for the hack that was added at some point...



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