Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/499#discussion_r89348850
--- Diff:
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalTest.java
---
@@ -71,4 +80,89 @@ public void
graphTraversalShouldHaveMethodsOfAnonymousGraphTraversal() {
}
}
}
+
+ @Test
+ public void graphTraversalMethodsShouldGenerateCorrespondingBytecode()
throws Exception {
+ final Random random = new Random();
--- End diff --
did you see my comment above @okram ? can we go with option 1 for this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---