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

$!{text} toString()'s to "" instead of null

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5
    • None
    • None

    Description

      For GroovyTemplates its not very desirable to have alot of "null" printed everywhere we might have included a possible null value. So it would be nice to have a way to make GString print "" instead of null.

      Velocity does that via $!

      {text}

      which I think is ok, but we may just parse the Template text and always "insert" ${(text == null) ? "" : text"} since I think its always the desired behaviour for gstrings to not print null (within Templates).

      Attachments

        Issue Links

          Activity

            People

              paulk Paul King
              maniax Thomas Heller
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: