NPE thrown by GetEntryPathsEnumeration constructor
--------------------------------------------------
Key: FELIX-422
URL: https://issues.apache.org/jira/browse/FELIX-422
Project: Felix
Issue Type: Bug
Components: Framework
Affects Versions: 1.0.0
Reporter: William Tam
Since the system bundle
getInfo().getCurrentModule().getContentLoader().getContent() returns null,
calling system bundle getEntryPaths() will throw NPE in the following snippet
of GetEntryPathsEnumeration.java
m_bundle = bundle;
m_path = path;
m_enumeration = m_bundle.getInfo().getCurrentModule()
.getContentLoader().getContent().getEntries();
java.lang.NullPointerException
at
org.apache.felix.framework.GetEntryPathsEnumeration.<init>(GetEntryPathsEnumeration.java:35)
at org.apache.felix.framework.Felix.getBundleEntryPaths(Felix.java:1339)
at org.apache.felix.framework.Felix.getEntryPaths(Felix.java:335)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.