Details
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
- links to