Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-4044

String subString(int,int) throws unexpected error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Won't Fix
    • None
    • 1.6.8
    • Groovy Console
    • None
    • Windows XP SP3

    Description

      int a = 1
      int b = 3

      "hello".subString(a ,b)

      OR

      "hello".subString(a as int,b as int)

      Attachments

        Activity

          People

            guillaume Guillaume Sauthier
            mb3019 m b
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: