Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 27977 invoked from network); 8 Nov 2006 01:43:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 01:43:28 -0000 Received: (qmail 71566 invoked by uid 500); 8 Nov 2006 01:43:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 71465 invoked by uid 500); 8 Nov 2006 01:43:33 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 71441 invoked by uid 99); 8 Nov 2006 01:43:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 17:43:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 17:43:21 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 32C677142FC for ; Tue, 7 Nov 2006 17:43:01 -0800 (PST) Message-ID: <15018689.1162950181205.JavaMail.jira@brutus> Date: Tue, 7 Nov 2006 17:43:01 -0800 (PST) From: "Henri Yandell (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (BEANUTILS-193) [beanutils] MethodUtils.invoke for static methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/BEANUTILS-193?page=all ] Henri Yandell updated BEANUTILS-193: ------------------------------------ Bugzilla Id: (was: 33979) Fix Version/s: 1.8.0 > [beanutils] MethodUtils.invoke for static methods > ------------------------------------------------- > > Key: BEANUTILS-193 > URL: http://issues.apache.org/jira/browse/BEANUTILS-193 > Project: Commons BeanUtils > Issue Type: Improvement > Components: Bean / Property Utils > Affects Versions: 1.6 > Environment: Operating System: Windows XP > Platform: PC > Reporter: Nestor Boscan > Priority: Minor > Fix For: 1.8.0 > > Attachments: MethodUtils.java > > > I modified the MethodUtils class and added 6 new methods to invoke static > methods. > invokeExactMethod (Class, String, Object []) > invokeExactMethod (Class, String, Object [], Class []) > invokeExactMethod (Class, String, Object) > invokeMethod (Class, String, Object []) > invokeMethod (Class, String, Object [], Class []) > invokeMethod (Class, String, Object) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org