Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
resolver-2.0.0
-
None
-
None
Description
There is a NPE in line 919, packages is null:
if (candCap.getNamespace().equals(PackageNamespace.PACKAGE_NAMESPACE))
{ mergeCandidatePackage( packages.m_importedPkgs, currentReq, candCap); }
Occurs irregularly, maybe race condition releated to permutations and using the OpenHashMap implementation.