Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-5

[jexl] 'abc'.substring(0,1+1) is empty (method matching problem!)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • None
    • Operating System: All
      Platform: All

    • 32829

    Description

      This looks to be a method matching bug.
      'abc'.substring(0,1+1) is empty
      'abc'.substring(0,2) gives ab as expected.
      The problem seems to be the fact that the result of 1+1 (or any arithmetic operation) is a Long and that
      long cannot be fed into substring but no attempt to cast the Long to int is done.

      Attachments

        Activity

          People

            Unassigned Unassigned
            polx Paul Libbrecht
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: