Removed method IpAddress.toInt(), because it is semantically incorrect:
It lacks the guarantee the underlying IP address is IPv4. Potential users of toInt() should use Ip4Address.toInt() or IpAddress.getIp4Address().toInt() Tthe latter obviously might require the explicit check that getIp4Address() is not null. Change-Id: I3f939695cf3c496e3fdd3fbd4a2988b565cca69a
Showing
2 changed files
with
0 additions
and
28 deletions
-
Please register or login to post a comment