[
https://issues.apache.org/jira/browse/THRIFT-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-5528.
--------------------------------
Fix Version/s: 0.17.0
Resolution: Fixed
> 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
> Fix For: 0.17.0
>
> Attachments:
> 0001-THRIFT-5528-Incorrect-HTML-link-for-referenced-typed.patch
>
>
> 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)