You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2022/05/03 12:56:00 UTC

[jira] [Resolved] (GROOVY-10593) Groovydoc links to wrong type

     [ https://issues.apache.org/jira/browse/GROOVY-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King resolved GROOVY-10593.
--------------------------------
    Fix Version/s: 5.0.0-alpha-1
                   3.0.11
                   4.0.3
         Assignee: Paul King
       Resolution: Fixed

Proposed PR merged. I might do some further tweaks. The code can no doubt be improved in that tool in numerous ways.

> 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
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 5.0.0-alpha-1, 3.0.11, 4.0.3
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When I generate groovydoc for the following classes:
> {code:title=a/List.java}
> package a;
> public interface List {}
> {code}
>  
> {code:title=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)