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

Groovy misses first exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-beta-8
    • 1.0-beta-10
    • None
    • None
    • WinXP Home

    Description

      ===== Script: =====

      def test() {
      println "got here"
      throw new Exception("blah")
      }

      [1,2,3,4,5].each {
      test()
      }

      ===== Expected Output: =====
      got here
      <stack trace>

      ===== Actual Output: =====
      got here
      got here
      <stack trace>

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            jaquino Jonathan Aquino
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: