Uploaded image for project: 'Axiom'
  1. Axiom
  2. AXIOM-449

skipSearch bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.2.14
    • 1.2.15
    • API
    • None

    Description

      On line 86 of ByteSearch.java, it looks like the expression should be:

      k >= start;

      rather than:

      k <= start;

      since the array is looping backwards and should finish once it reaches start.

      Attachments

        Activity

          People

            veithen Andreas Veithen
            davee David
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: