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

groovysh flawed display of collections

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.0-rc-1
    • 2.2.1
    • Groovysh
    • None
    • JVM: 1.7.0_40 Vendor: Oracle Corporation OS: Linux

    Description

      To reproduce, in groovysh:

      groovy:000> ['x': 42]
      ===>

      {x=42}

      Should be [x:42]

      groovy:000> co = new ConfigObject()
      ===> groovy.util.ConfigObject@51af7c57

      Should be: [:]

      See https://github.com/groovy/groovy-core/pull/268

      Attachments

        Activity

          People

            pschumacher Pascal Schumacher
            tkruse Thibault Kruse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: