You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2022/02/23 17:20:00 UTC

[jira] [Updated] (THRIFT-5528) Incorrect HTML link for referenced typedefs

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

Jens Geyer updated THRIFT-5528:
-------------------------------
    Component/s: HTML - Compiler

> Incorrect HTML link for referenced typedefs
> -------------------------------------------
>
>                 Key: THRIFT-5528
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5528
>             Project: Thrift
>          Issue Type: Bug
>          Components: HTML - Compiler
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>
> In the following code, when generated with {{thrift -gen html}} one will find that the link from {{Placeorder}} to {{FurtherRequirements}} is broken, because it points to a struct instead of a typedef.
> {code:java}
> enum Requirement {
>   FreeCoffee = 0,
>   TakeCreditCards = 1,
> }
> typedef list< Requirement>  FurtherRequirements
> struct PlaceOrder
>   3 : FurtherRequirements FurtherRequirements
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)