classpath
[Top][All Lists]
Advanced

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

Re: [PATCH] DatagramSocket constrcutor fixes


From: Michael Koch
Subject: Re: [PATCH] DatagramSocket constrcutor fixes
Date: Fri, 21 Nov 2003 23:47:32 +0100
User-agent: Mutt/1.3.28i

On Fri, Nov 21, 2003 at 07:00:10PM +0100, Dalibor Topic wrote:
> Hi all,
> 
> attached is another patch from Guilhem that fixes DatagramSocket 
> constructor behaviour & comments. It resulted as a fix to a bug report 
> to the kaffe mailing list from Everton da Silva Marques [1]. Please also 
> take a look at the discussion in the thread about other approaches to 
> fix the issue, and why they weren't picked.
> 
> 
> 2003-11-21  Guilhem Lavaux <address@hidden>
> 
>         * libraries/javalib/java/net/DatagramSocket.java
>       ((DatagramSocket(SocketAddress)): Fixed comment to match
>       method. If address is null leave socket unbound.
>       (DatagramSocket(int, InetAddress)): Rewritten to delegate
>       to ((DatagramSocket(SocketAddress)) in order to pick up
>       the fix. Moved checking code into
>       ((DatagramSocket(SocketAddress)).

This patch is in Classpath BTS already (two times). I'm working on this.
A similar patch is already in my tree. I just cant commit/submit it because the
network adapter of the computer with this code is broken. Will try to
make it work this weekend again. 


Michael




reply via email to

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