Kurchi Hazra wrote:
Hi,
The ServerSocket.toString method returns a string that, besides the
ServerSocket's local port information, also contains "port=0". For
example: "ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=7005]".
The fix aims at modifying the string returned by the toString
Changeset: 7525866a4046
Author:jjg
Date: 2011-07-28 13:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7525866a4046
7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
Reviewed-by: alanb, chegar
Contributed-by: alexandre.boulga...@oracle.com
! ma
Hi,
The ServerSocket.toString method returns a string that, besides the
ServerSocket's local port information, also contains "port=0". For
example: "ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=7005]".
The fix aims at modifying the string returned by the toString method by
removing i