Re: (Beanutils)[SUBMIT] MethodUtils

2001-12-12 Thread robert burrell donkin
On Wednesday, December 12, 2001, at 08:18 AM, Christoph Reck wrote: > robert burrell donkin wrote: >> you'll probably wonder why the method is called invokeExactMethod (rather >> than invokeMethod, say). that's because i plan to add another method that >> searches for a correctly named method wit

Re: (Beanutils)[SUBMIT] MethodUtils

2001-12-12 Thread Christoph Reck
robert burrell donkin wrote: > you'll probably wonder why the method is called invokeExactMethod (rather > than invokeMethod, say). that's because i plan to add another method that > searches for a correctly named method with compatible parameters (rather > than exact matching) but i though that i

Re: (Beanutils)[SUBMIT] MethodUtils

2001-12-11 Thread Craig R. McClanahan
> > Subject: Re: (Beanutils)[SUBMIT] MethodUtils > > darn that dodgy telephone line! > > (sorry about that double post) > No problem ... rather have them twice than not at all :-). I will put these changes in later tonight. > - robert > Craig > > -- > To uns

Re: (Beanutils)[SUBMIT] MethodUtils

2001-12-11 Thread robert burrell donkin
darn that dodgy telephone line! (sorry about that double post) - robert -- To unsubscribe, e-mail: For additional commands, e-mail:

(Beanutils)[SUBMIT] MethodUtils

2001-12-11 Thread robert burrell donkin
here's the new MethodUtils class. also included is a test case for this new class and associated testing patches. two methods were moved into MethodUtils from PropertyUtils and one made public (the other one could be public but i don't really think anyone will ever want to call it directly) t

(Beanutils)[SUBMIT] MethodUtils

2001-12-11 Thread robert burrell donkin
here's the new MethodUtils class. also included is a test case for this new class and associated testing patches. two methods were moved into MethodUtils from PropertyUtils and one made public (the other one could be public but i don't really think anyone will ever want to call it directly) t