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 2020/05/12 05:15:00 UTC

[jira] [Resolved] (GROOVY-9465) GroovyDoc: class-header is not always displayed

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

Paul King resolved GROOVY-9465.
-------------------------------
    Fix Version/s: 3.0.4
                   4.0.0-alpha-1
       Resolution: Fixed

Merged. Thanks for spotting the issue and thanks to [~vmj] for the PR.

> GroovyDoc: class-header is not always displayed
> -----------------------------------------------
>
>                 Key: GROOVY-9465
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9465
>             Project: Groovy
>          Issue Type: Bug
>          Components: GroovyDoc
>            Reporter: Johannes Meyer
>            Assignee: Paul King
>            Priority: Critical
>             Fix For: 4.0.0-alpha-1, 3.0.4
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The class-header and also the superclasses and annotations are not displayed in all situation.
> It can be seen here for example:
> with header: 
> [https://docs.groovy-lang.org/latest/html/gapi/org/codehaus/groovy/transform/ASTTestTransformation.html]
> without header:
> [https://docs.groovy-lang.org/latest/html/gapi/org/apache/groovy/groovysh/commands/AliasCommand.html]
>  
> I make some tests and I think the header is only generated when the class implements an interface or a trait.
> Without the class-header it difficult to see, from which class a class is inherited.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)