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/02/01 17:41:39 UTC

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

     [ https://issues.apache.org/jira/browse/GROOVY-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton updated GROOVY-7734:
--------------------------
    Description: 
As seen here https://github.com/apache/groovy/blob/master/src/main/org/codehaus/groovy/ast/ClassNode.java#L1257-L1258 if {{arguments}} is not a {{TupleExpression}} the method just returns.

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

  was:
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?


> 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/apache/groovy/blob/master/src/main/org/codehaus/groovy/ast/ClassNode.java#L1257-L1258 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)