You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Bryn Cooke (JIRA)" <ji...@apache.org> on 2019/03/21 11:12:00 UTC

[jira] [Created] (TINKERPOP-2183) InterpreterModeASTTransformation needs to be more specific about what it transforms

Bryn Cooke created TINKERPOP-2183:
-------------------------------------

             Summary: InterpreterModeASTTransformation needs to be more specific about what it transforms
                 Key: TINKERPOP-2183
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2183
             Project: TinkerPop
          Issue Type: Bug
          Components: server
            Reporter: Bryn Cooke


Currently if you declare a class within a script it will get incorrectly processed by 

{{InterpreterModeASTTransformation}} usually resulting in an exception.

{{InterpreterModeASTTransformation#visit}} should check that it is being applied to a class that extends {{Script}}.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)