[ http://issues.apache.org/jira/browse/BEANUTILS-193?page=all ]

Henri Yandell updated BEANUTILS-193:
------------------------------------

    Attachment: BEANUTILS-193-impl.patch

Patch modified to be invokeStaticMethod and invokeExactStaticMethod.

Need to write tests.

> [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: BEANUTILS-193-impl.patch, 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to