Uploaded image for project: 'JSword'
  1. JSword
  2. JS-278

DivisionName NEW_TESTAMENT.contains(BibleBook) is wrong

    Details

      Description

      This is simple just misstyping (trivial/minor) but the effect could be major.

      On org.crosswire.jsword.versification.DivisionName under NEW_TESTAMENT
      public boolean contains(BibleBook book)

      { int bookNum = book.ordinal(); return bookNum >= BibleBook.GEN.ordinal() && bookNum <= BibleBook.REV.ordinal(); }

      That should be BibleBook.MATT to BibleBook.REV

        Attachments

          Activity

            People

            • Assignee:
              dmsmith DM Smith
              Reporter:
              kiyut Tonny Kohar
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: