RFR: 8315767: InetAddress: constructing objects from BSD literal addresses [v5]
Daniel Fuchs
dfuchs at openjdk.org
Wed Apr 17 14:40:01 UTC 2024
On Wed, 17 Apr 2024 14:26:35 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> The changes proposed in this PR introduce a new paragraph in the class level documentation just before the line which states the dotted-quad string. So I think it may not be clear enough whether dotted-quad string implies decimal values (`127.0.0.1`) or octal dotted-quad string (`0177.0.0.1`) or hexadecimal dotted-quad string (`0x7F.0.0.1`). So I think updating that sentence in class level documentation might help.
Good point.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18493#issuecomment-2061415792
More information about the net-dev
mailing list