You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Anton (JIRA)" <ji...@apache.org> on 2016/01/25 17:42:39 UTC

[jira] [Created] (GROOVY-7734) ClassNode tryFindPossibleMethod only defined for TupleExpression

Anton created GROOVY-7734:
-----------------------------

             Summary: ClassNode tryFindPossibleMethod only defined for TupleExpression
                 Key: GROOVY-7734
                 URL: https://issues.apache.org/jira/browse/GROOVY-7734
             Project: Groovy
          Issue Type: Bug
            Reporter: Anton


As seen here https://github.com/groovy/groovy-core/blob/master/src/main/org/codehaus/groovy/ast/ClassNode.java#L1249-L1250 if {{arguments}} is not a {{TupleExpression}} the method just returns.

Shouldn't this be defined for other expression types as well?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)