[
https://issues.apache.org/jira/browse/GROOVY-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526913#comment-17526913
]
Stephane Talbot commented on GROOVY-10593:
------------------------------------------
I thought it was just a bug introduced with the GROOVY-8296 fix:
[https://github.com/apache/groovy/commit/76159e88d7ddef6bc9fa3dbfa4027e7aa1a9f675]
but I also found problems when _star imports_ or _static imports_ are used.
Will try to add new test cases showing the problem.
> Groovydoc links to wrong type
> -----------------------------
>
> Key: GROOVY-10593
> URL: https://issues.apache.org/jira/browse/GROOVY-10593
> Project: Groovy
> Issue Type: Bug
> Components: GroovyDoc
> Affects Versions: 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
> Reporter: Stephane Talbot
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When I generate groovydoc for the following classes:
> {code:java}
> a/List.java
> -----------------------------------------------------------------
> package a;
> public interface List {}
> {code}
>
> {code:groovy}
> b/Test.groovy
> -----------------------------------------------------------------
> package b
> import a.List
> public interface Test extends List {}
> {code}
> 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
--
This message was sent by Atlassian Jira
(v8.20.7#820007)