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

Stub Generator does not add .class for classes in annotations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.7.4
    • None
    • None

    Description

      The Groovy Stub generator does not add a .class extension for Class usages in annotations. For example, generating stubs for the following doesn't work:

          @Test(expected = IllegalArgumentException)
          void shouldFailOnDifferentCurrencies() {
             // impl
          }
      

      For more information, see GMAVEN-79

      Attachments

        Issue Links

          Activity

            People

              guillaume Guillaume Sauthier
              bodiam Erik Pragt
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: