You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Tobias Schulte (JIRA)" <ji...@apache.org> on 2010/05/03 10:20:55 UTC

[jira] Issue Comment Edited: (JEXL-101) Vararg methods where the first argument is no vararg can not be called with only the fixed parameters given

    [ https://issues.apache.org/jira/browse/JEXL-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863259#action_12863259 ] 

Tobias Schulte edited comment on JEXL-101 at 5/3/10 4:18 AM:
-------------------------------------------------------------

In the debugger of my IDE (Eclipse 3.5.1) when I step through

{code:java}test.callMixed(1);{code}

the args-array is an empty array. 

      was (Author: tobiasschulte):
    In the debugger of my IDE (Eclipse 3.5.1) when I step through

{code:java}test.callMixed(1);{code}

the args-array is an empty array. But that is not the real problem. Lets 
  
> Vararg methods where the first argument is no vararg can not be called with only the fixed parameters given
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: JEXL-101
>                 URL: https://issues.apache.org/jira/browse/JEXL-101
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Tobias Schulte
>            Assignee: Henri Biestro
>             Fix For: 2.0.2
>
>         Attachments: jexl-varargs.patch
>
>
> When you have a public String testVarArgsMixed(Integer fixed, Integer[] args) in a class Test, put a test instance in the context and evaluate the expression test.testVarArgsMixed(1), the MethodExecutor is not able to find the method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.