netty5/common/src/main
Norman Maurer 4d5f0e7ad5 NativeLibraryLoader should check the result of ClassLoader#getResource method
Motivation:

NativeLibraryLoader uses ClassLoader#getResource method that can return nulls when the resource cannot be found. The returned url variable should be checked for nullity and fail in a more usable manner than a NullPointerException

Modifications:

Fail with a FileNotFoundException

Result:

Fixes [#7222].
2017-09-19 17:45:06 -07:00
..
java/io/netty/util NativeLibraryLoader should check the result of ClassLoader#getResource method 2017-09-19 17:45:06 -07:00
script Make IntObjectHashMap extend Map 2015-07-22 15:52:27 -07:00
templates/io/netty/util/collection DefaultHttp2Connection modifying child map while iterating 2017-01-11 11:07:18 -08:00