From: "robert burrell donkin" <[EMAIL PROTECTED]>
> getMatchingAccessibleMethod is the next bit in next in line.
>
> this is what class.getMethod should be (but isn't at least - for pre 1.4
> JVMs). in other words, it should give the same result through reflection
> as the compiler would give. the reason why it's so long and complex is
> that it consists of a series of workarounds for various bugs in various
> JVM's.
>
> i'd like to see the getMethod method take advantage of these workarounds.
> any objections if i start to work in this direction?

No, carry on ;-)  All MethodUtils methods should perform sensibly using
workarounds if needed.

Stephen


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to