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

Groovydoc links to wrong type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.0.9, 3.0.10, 4.0.0, 4.0.1
    • 3.0.11, 4.0.3
    • GroovyDoc
    • None

    Description

      When I generate groovydoc for the following classes:

      a/List.java
      package a;
      public interface List {}
      

       

      b/Test.groovy
      package b
      import a.List
      public interface Test extends List {}
      

      Then in the documentation of the Test interface, the List interface is linked with java.util.List instead of a.List.

      It was working as expected until Groovy 3.0.4

      Attachments

        Issue Links

          Activity

            People

              paulk Paul King
              stalb Stephane Talbot
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m