Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 92671 invoked from network); 19 Mar 2005 05:36:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Mar 2005 05:36:16 -0000 Received: (qmail 31413 invoked by uid 500); 19 Mar 2005 00:04:53 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 31379 invoked by uid 500); 19 Mar 2005 00:04:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 31366 invoked by uid 99); 19 Mar 2005 00:04:53 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Mar 2005 16:04:53 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j2J04oAP010847 for ; Sat, 19 Mar 2005 01:04:50 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j2J04mA7010844; Sat, 19 Mar 2005 01:04:48 +0100 Date: Sat, 19 Mar 2005 01:04:48 +0100 Message-Id: <200503190004.j2J04mA7010844@ajax.apache.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 33979] - MethodUtils.invoke for static methods X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=33979 ------- Additional Comments From skitching@apache.org 2005-03-19 01:04 ------- Hi, I'm sorry there has been no feedback from other beanutils maintainers on whether this patch is appropriate for beanutils or not (as discussed in email thread on commons-dev). I've posted another reminder to that list. If no-one responds this time, then on return I'll just go ahead and commit the patch (well, once the issues mentioned on commons-dev are addressed). I am a little concerned about having // invoke non-static method invokeMethod(Object, String, Object[], Class[]) and // invoke static method invokeMethod(Class, String, Object[], Class[]) Because Class is also an Object, there seems potential for confusion. What do you think about changing the name of the new methods? invokeStaticMethod(Class, String, Object[], Class[]) etc -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org