netty5/common/src
Norman Maurer 1843b31885 Guard against having NetworkInterface.getNetworkInterfaces() return null
Motivation:

NetworkInterface.getNetworkInterfaces() may return null if no network interfaces are found. We should guard against it.

Modifications:

Check for null return value.

Result:

Fixes [#6384]
2017-02-16 07:59:31 +01:00
..
main Guard against having NetworkInterface.getNetworkInterfaces() return null 2017-02-16 07:59:31 +01:00
test Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00