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

use correct class names for arrays, when loading through class$

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-JSR-5
    • 1.0-JSR-6
    • bytecode
    • None

    Description

      it seems that when a foo.bar.Foo[] is used in groovy, than Groovy does convert it to [Lfoo/bar/Foo; but the VM expects here [Lfoo.bar.Foo; and for foo.bar.Foo it expects foo.bar.Foo.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: