GitHub user rvesse opened a pull request:
https://github.com/apache/jena/pull/294
Fix and tests for possible NPE (JENA-1405)
Fixes a possible NPE in AdaptorFileManager by aligning its behaviour
with FileManager to throw NotFoundException
Adds specific tests for these cases
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rvesse/jena JENA-1405
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/294.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #294
----
commit 643bd7a944e23554d21d1f01c207fe7e1a3d3098
Author: Rob Vesse <[email protected]>
Date: 2017-10-25T10:26:37Z
Fix and tests for possible NPE (JENA-1405)
Fixes a possible NPE in AdaptorFileManager by aligning its behaviour
with FileManager to throw NotFoundException
Adds specific tests for these cases
----
---