Stefano Bagnara wrote: > As an example you added an addr.toString(): This could raise a > NullPointerException.
LOL. Amusingly, I actually had (addr == null) ? "null?" : addr.toString() in the original code, but removed it. If that throws an NPE, there are other problems. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]