[
https://issues.apache.org/jira/browse/FELIX-5015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954813#comment-14954813
]
Karl Pauls commented on FELIX-5015:
-----------------------------------
We are just in the process of wrapping up for a new framework+resolver release.
I'll cut the release asap - hence, should be out around the end of the week.
> NPE in ResolverImpl
> -------------------
>
> Key: FELIX-5015
> URL: https://issues.apache.org/jira/browse/FELIX-5015
> Project: Felix
> Issue Type: Bug
> Components: Resolver
> Affects Versions: resolver-1.6.0
> Reporter: Alexandre Roman
> Assignee: David Bosschaert
> Fix For: resolver-1.8.0
>
> Attachments: FELIX-5015.patch.gz
>
>
> The method getPackageSources in ResolverImpl.java returns a Set.
> This collection is used in mergeUses (line 1039) in a foreach loop.
> A null value may be returned by getPackageSources, as a result of querying a
> Map. In this case, the foreach loop in mergeUses will trigger a NPE.
> The method getPackageSources should return an empty Set when there is no
> result.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)