commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] Re: [bugs #11956] toString of InetAddress is different.


From: Michael Koch
Subject: [commit-cp] Re: [bugs #11956] toString of InetAddress is different.
Date: Fri, 18 Feb 2005 15:20:01 -0600
User-agent: Mutt/1.5.6+20040907i

On Fri, Feb 18, 2005 at 02:53:56PM +0000, Sven de Marothy wrote:
> 
> Follow-up Comment #2, bugs #11956 (project classpath):
> 
> Well, I don't think it's any more difficult than just changing the
> InetAddress.toString():
> 
> 
> 
> -    String host = (hostName != null) ? hostName : addr;
> 
> +    String host = (hostName != null) ? hostName : "";
> 
> 
> 
> But if you insist, certainly.. 

Doing your suggested patch gives two new mauve regressions ... this
probably means the fix triggers other bugs. Need to investigate later.


Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]