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

Stubs for classes implementing traits with fields don't include getters/setters

    XMLWordPrintableJSON

Details

    • Patch

    Description

      As an example, the stubs generated for GroovyXImpl for the Groovy below doesn't include int getFoo() or void setFoo(int value).

      trait GroovyXTrait {
          int foo
      }
      class GroovyXImpl implements GroovyXTrait { }
      

      Attachments

        Issue Links

          Activity

            People

              paulk Paul King
              keegan Keegan Witt
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: