Bundles Printer fails when imports contains range.
--------------------------------------------------

                 Key: FELIX-2244
                 URL: https://issues.apache.org/jira/browse/FELIX-2244
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.0.0
            Reporter: Valentin Valchev


When a bundle contains import like that:

org.apache.felix.webconsole;version="[3.0,4.0)"

The bundles printer will throw exception because the parsing code in method:
private boolean isSatisfied( Clause imported, ExportedPackage exported )

always expects that the version is single version and not a range.
In that case an exception is thrown an no information about the package is 
shown.

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

Reply via email to