Thanks for the catch!

Would you mind opening a bug report on this at:
http://issues.apache.org/jira

and we'll fix it right away.

WILL

On 5/3/07, Adam Bishop (DSLWN) <[EMAIL PROTECTED]> wrote:

getMethod().getReturnType() != Boolean.TYPE

returns true if the method return type is Boolean rather than boolean.
(i.e. it doesn't like the Boolean class, just the boolean primitive)

the line should be

getMethod().getReturnType() != Boolean.TYPE &&
getMethod().getReturnType()!=Boolean.class

bug exists in 1.3.1 and 1.5

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




--
Forio Business Simulations

Will Glass-Husain
[EMAIL PROTECTED]
www.forio.com

Reply via email to