GitHub user sjhiggs opened a pull request:
https://github.com/apache/felix/pull/126
FELIX-5464: NPE in org.apache.felix.scrplugin.helper.ClassScanner
Couldn't make this happen by invoking public method in a unit test, but
checked for null InputStream before closing, logged debug message otherwise.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjhiggs/felix FELIX-5464
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/126.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 #126
----
commit fb55f8043dd06501803aa1028102d7affea2f186
Author: Stephen Higgs <[email protected]>
Date: 2017-10-30T01:12:17Z
FELIX-5464: NPE in org.apache.felix.scrplugin.helper.ClassScanner
----
---