Kelvin R. Lawrence created TINKERPOP-2478:
---------------------------------------------
Summary: Console byte code translator has issues with "new Date()"
Key: TINKERPOP-2478
URL: https://issues.apache.org/jira/browse/TINKERPOP-2478
Project: TinkerPop
Issue Type: Bug
Components: console
Affects Versions: 3.4.8
Environment: Gremlin Console on Mac OS with TinkerGraph
Reporter: Kelvin R. Lawrence
Attempting to do the following results in an error:
{code:java}
gremlin> :bc from g.addV().property('date',new Date())
No signature of method: groovysh_evaluate.newDate() is applicable for argument
types: () values: [] {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)