On Tue, 13 Sep 2011 13:12:47 +0100, Vladimir Panteleev
<[email protected]> wrote:
On Tue, 13 Sep 2011 12:59:35 +0300, Regan Heath <[email protected]>
wrote:
I'm thinking of making all of
Address.to(Addr|HostName|Port|Service)String return null on failure
for consistency. Sounds good?
In some of these cases you'll be returning null for incorrect input
(essentially)
Why do you say that? Let's look at each of those functions.
My bad, I didn't take a good look at the source and assumed these were
static methods converting to/from string representation or similar.