Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.0-incubating
-
None
Description
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...