When calling installBundle(String location, InputStream in) with a null InputStream we fail with a NullPointerException.
However, the spec says:
The InputStream object from which this bundle will be read or null to indicate the Framework must
create the input stream from the specified location identifier. The input stream must always be
closed when this method completes, even if an exception is thrown
When calling
installBundle(String location, InputStream in)
with a null InputStream we fail with a NullPointerException.However, the spec says: