You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2007/07/13 15:08:04 UTC

[jira] Resolved: (FELIX-327) Bugs in used filter syntax

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

Richard S. Hall resolved FELIX-327.
-----------------------------------

    Resolution: Fixed
      Assignee: Richard S. Hall

Yep, that does indeed appear to be a bug. I have committed a fix. Please verify and close this bug. Thanks.

> Bugs in used filter syntax
> --------------------------
>
>                 Key: FELIX-327
>                 URL: https://issues.apache.org/jira/browse/FELIX-327
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: 1.0.0
>            Reporter: Bart Elen
>            Assignee: Richard S. Hall
>             Fix For: 1.0.0
>
>
> LocalRepositoryImpl.java contains two similar bugs in the used filter syntax
> Line 256 currently is: 
> : "(!(version<=" + imports[impIdx].getVersion() + ")";
> While it should be:
> : "(!(version<=" + imports[impIdx].getVersion() + "))";
> Line 262 currently is:
>  : "(!(version>=" + imports[impIdx].getVersionHigh() + ")";
> While it should be:
>  : "(!(version>=" + imports[impIdx].getVersionHigh() + "))";
> Greetings,
> Bart

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