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

Running invalid Groovy program produces IncompatibleClassChangeError

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7-beta-1
    • 1.6.6, 1.7-rc-1
    • Compiler
    • None

    Description

      Although the following program is invalid, it probably shouldn't produce an IncompatibleClassChangeError at runtime:

      class Foo {
        static main(args) {
          super.bar()
        }
      }
      

      Attachments

        Issue Links

          Activity

            People

              roshandawrani Roshan Dawrani
              pniederw Peter Niederwieser
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: