Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-327

Bugs in used filter syntax

    XMLWordPrintableJSON

Details

    Description

      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

      Attachments

        Activity

          People

            rickhall Richard S. Hall
            barte Bart Elen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: