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

groovydoc information loss when using generics

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.6
    • 2.3.2
    • GroovyDoc

    Description

      -------------------------------
      $ groovydoc --version
      GroovyDoc 2.1.6
      $ cat > Foo.groovy <<EOF
      class Foo {
      List<String> bar()

      { null }

      }
      EOF
      $ groovydoc Foo.groovy
      $ open index.html
      -------------------------------

      Problem:
      Generated GAPI shows only `List bar()` method. Information about generics (String) is lost. This is suboptimal because the API needs to reiterate the same information in the /** */ documentation.

      Further information:
      http://groovy.329449.n5.nabble.com/groovydoc-information-loss-for-enums-and-generics-td5716165.html

      Attachments

        Activity

          People

            paulk Paul King
            mbezjak Miro Bezjak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: