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

Groovydoc for Groovy 3+ documents classes at too early a phase of compilation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.4
    • None
    • None

    Description

      Groovydoc currently compiles to the CONVERSION phase of the compiler before running the GroovydocVisitor. The visitor adds in some of the information that would appear in later phases but far from all. That phase was selected to align with earlier versions of the tool which don't require all mentioned classes to be in the classpath during groovydoc execution.

      This improvement will move the processing to a later phase (which will require more classes on the classpath) but provide a system property so that the phase can be dialed back if needed for folks where the classpath requirement imposes too great a burden. This improvement will be targeted initially only at Groovy 4+.

      Attachments

        Issue Links

          Activity

            People

              paulk Paul King
              paulk Paul King
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: