4d5f0e7ad5
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]. |
||
---|---|---|
.. | ||
src | ||
pom.xml |