Re: [lang] MethodUtils method naming

2002-12-05 Thread Stephen Colebourne
ROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 8:26 PM Subject: [lang] MethodUtils method naming > in beanutils, methods called 'getAccessibleMethod' (or variations) are > used to get methods which can safely be cal

[lang] MethodUtils method naming

2002-12-05 Thread robert burrell donkin
in beanutils, methods called 'getAccessibleMethod' (or variations) are used to get methods which can safely be called through reflection. this seems a little at odds with the use of the term 'accessible' in the java.lang.reflect which means that the object suppresses the standard java access ru