On 9/6/05, James Carman <[EMAIL PROTECTED]> wrote: > Well, I just tried your code against my test cases and it fails in two > ways... > > 1. It doesn't throw an IllegalArgumentException when you pass in null. > 2. It doesn't hand the actual java class names for array types (i.e. > [[Ljava.lang.String;). > > Now, it could be argued that an NPE is just as good as > IllegalArgumentException in the first case, but the second case is > definitely something that it should support.
Mhm, ok, it wasn't intended to support the old style but if it is important, it can easily be added. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
