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

Stub generator doesn't escape double quotes in String annotation values

    XMLWordPrintableJSON

Details

    Description

      @StringAnn('are you "really" sure?')
      class Foo {}
      

      Generated stub looks like this:

      @StringAnn(value="are you "really" sure?")
      public class Foo {}
      

      Attachments

        Issue Links

          Activity

            People

              pniederw Peter Niederwieser
              pniederw Peter Niederwieser
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: