Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 3518 invoked from network); 30 Apr 2010 12:53:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 12:53:20 -0000 Received: (qmail 21586 invoked by uid 500); 30 Apr 2010 12:53:20 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 21490 invoked by uid 500); 30 Apr 2010 12:53:19 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 21482 invoked by uid 99); 30 Apr 2010 12:53:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 12:53:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 12:53:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3UCqtoi022422 for ; Fri, 30 Apr 2010 12:52:55 GMT Message-ID: <12138596.31841272631975347.JavaMail.jira@thor> Date: Fri, 30 Apr 2010 08:52:55 -0400 (EDT) From: "Tobias Schulte (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (JEXL-101) Vararg methods where the first argument is no vararg can not be called with only the fixed parameters given MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 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.