Divij Vaidya created TINKERPOP-2676: ---------------------------------------
Summary: Refactor GremlinScript checker out of groovy package Key: TINKERPOP-2676 URL: https://issues.apache.org/jira/browse/TINKERPOP-2676 Project: TinkerPop Issue Type: Improvement Reporter: Divij Vaidya We should move out [GremlinScriptChecker|https://github.com/apache/tinkerpop/blob/master/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinScriptChecker.java] from org.apache.tinkerpop.gremlin.groovy.jsr223 (gremlin-groovy) to org.apache.tinkerpop.gremlin.language (gremlin-core). This is because the Script checker has nothing to do with groovy and in a future world where Gremlin language would be parsed using a parser (instead of groovy compiler), this class would still be useful. -- This message was sent by Atlassian Jira (v8.20.1#820001)