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

Stub generator does not generate stubs for Groovy sub classes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 1.1-rc-1
    • None
    • None

    Description

      I'm using the Groovy uber-compiler task and the stub generator doesn't generate stubs when you have a sub class. For example if you have

      class Identity {

      }
      class CompositeIdentity extends Identity {

      }

      The stub for Identity is generated but not for CompositeIdentity

      Attachments

        Activity

          People

            user57 Jason Dillon
            graemerocher Graeme Rocher
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: