You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Sauthier (JIRA)" <ji...@apache.org> on 2008/01/18 13:26:34 UTC

[jira] Updated: (FELIX-467) R4SearchPolicyCore.findResources(String) do not aggregate the Enumeration founds

     [ https://issues.apache.org/jira/browse/FELIX-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Sauthier updated FELIX-467:
-------------------------------------

    Attachment: FELIX-467.patch

This patch mainly change the R4SearchPolicyCore.findResources() method to create a combined enumeration of available resources.

I've added a CompoundEnumeration class that combine multiple Enumeration in a single one.
There are tests for this new Enumeration that are automatically launched by maven.

> R4SearchPolicyCore.findResources(String) do not aggregate the Enumeration founds
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-467
>                 URL: https://issues.apache.org/jira/browse/FELIX-467
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 1.0.0
>            Reporter: Guillaume Sauthier
>         Attachments: FELIX-467.patch
>
>
> This issue is linked to FELIX-466
> The R4SearchPolicyCore.findResources(String) method just exits early on a first hit, and doesn't continue into imported packages.
> It should aggregate the different hits and return all matching resources.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.