Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/705#discussion_r137840681 --- Diff: tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java --- @@ -340,6 +342,14 @@ private void validateHomogenousIds(final List<Object> ids) { } } + @Override --- End diff -- A touch of javadoc here to explain that this provide a deep clone of the graph/vertices/edges and preserves ids.
---