You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "zeloran (Jira)" <ji...@apache.org> on 2021/01/21 09:26:00 UTC

[jira] [Created] (FELIX-6378) NPE in ResolverImpl.java

zeloran created FELIX-6378:
------------------------------

             Summary: NPE in ResolverImpl.java
                 Key: FELIX-6378
                 URL: https://issues.apache.org/jira/browse/FELIX-6378
             Project: Felix
          Issue Type: Bug
          Components: Resolver
    Affects Versions: resolver-2.0.0
            Reporter: zeloran


There is a NPE in line 919, packages is null:

if (candCap.getNamespace().equals(PackageNamespace.PACKAGE_NAMESPACE))
{
 mergeCandidatePackage(
 packages.m_importedPkgs,
 currentReq, candCap);
}

 

maybe releated to using the OpenHashMap implementation.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)