-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.1.7
-
Component/s: core-libs
-
kestrel
-
generic
-
generic
Name: jn10789 Date: 12/09/98
The InetAddress constructor(String, byte[]) does
a this.hostName = new (hostname). This does a
redundant create of a String. It should just have
this.hostname = hostname.
(Review ID: 47579)
======================================================================