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

VerifyError on a method override

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0-JSR-5
    • 1.0-JSR-6
    • class generator
    • None
    • Windows XP, JDK 1.5

    Description

      Running the following code produces a VerifyError:

      class MyEditorPane extends javax.swing.JEditorPane {
      boolean getScrollableTracksViewportWidth()

      { return super.getScrollableTracksViewportWidth() }

      }

      java.lang.VerifyError: (class: MyEditorPane, method: getScrollableTracksViewportWidth signature: ()Z) Expecting to find object/array on stack

      Attachments

        1. VerifyErrorOnOverrideTest.groovy
          0.3 kB
          Edward Povazan

        Activity

          People

            blackdrag Jochen Theodorou
            emp Edward Povazan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: