[ 
https://issues.apache.org/jira/browse/GROOVY-8117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906496#comment-15906496
 ] 

Mikko Värri commented on GROOVY-8117:
-------------------------------------

Sure, there it is: https://github.com/apache/groovy/pull/512

It's highly likely that the change affects more places that I could understand, 
so by all means let me know what needs to be changed.


> groovydoc links to a wrong type
> -------------------------------
>
>                 Key: GROOVY-8117
>                 URL: https://issues.apache.org/jira/browse/GROOVY-8117
>             Project: Groovy
>          Issue Type: Bug
>          Components: GroovyDoc
>    Affects Versions: 2.1.1, 2.4.10
>            Reporter: Mikko Värri
>
> When I generate groovydocs for the following class:
> {code:title=FooAdapter.groovy}
> import api.Foo
> import lib.Foo as FooImpl
> class FooAdapter implements Foo {
>     FooAdapter(FooImpl foo) {}
> }
> {code}
> where some API defines:
> {code:title=api/Foo.java}
> package api;
> public interface Foo {}
> {code}
> and some library defines:
> {code:title=lib/Foo.java}
> package lib;
> public class Foo {}
> {code}
> then in the documentation the implemented interface "Foo" links to 
> {{lib/Foo.html}} instead of {{api/Foo.html}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to