On Fri, 22 Mar 2002, Jon Skeet <[EMAIL PROTECTED]> wrote: > http://www.pobox.com/~skeet/java/stringconv.html
Well, I know what I do and we don't want "new Java programmers" to read our sources anyway 8-) Point taken. > How many things depend on the order in which the IntrospectionHelper > picks things? Well, this time it is explicit. IntrospectionHelper will pick setFoo(whatevertype) over setFoo(String) - this has been introduced by Magesh to make it possible for task writers to switch to stricter type checking of attributes without breaking backwards compatibility of their task's API. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
