[
https://issues.apache.org/jira/browse/THRIFT-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer updated THRIFT-5528:
-------------------------------
Priority: Trivial (was: Major)
> 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: Trivial
>
> 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)